I appreciate any help I can get. I have Imagemagick running on a windows machine with ghostscript and need it all to be on my linux box. Unfortunately, my skill set in linux is small. when I run make test this spills out:
gcc -c -I../ -I.. -I/usr/include/freetype2 -I/usr/include/libxml2 -D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -DDEBUGGING -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm -O3 -g -Wall -W -pthread -O2 -march=i386 -mcpu=i686 -g -DVERSION=\"6.2.9\" -DXS_VERSION=\"6.2.9\" -fPIC "-I/usr/lib/perl5/5.8.0/i386-linux-thread-multi/CORE" -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H Magick.c In file included from ../magick/MagickCore.h:140, from Magick.xs: ../magick/delegate.h:26:30: ghost (blah blah I know ghostscript isn't installed) Magick.xs:211: warning: missing initializer Then it basically goes through all Magick.xs:### and tells me the same thing. I realize its probably something in the Makefile, but don't know where to start. I'm running red hat 9, perl 5 and I'm positive Imagemagick works on the machine (the command line functions work as directed). Thanks in advance for any help _______________________________________________ Magick-users mailing list [email protected] http://studio.imagemagick.org/mailman/listinfo/magick-users
