Subject: Re: compilation on solaris 8
lamberton@cyceron.fr
Date: Thu Jan 24 2002 - 06:14:37 CST
I've just download the new version and retry the compilation on solaris 8
This time, I've got 2 errors.
One is for compilation of libwv.a which say
...
gcc -o wvWare wvWare.o getopt1.o getopt.o -L. -lwv -lpng -lz -L/usr/local/gnome/lib -lglib -lm
Undefined first referenced
symbol in file
libiconv ./libwv.a(text.o)
libiconv_open ./libwv.a(text.o)
libiconv_close ./libwv.a(text.o)
ld: fatal: Symbol referencing errors. No output written to wvWare
...
I've found few errors in Makefile :
1- define of INCLUDES without -I$(srcdir)/iconv/
2- for libwv.a : dependencie of BICONV missed
list of object in iconv directory (with ${RICONVOBJS})
I don't know if this is correlate to the second but this error corrected, I obtain this new error
...
In file included from types.h:18,
from ttftool.c:6:
../../../../src/af/util/xp/ut_endian.h:59: endian.h: No such file or directory
gmake[4]: Leaving directory `/export/home/meuh/Temp/abiword/abi/src/tools/ttftool/unix'
...
if compilation search for endian.h, this if because OS_NAME seem's to be
linux and not SunOS (cf. file ut_endian.h) !?
I can modify ut_endian.h but maybe other compilations need a OS_NAME corect ?
How can I define this variable correctly ?
-----------------------------------------------
To unsubscribe from this list, send a message to
abiword-user-request@abisource.com with the word
unsubscribe in the message body.
This archive was generated by hypermail 2b25 : Thu Jan 24 2002 - 06:18:34 CST