Re: tests/rwblob_EPT_bilevel.sh on HP-UX/PA-RISC

Albert Chin <[email protected]>
Newsgroups gmane.comp.video.image-magick.devel
Message-ID <[email protected]>
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])
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.