On Fri, Feb 09, 2007 at 05:55:48AM -0600, Albert Chin wrote:
> On Thu, Feb 08, 2007 at 07:12:53PM -0600, [EMAIL PROTECTED] wrote:
> > > If --disable-largefile is used, everything works fine.
> > 
> > Thanks for the hint.  We're testing now but TestDrive does not have gs
> > installed so its getting complicated.
> 
> BTW, we're building against tiff-3.8.2. tiff-3.8.2 was built with:
>   $ ./configure --disable-cxx --prefix=/tmp/libtiff38
> and ImageMagick-6.3.2-3 was built with:
>   $ PATH=/opt/TWWfsw/ghostscript85/bin:$PATH ./configure CC=cc \
>   CPPFLAGS="-I/tmp/libtiff38/include" CFLAGS=-g CXX=aCC CXXFLAGS=-g \
>   CXXCPP= LDFLAGS="-L/tmp/libtiff38/lib -Wl,+s,+b,/tmp/libtiff38/lib" \
>   --enable-shared --enable-static --without-frozenpaths --without-perl \
>   --without-dps --without-gslib --without-gvc --without-rsvg \
>   --without-jbig --enable-libtool-verbose --with-modules \
>   --with-gs-font-dir=/opt/TWWfsw/ghostscript85/share/fonts \
>   --disable-dependency-tracking --x-includes=/usr/include/X11R6 \
>   --x-libraries=/usr/lib/X11R6 --without-threads \
>   --without-magick-plus-plus

Found the problem. In 6.3.2, in wand/studio.h and magick/studio.h, why
do you have:
#if defined(_FILE_OFFSET_BITS)
# if (_FILE_OFFSET_BITS == 64)
#  define fseek  fseeko
#  define ftell  ftello
# endif
#endif

Remove this from both files solves the problem. 6.2.9 has a similar
fix.

-- 
albert chin ([EMAIL PROTECTED])
_______________________________________________
Magick-developers mailing list
Magick-developers@imagemagick.org
http://studio.imagemagick.org/mailman/listinfo/magick-developers

Reply via email to