Le dim, jui 29, 2001, à 11:06:33 -0700, Andrew S . Halper a écrit:
> 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'
These are provided by gettext in /usr/share/aclocal (in files iconv.m4,
codeset.m4 and gettext.m4). Please check that they're installed in the
correct place).
> -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.)
My fault ; I've forgotten to add a #include <stdlib.h> (we obviously don't
have the same glibc). Fixed in CVS now.
-- Cyrille
--
Grumpf.