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

Error: boost_signals2 is missing #11

Open
OndraZizka opened this issue Feb 6, 2018 · 1 comment
Open

Error: boost_signals2 is missing #11

OndraZizka opened this issue Feb 6, 2018 · 1 comment

Comments

@OndraZizka
Copy link

I've tried to compile but ended up with this:

Error: boost_signals2 is missing

So I did

sudo apt install libboost-all-dev

Which installed a ton of dev libs.
That gave me

src/plugins/imagemagick.cpp:23:10: fatal error: Magick++.h: No such file or directory
#include <Magick++.h>
               ^~~~~~~~~~~~

So I tried

sudo apt install libmagick++-dev

Which I already had so I am not sure what next.

@OndraZizka
Copy link
Author

Seems like it needs Magick's conf tool... https://stackoverflow.com/questions/23326705/cannot-find-magick-header-files Which I won't do. Pity, Galapix looks promising.

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

1 participant