Galapix / galapix

Galapix moved to https://gitlab.com/galapix/galapix
GNU General Public License v3.0
31 stars 4 forks source link

Error: boost_signals2 is missing #11

Open OndraZizka opened 6 years ago

OndraZizka commented 6 years ago

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 commented 6 years ago

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.