[RESOLVED]cannot compile IM 6.8.7.7 Q16 Mac OSX

Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
Post Reply
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

[RESOLVED]cannot compile IM 6.8.7.7 Q16 Mac OSX

Post by fmw42 »

I am getting a make error apparently due to an OpenCL issue even though I have --disable-opencl in my config file

libtool: compile: gcc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -I./config -I./ltdl -I./ltdl -I/opt/local/include -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/Users/fred/applications/ImageMagick-6.8.7-7/magick -I/Users/fred/applications/ImageMagick-6.8.7-7/wand -I/opt/local/include/libxml2 -I/opt/local/include/lqr-1 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include -g -O2 -Wall -fexceptions -D_FORTIFY_SOURCE=0 -D_THREAD_SAFE -pthread -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -c magick/opencl.c -fno-common -DPIC -o magick/.libs/magick_libMagickCore_6_Q16_la-opencl.o
magick/opencl.c:88:26: error: linux/limits.h: No such file or directory
make[2]: *** [magick/magick_libMagickCore_6_Q16_la-opencl.lo] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: [RESOLVED]cannot compile IM 6.8.7.7 Q16 Mac OSX

Post by fmw42 »

Oddly, after downloading again and trying to reinstall, everything worked fine. I am not sure what the original issue might have been.
Post Reply