IM 6.8.8-2 unable to compile under MacOS
Posted: 2014-01-13T03:19:47-07:00
IM 6.8.8-2
MacOSX 10.7
Intel Compiler 13.0.1
Causes
XCode version 4.6
fixes configuration process, but I need MacOSX binaries that include both 32 and 64 bit versions
Also when using q32 instead of q16 I get unresolved externals on make stage.
MacOSX 10.7
Intel Compiler 13.0.1
Code: Select all
./configure --enable-shared --disable-static --without-pango --with-modules --disable-openmp --without-perl --with-quantum-depth=32 --without-x --with-fontconfig=yes --disable-dependency-tracking --enable-osx-universal-binary
For a lot of headerschecking for sys/ipc.h... no
checking sys/mman.h usability... no
checking sys/mman.h presence... yes
configure: WARNING: sys/mman.h: present but cannot be compiled
configure: WARNING: sys/mman.h: check for missing prerequisite headers?
configure: WARNING: sys/mman.h: see the Autoconf documentation
configure: WARNING: sys/mman.h: section "Present But Cannot Be Compiled"
configure: WARNING: sys/mman.h: proceeding with the compiler's result
configure: WARNING: ## ----------------------------------------- ##
configure: WARNING: ## Report this to http://www.imagemagick.org ##
configure: WARNING: ## ----------------------------------------- ##
...
checking size of long double... configure: error: in `/Users/User/Projects/IIS/ImageMagick-6.8.8-2':
configure: error: cannot compute sizeof (long double)
See `config.log' for more details
XCode version 4.6
RemovingLions-Mac:ImageMagick-6.8.8-2 User$ gcc --version
i686-apple-darwin11-llvm-gcc-4.2 (GCC) 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.11.00)
Copyright (C) 2007 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Code: Select all
--disable-dependency-tracking --enable-osx-universal-binary
Also when using q32 instead of q16 I get unresolved externals on make stage.