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

Missing dependency to GraphicsMagic (not ++). #28

Closed
pyrolitic opened this issue Oct 17, 2018 · 1 comment
Closed

Missing dependency to GraphicsMagic (not ++). #28

pyrolitic opened this issue Oct 17, 2018 · 1 comment

Comments

@pyrolitic
Copy link

pyrolitic commented Oct 17, 2018

On my system, fedora 18 x86, libGraphicsMagick++.so does not define CloneImageInfo, so it relies on GraphicsMagick.so but this isn't done automatically. I could only get timg to link once I added -lGraphicsMagick.so.

at src/Makefile

 MAGICK_CXXFLAGS=$(shell GraphicsMagick++-config --cppflags)
+MAGICK_CXXFLAGS+=$(shell GraphicsMagick-config --cppflags)
 MAGICK_LDFLAGS=$(shell GraphicsMagick++-config --ldflags --libs)
+MAGICK_LDFLAGS+=$(shell GraphicsMagick-config --ldflags --libs)
@hzeller
Copy link
Owner

hzeller commented Mar 14, 2021

This is probably now much more robust since the move to cmake.

If you want, can you confirm ? (though I realize that you probably don't use fedora 18 anymore)

@hzeller hzeller closed this as completed Mar 14, 2021
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