|
From: Richard 'U. L. <ul...@ma...> - 2001-01-18 09:20:41
|
I've just downloaded wv0.63 and compiled under RedHat 6.2, configured with
./configure (no other parameter). When I type 'make' I've got the error
message :
Makefile:360: *** missing separator. Stop.
I found that line 360 begins with 8 white spaces, instead of one tab. I
tried to clear the prefix spaces and insert one tab, and fixed the problem.
But when I installed the compiled code, and tried executing wvHtml, I've got
** ERROR **: file ./wvConfig.c: line 3285 (wvParseConfig): should not be
reached
aborting...
and one dumped core file. The problem never happens in wv 0.62. However,
I've got these error messages from wv 0.62 when converting the same file
with wvHtml :
wvError: (./wvWare.c:569) field began
wvError: (./wvWare.c:580) this field has an associated embedded object of
id 3e118fd2
wvError: (./field.c:252) embed
wvError: (./field.c:328) command EMBED Equation.3 , ret is 0
wvError: (./wvWare.c:616) picture 0x01 here, at offset 0 in Data Stream,
obj is 0, ole is 0
wvError: (./escher.c:528) Eating type 0xf122
wvError: (./decompresswmf.c:31) libwv was not compiled against zlib, so wmf
files cannot be decompress
Environment info:
RedHat 6.2
zlib 1.1.3
libpng 1.0.8
freetype 1.3.1
libwmf 1.21
ImageMagick 5.2.5
and the whole configure message for wv0.63 is :
creating cache ./config.cache
checking for gcc... gcc
checking whether the C compiler (gcc ) works... yes
checking whether the C compiler (gcc ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether make sets ${MAKE}... yes
checking for a BSD compatible install... /usr/bin/install -c
checking for ranlib... ranlib
checking for Cygwin environment... no
checking for mingw32 environment... no
checking for executable suffix... no
checking for object suffix... o
checking for mingw32 environment... (cached) no
checking host system type... i686-pc-linux-gnu
checking build system type... i686-pc-linux-gnu
checking for gcc... (cached) gcc
checking whether the C compiler (gcc ) works... yes
checking whether the C compiler (gcc ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... yes
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
updating cache ./config.cache
loading cache ./config.cache within ltconfig
checking for object suffix... o
checking for executable suffix... (cached) no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.lo... yes
checking if gcc supports -fno-rtti -fno-exceptions ... yes
checking if gcc static flag -static works... -static
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the linker (/usr/bin/ld) supports shared libraries... yes
checking command to parse /usr/bin/nm -B output... ok
checking how to hardcode library paths into programs... immediate
checking for /usr/bin/ld option to reload object files... -r
checking dynamic linker characteristics... Linux ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for objdir... .libs
creating libtool
loading cache ./config.cache
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for fcntl.h... yes
checking for sys/file.h... yes
checking for sys/ioctl.h... yes
checking for unistd.h... yes
checking for working const... yes
checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include
checking for ptsname in -lpt... no
checking for dnet_ntoa in -ldnet... no
checking for dnet_ntoa in -ldnet_stub... no
checking for gethostbyname... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
checking for zlib.h... yes
checking for gzread in -lz... yes
checking for libxml/parser.h... yes
checking for xmlParseDocument in -lxml... yes
checking for glib-config... /usr/bin/glib-config
checking for png.h... yes
checking for pngconf.h... yes
checking for png_info_init in -lpng... yes
checking for X11/xpm.h... yes
checking for TT_Init_FreeType in -lttf... yes
checking for gdwmfapi.h... yes
checking for gd_draw_rectangle in -lgdwmf... yes
checking for iconv... yes
checking for existance of CP874 to UCS-2 iconv support... yes
checking for existance of CP1250 to UCS-2 iconv support... yes
checking for existance of CP1251 to UCS-2 iconv support... yes
checking for existance of CP1252 to UCS-2 iconv support... yes
checking for existance of CP1253 to UCS-2 iconv support... yes
checking for existance of CP1254 to UCS-2 iconv support... yes
checking for existance of CP1255 to UCS-2 iconv support... yes
checking for existance of CP1256 to UCS-2 iconv support... yes
checking for existance of CP1257 to UCS-2 iconv support... yes
checking for existance of UCS-2 to UCS-2 iconv support... yes
checking for existance of UCS-2 to UTF-8 iconv support... yes
checking for existance of UCS-2 to koi8-r iconv support... yes
checking for existance of UCS-2 to tis-620 iconv support... yes
checking for existance of UCS-2 to iso-8859-15 iconv support... yes
checking for Magick-config... /usr/local/bin/Magick-config
checking for magick/magick.h... no
checking size of char... 1
checking size of short... 2
checking size of int... 4
checking size of long... 4
checking whether byte ordering is bigendian... no
checking for getopt_long... yes
checking for strerror... yes
checking for strcasecmp... yes
checking for memcpy... yes
checking for unistd.h... (cached) yes
checking for getpagesize... yes
checking for working mmap... yes
updating cache ./config.cache
creating ./config.status
creating Makefile
creating wvAbw
creating wvHtml
creating wvLatex
creating wvCleanLatex
creating wvText
creating wvWml
creating oledecod/Makefile
creating libole2/Makefile
creating glib-wv/Makefile
creating expat/Makefile
creating expat/xmltok/Makefile
creating expat/xmlparse/Makefile
creating exporter/Makefile
creating magick/Makefile
creating config.h
-- Richard Liu
|