Subject: Re:CVS repair
From: MrPhido (mrphido@prodigy.net)
Date: Tue Jul 24 2001 - 00:54:44 CDT
Tim wrote:
>
> CVS is fine. What is your OS? Sometimes I find it easier to just delete my
> source tree and start over rather than find out what the problem "really
> is". If that seems to drastic, remove the object folder under abi/src, (on
> win WIN32blahblahblah, LINUXi386blahblah blah on linux).
>
> Regards,
> Tim
If CVS is fine, then why do I get this error
../../../../../libiconv/include/iconv.h:2:22: libiconv.h: No such file
or directory
In file included from ev_UnixKeyboard.cpp:35:
../../../../src/af/util/xp/ut_mbtowc.h:48: syntax error before `;'
make[5]: *** [ev_UnixKeyboard.o] Error 1
make[5]: Leaving directory `/var/src/abiword/abi/src/af/ev/unix'
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory `/var/src/abiword/abi/src/af/ev/unix'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/var/src/abiword/abi/src/af/ev'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/src/abiword/abi/src/af'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/src/abiword/abi/src'
make: *** [all-recursive] Error 1
and if you look in libiconv/include you find three files
iconv.h* libiconv.h.in libiconv.h.msvc
but no libiconv.h
Now, if i rename iconv.h and ln -s /usr/include/iconv.h iconv.h (from
glibc-devel 2.2.2) it gets farther down in the process, but errors out
on
/var/src/abiword/wv/libwv.a(text.o): In function
`wvLIDToCodePageConverter':
/var/src/abiword/wv/./text.c:488: undefined reference to `libiconv_open'
/var/src/abiword/wv/./text.c:488: undefined reference to
`libiconv_close'
/var/src/abiword/wv/./text.c:493: undefined reference to `libiconv_open'
/var/src/abiword/wv/./text.c:493: undefined reference to
`libiconv_close'
/var/src/abiword/wv/libwv.a(text.o): In function `swap_iconv':
/var/src/abiword/wv/./text.c:692: undefined reference to `libiconv_open'
/var/src/abiword/wv/./text.c:699: undefined reference to `libiconv'
/var/src/abiword/wv/./text.c:701: undefined reference to
`libiconv_close'
/var/src/abiword/wv/libwv.a(text.o): In function `wvHandleCodePage':
/var/src/abiword/wv/./text.c:751: undefined reference to `libiconv_open'
/var/src/abiword/wv/./text.c:763: undefined reference to `libiconv'
/var/src/abiword/wv/./text.c:777: undefined reference to
`libiconv_close'
/var/src/abiword/wv/libwv.a(text.o): In function `wvOutputFromUnicode':
/var/src/abiword/wv/./text.c:799: undefined reference to
`libiconv_close'
/var/src/abiword/wv/./text.c:801: undefined reference to `libiconv_open'
/var/src/abiword/wv/./text.c:824: undefined reference to `libiconv'
/var/src/abiword/wv/./text.c:846: undefined reference to `libiconv'
collect2: ld returned 1 exit status
make[5]: *** [AbiWord_d] Error 1
make[5]: Leaving directory `/var/src/abiword/abi/src/wp/main/unix'
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory `/var/src/abiword/abi/src/wp/main/unix'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/var/src/abiword/abi/src/wp/main'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/src/abiword/abi/src/wp'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/src/abiword/abi/src'
make: *** [all-recursive] Error 1
and that is all the farther I can get.
I am running Linux-Mandrake 8.0 kernel 2.4.3
./configure is using
expat from cvs
libpng from an installed version (it produced some sort of error from
cvs)
psiconv from cvs
wv from cvs
I can sucessfully compile a kernel, why can I not get this?
Thanks to all who have offered help so far,
Scott Bingman
-----------------------------------------------
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 : Tue Jul 24 2001 - 20:53:46 CDT