Re: autogen.sh troubles with gnome-libs



Yeah - you need gettext 0.10.35; you probably have 0.10.  I ran into
this problem just last night when trying to compile gnome for the first
time (still not done...I just have other problems).  You can get it by
ftp from alpha.gnu.org.  Also make sure aclocal can find all of your
*.m4 files...I fixed this with ln -s /usr/local/share/aclocal
/opt/gnome/share/aclocal (this assumes your prefix is /opt/gnome).

Jeff

Jeremey Barrett wrote:
> 
> I'm having trouble compiling gnome-libs from CVS... running autogen.sh gets
> me this:
> 
> einstein:/usr/local/gnomecvs/gnome-libs> ./autogen.sh --prefix=/usr/local --with-gtk-prefix=/usr/local
> processing .
> Creating ./aclocal.m4 ...
> Running gettextize...  Ignore non-fatal messages.
> Usage: gettextize [OPTION]... [package-dir]
>   -h, --help           print this help and exit
>   -v, --version        print version information and exit
>   -f, --force          force writing of new files even if old exist
> Making ./aclocal.m4 writable ...
> Running libtoolize...
> You should add the contents of `/usr/local/share/aclocal/libtool.m4' to `aclocal.m4'.
> Running aclocal  -I macros ...
> aclocal: configure.in: 61: macro `AM_PATH_PROG_WITH_TEST' not found in library
> aclocal: configure.in: 61: macro `AM_PATH_PROG_WITH_TEST' not found in library
> aclocal: configure.in: 61: macro `AM_PATH_PROG_WITH_TEST' not found in library
> aclocal: configure.in: 61: macro `AM_PATH_PROG_WITH_TEST' not found in library
> aclocal: configure.in: 61: macro `AM_PATH_PROG_WITH_TEST' not found in library
> aclocal: configure.in: 61: macro `AM_PATH_PROG_WITH_TEST' not found in library
> aclocal: configure.in: 61: macro `AM_LC_MESSAGES' not found in library
> Running autoheader...
> Running automake --gnu  ...
> automake: configure.in: installing `./install-sh'
> automake: configure.in: installing `./mkinstalldirs'
> automake: configure.in: installing `./missing'
> automake: Makefile.am: installing `./INSTALL'
> automake: Makefile.am: installing `./COPYING'
> Makefile.am:26: required directory ./intl does not exist
> gtk-xmhtml/Makefile.am:127: variable `INTLLIBS' not defined
> libgnome/Makefile.am:236: variable `INTLLIBS' not defined
> libgnome/Makefile.am:241: variable `INTLLIBS' not defined
> libgnome/Makefile.am:245: variable `INTLLIBS' not defined
> libgnome/Makefile.am:250: variable `INTLLIBS' not defined
> libgnomeui/Makefile.am:497: variable `INTLLIBS' not defined
> libgnomeui/Makefile.am:504: variable `INTLLIBS' not defined
> libgnomeui/Makefile.am:511: variable `INTLLIBS' not defined
> libgnomeui/Makefile.am:518: variable `INTLLIBS' not defined
> libgnomeui/Makefile.am:525: variable `INTLLIBS' not defined
> libgnomeui/Makefile.am:532: variable `INTLLIBS' not defined
> libgnorba/Makefile.am:645: variable `ORBIT_LIBS' not defined
> libgnorba/Makefile.am:649: variable `ORBIT_LIBS' not defined
> libgnorba/Makefile.am:649: variable `INTLLIBS' not defined
> libgnorba/Makefile.am:662: variable `ORBIT_LIBS' not defined
> libgnorba/Makefile.am:662: variable `INTLLIBS' not defined
> libgnorba/Makefile.am:675: variable `ORBIT_LIBS' not defined
> libgnorba/Makefile.am:675: variable `INTLLIBS' not defined
> zvt/Makefile.am:790: variable `GDK_IMLIB_LIBS' not defined
> zvt/Makefile.am:790: variable `INTLLIBS' not defined
> test-suite/Makefile.am:813: variable `INTLLIBS' not defined
> test-suite/Makefile.am:813: variable `INTLLIBS' not defined
> gnome-hello/Makefile.am:872: variable `INTLLIBS' not defined
> gnome-hello/Makefile.am:872: variable `INTLLIBS' not defined
> gnome-hello/Makefile.am:872: variable `INTLLIBS' not defined
> gnome-hello/Makefile.am:872: variable `INTLLIBS' not defined
> gnome-hello/Makefile.am:872: variable `INTLLIBS' not defined
> gnome-hello/Makefile.am:872: variable `INTLLIBS' not defined
> gnome-hello/Makefile.am:872: variable `INTLLIBS' not defined
> gnome-hello/Makefile.am:872: variable `INTLLIBS' not defined
> gnome-hello/Makefile.am:872: variable `INTLLIBS' not defined
> test-gnome/Makefile.am:932: variable `INTLLIBS' not defined
> Running autoconf ...
> processing ./libart_lgpl
> Running libtoolize...
> You should add the contents of `/usr/local/share/aclocal/libtool.m4' to `aclocal.m4'.
> Putting files in AC_CONFIG_AUX_DIR, `..'.
> Running aclocal  ...
> Running autoheader...
> configure.in:34: warning: AC_TRY_RUN called without default to allow cross compiling
> Running automake --gnu  ...
> automake: Makefile.am: installing `./INSTALL'
> Running autoconf ...
> configure.in:34: warning: AC_TRY_RUN called without default to allow cross compiling
> Running ./configure --enable-maintainer-mode --enable-compile-warnings --prefix=/usr/local --with-gtk-prefix=/usr/local ...
> creating cache ./config.cache
> ./configure: syntax error near unexpected token `AM_CONFIG_HEADER(config.h)'
> ./configure: ./configure: line 529: `AM_CONFIG_HEADER(config.h)'
> 
> My tool versions are as follows:
> 
> einstein:/usr/local/gnomecvs/gnome-libs> aclocal --version
> aclocal (GNU automake) 1.3b
> 
> Copyright (C) 1998 Free Software Foundation, Inc.
> This is free software; see the source for copying conditions.  There is NO
> warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
> 
> Written by Tom Tromey <tromey@cygnus.com>
> einstein:/usr/local/gnomecvs/gnome-libs> autoheader --version
> Autoconf version 2.12
> einstein:/usr/local/gnomecvs/gnome-libs> libtool --version
> ltmain.sh (GNU libtool) 1.2b
> 
> Any ideas, pointers, things I'm missing, etc?
> 
> Thanks and regards,
> Jeremey.
> --
> Jeremey Barrett <barrett@itd.nrl.navy.mil>
> PGP fingerprint = 3B 42 1E D4 4B 17 0D 80 DC 59 6F 59 04 C3 83 64
> 
> --
>         FAQ: Frequently-Asked Questions at http://www.gnome.org/gnomefaq
>          To unsubscribe: mail gnome-list-request@gnome.org with
>                        "unsubscribe" as the Subject.



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