HDRI Q32 compiling under Mac OS X

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
highprecision

HDRI Q32 compiling under Mac OS X

Post by highprecision »

Hello,

I am having trouble compiling Q32 with HDRI under Mac OS X 10.4 on an Intel iMac. As I am relatively new to compiling in the Terminal, it seems that I was wrong in thinking I could just ignore errors. After doing some reading I think I have a general idea of what is going on, and I am using these commands to compile:

Code: Select all

cd /Users/USERNAME/Desktop/ImageMagick-6.3.5/
make uninstall
make distclean
make clean
export CFLAGS="-O -g -isysroot /Developer/SDKs/MacOSX10.4u.sdk/ -arch i386 -I/sw/include/"
export LDFLAGS="-Wl,-syslibroot,/Developer/SDKs/MacOSX10.4u.sdk/,-L/sw/lib/"
./configure --with-tiff=yes --with-jpeg=yes --with-quantum-depth=32 --enable-hdri=yes --disable-dependency-tracking --without-magick-plus-plus --without-x --without-perl
make -j2
sudo make install
And during make I get an error about could not load library libdl.dylib because it is PPC.
Any help you could offer on this matter would be greatly appreciated.

Thanks in advance.
Post Reply