and here's a patch for PerlMagick/Makefile.PL. I hope it's in vaguely the right format.

will


--- Makefile.PL.old Tue Oct 15 02:42:49 2002 +++ Makefile.PL Mon Nov 17 11:33:48 2003 @@ -60,13 +60,13 @@ 'DEFINE' => '-DHAVE_CONFIG_H', # e.g., '-DHAVE_SOMETHING'

# Header search specfication and preprocessor flags
- 'INC' => '-I../ -I.. -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/usr/X11R6/include -I/usr/X11R6/include/X11 -I/usr/include/freetype2 -I/usr/include/libxml2',
+ 'INC' => '-I../ -I.. -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/sw/include -I/usr/X11R6/include -I/usr/X11R6/include/X11 -I/usr/include/freetype2 -I/usr/include/libxml2',


    # Install PerlMagick binary into ImageMagick bin directory
    'INSTALLBIN'        => '/usr/local/bin',

# Library specification
- 'LIBS' => ['-L/usr/X11R6/lib -L/usr/lib -L/usr/lib -L/usr/local/lib -lMagick -llcms -lfreetype -lXext -lXt -lSM -lICE -lX11 -lz -lpthread -lm'],
+ 'LIBS' => ['-L/sw/lib -L/usr/X11R6/lib -L/usr/lib -L/usr/lib -L/usr/local/lib -lMagick -ljpeg -lpng -lTIFF -lBZ2 -lxml2 -llcms -lfreetype -lXext -lXt -lSM -lICE -lX11 -lz -lpthread -lm'],


    # Perl binary name (if a Perl binary is built)
    'MAP_TARGET'        => 'PerlMagick',






On 17 Nov 2003, at 13:41, william ross wrote:


hello again.

I've got perlmagick working, at last.

<snip>




Reply via email to