Re: need more help compiling from CVS



On 2001.07.21 09:36 Cyrille Chepelov wrote:
Le sam, jui 21, 2001, à 08:04:10 -0700, Andrew S . Halper a écrit:
Do I need to upgrade gettext?  I'm currently at 0.10.35.

make[2]: Entering directory `/home/ashalper/dia/po'
file=./`echo zh_TW.Big5 | sed 's,.*/,,'`.gmo \
  && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file zh_TW.Big5.po
zh_TW.Big5.po:161: illegal control sequence

This file might be corrupted ; if you don't need that locale, try to
overwrite it with another language (yes, this'll have to be sorted out
properly). If you're going to compile from CVS, and if you need to run
autogen.sh, then you'll need an upgraded gettext (or use the macros from
0.10.38 ; I've stored a copy of them on
http://traminer.dyndns.org/~cyrille/aclocal

OK, upgrading to gettext 0.10.38 got me a different set of errors at least. 
Here's what I'm seeing now (this is on a Red Hat 7.1 box with all the latest
updates):

When autogen.sh runs the configure script:

Running gettextize...  Ignore non-fatal messages.
/autogen.sh: gettextize: command not found
Running libtoolize
aclocal: configure.in: 117: macro `AM_LANGINFO_CODESET' not found in library
aclocal: configure.in: 118: macro `AM_ICONV' not found in library
aclocal: configure.in: 252: macro `AM_GNU_GETTEXT' not found in library
objects/standard/Makefile.am:3: library used but `LIBTOOL' not defined in
`configure.in'

And the compile stops at:

gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../intl -I./../../lib
-I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include
-I/usr/X11R6/include -g -O2 -Wall -Wunused -Winline -Wmissing-prototypes
-Wmissing-declarations -finline-functions -fstrict-aliasing
-Wp,-MD,.deps/annotation.pp -c annotation.c  -fPIC -DPIC -o annotation.lo
annotation.c: In function `handle_btn1':
annotation.c:122: warning: implicit declaration of function `random'
annotation.c:122: `RAND_MAX' undeclared (first use in this function)
annotation.c:122: (Each undeclared identifier is reported only once
annotation.c:122: for each function it appears in.)
make[3]: *** [annotation.lo] Error 1
make[3]: Leaving directory `/home/ashalper/dia/objects/SADT'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/ashalper/dia/objects'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/ashalper/dia'
make: *** [all-recursive-am] Error 2

I don't know if they're related.  I might try wiping out my sandbox and
re-checking everything out next.

Thanks,
Andy





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]