Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fatal error: zmq.hpp: No such file or directory #945

Open
HasseM opened this issue Nov 10, 2023 · 1 comment
Open

fatal error: zmq.hpp: No such file or directory #945

HasseM opened this issue Nov 10, 2023 · 1 comment

Comments

@HasseM
Copy link

HasseM commented Nov 10, 2023

I am following these (https://github.com/OpenShot/libopenshot/wiki/Windows-Build-Instructions) instructions to build libopenshot on Windows.

My number one problem that I cannot fix is:
In file included from X:/libs/libopenshot/libopenshot/src/Clip.cpp:23:
X:/libs/libopenshot/libopenshot/src/ZmqLogger.h:22:10: fatal error: zmq.hpp: No such file or directory
22 | #include <zmq.hpp>
| ^~~~~~~~~

in /msys64/include I can only find a zmq.h and not a zmq.hpp.....

I think there is a version problem with dependencies.... Please advice on what to do!

Also I have encountered several other problems in the instructions:
On step 8, the resvg/capi seems to have moved to resvg/crates/c-api but then I also had to remove the --features="qt-backend" before I could run it without errors. Else I got: error: Package resvg-capi v0.36.0 (C:\msys64\home\itsme\resvg\crates\c-api) does not have the feature qt-backend

some other I dont fully recall because there are different instructions floating around and I just recently learned the linked one on top of this post should be the correct one. Well, please check it.

@xcj123
Copy link

xcj123 commented Nov 30, 2023

complie or install cppzmq

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants