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

ImageMagick-6.9.9-0 automagic on libraw #585

Closed
tgurr opened this issue Jul 18, 2017 · 1 comment
Closed

ImageMagick-6.9.9-0 automagic on libraw #585

tgurr opened this issue Jul 18, 2017 · 1 comment
Labels

Comments

@tgurr
Copy link

tgurr commented Jul 18, 2017

configure produces a WARNING about the option:

[...]
configure: WARNING: unrecognized options: --without-raw
[...]

and support for libraw gets added despite configuring with --without-raw:

[...]
CFLAGS          = -I/usr/x86_64-pc-linux-gnu/include/libxml2 -I/usr/x86_64-pc-linux-gnu/include/libraw
[...]
DELEGATES       = bzlib mpeg fontconfig freetype jng jpeg lcms lzma png ps raw tiff x xml zlib
[...]
[...]
/bin/sh ./libtool  --tag=CC   --mode=compile x86_64-pc-linux-gnu-cc -DHAVE_CONFIG_H -I. -I./config  -I. -I.  -pipe -O2 -march=native -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16   -I/usr/x86_64-pc-linux-gnu/include/libxml2 -I/usr/x86_64-pc-linux-gnu/include/libraw -I/usr/x86_64-pc-linux-gnu/include/libpng16   -I/usr/x86_64-pc-linux-gnu/include/freetype2 -I/usr/x86_64-pc-linux-gnu/include/libpng16 -I/usr/x86_64-pc-linux-gnu/include/harfbuzz -I/usr/x86_64-pc-linux-gnu/include/glib-2.0 -I/usr/x86_64-pc-linux-gnu/lib/glib-2.0/include -I/usr/x86_64-pc-linux-gnu/include/freetype2 -I/usr/x86_64-pc-linux-gnu/include/libpng16 -I/usr/x86_64-pc-linux-gnu/include/harfbuzz -I/usr/x86_64-pc-linux-gnu/include/glib-2.0 -I/usr/x86_64-pc-linux-gnu/lib/glib-2.0/include -I/usr/x86_64-pc-linux-gnu/include/freetype2 -I/usr/x86_64-pc-linux-gnu/include/libpng16 -I/usr/x86_64-pc-linux-gnu/include/harfbuzz -I/usr/x86_64-pc-linux-gnu/include/glib-2.0 -I/usr/x86_64-pc-linux-gnu/lib/glib-2.0/include   -fopenmp -pipe -O2 -march=native -Wall -mtune=ivybridge -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -c -o coders/coders_tga_la-tga.lo `test -f 'coders/tga.c' || echo './'`coders/tga.c
[...]
@mikayla-grace
Copy link

Thanks for the problem report. We can reproduce it and will have a patch to fix it in GIT master branch @ https://github.com/ImageMagick/ImageMagick later today. The patch will be available in the beta releases of ImageMagick @ http://www.imagemagick.org/download/beta/ by sometime tomorrow.

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

No branches or pull requests

3 participants