-
Notifications
You must be signed in to change notification settings - Fork 80
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
MagickWand-config: not found
in debian/testing
#13
Comments
GraphicsMagickWand-config is from GraphicsMagick, not ImageMagick. |
Same problem here, and I do have libmagickwand-dev package
And here is the location of MagickWand-config in my system
I am running Ubuntu 15.04 x64 |
FIX #13 use pkg-config rather than MagickWand-config
Can you please make a luarocks release with this change, as it is an important fix? |
second the luarocks fix request, i also have the libmagickwand dev package |
to get this working temporarily i prepended the path to line 161: local get_flags get_flags = function() local proc = io.popen("/usr/lib/x86_64-linux-gnu/ImageMagick-6.8.9/bin-Q16/MagickWand-config --cflags --libs", "r") in file /usr/local/share/lua/5.1/magick/init.lua |
Third the luarocks fix request. Windows 64bit install @ C:\Program Files\ImageMagick-6.9.2-Q16 workaround... Change line 162 from: |
sorry about that, new version now live: https://luarocks.org/modules/leafo/magick/1.1.0-1 |
1.1.0-1 installed, same issue persists. see above fix for Windows x64 |
@Tank-ACiD We need a more reliable way for windows than hard-coding a path for a specific version. Is there an equivalent of pkg-config on your system, if so what does it return? |
not on windows, in fact it still gives that error "pkg-config not found" On Sun, Oct 25, 2015 at 11:34 AM, leaf notifications@github.com wrote:
|
The binary seems to have been renamed
GraphicsMagickWand-config
in debian/testing.See here for the content of the package.
The text was updated successfully, but these errors were encountered: