Still no luck with compilation



I still am not able to do a compilation of gnome-libs. Here are the
exact steps I did on a RedHat 5.1 box with all of RedHat's additional
patches installed:

  setenv CVSROOT ':pserver:anonymous@anoncvs.gnome.org:/cvs/gnome'
  cvs -z3 checkout imlib gtk+ glib libIDL ORBit gnome-libs libvfs gnome-core gnome-guile ee gnome-admin gnome-games gnome-network gnome-utils 

And after the cvs finished without any errors

  setenv PATH /usr/local/alpha/bin:$PATH
  setenv ACLOCAL_FLAGS "-I/usr/local/alpha/share/aclocal"
  setenv LD_LIBRARY_PATH /usr/local/alpha/lib

  cd glib; ./autogen.sh --prefix=/usr/local/alpha ; make ; make install
  cd ../gtk+; ./autogen.sh --prefix=/usr/local/alpha ; make ; make install
  cd ../imlib; ./autogen.sh --prefix=/usr/local/alpha ; make ; make install
  
And then for the problematic gnome-lib:

  cd ..
  mv macros support intl libs gnome-libs
  cd gnome-libs; ./autogen.sh --prefix=/usr/local/alpha

Which outputs the following and then dies:

    processing .
    `aclocal' will also look in `macros'
    You should add the contents of `/usr/share/aclocal/libtool.m4' to `aclocal.m4'.
    aclocal: unrecognized option -- `-I/usr/local/alpha/share/aclocal'
    Try `aclocal --help' for more information.
    Makefile.am:57: da in `ALL_LINGUAS' but po/da.po does not exist
    gtk-xmhtml/Makefile.am:128: variable `INTLLIBS' not defined
    libgnome/Makefile.am:234: variable `GLIB_LIBS' not defined
    libgnome/Makefile.am:242: variable `INTLLIBS' not defined
    libgnome/Makefile.am:247: variable `INTLLIBS' not defined
    libgnomeui/Makefile.am:501: variable `INTLLIBS' not defined
    libgnomeui/Makefile.am:507: variable `INTLLIBS' not defined
    libgnomeui/Makefile.am:513: variable `INTLLIBS' not defined
    libgnomeui/Makefile.am:519: variable `INTLLIBS' not defined
    libgnomeui/Makefile.am:525: variable `INTLLIBS' not defined
    libgnorba/Makefile.am:616: variable `ORBIT_LIBS' not defined
    libgnorba/Makefile.am:616: variable `GLIB_LIBS' not defined
    zvt/Makefile.am:653: variable `INTLLIBS' not defined
    test-suite/Makefile.am:664: variable `INTLLIBS' not defined
    test-suite/Makefile.am:664: variable `INTLLIBS' not defined
    gnome-hello/Makefile.am:701: variable `INTLLIBS' not defined
    gnome-hello/Makefile.am:701: variable `INTLLIBS' not defined
    gnome-hello/Makefile.am:701: variable `INTLLIBS' not defined
    gnome-hello/Makefile.am:701: variable `INTLLIBS' not defined
    gnome-hello/Makefile.am:701: variable `INTLLIBS' not defined
    gnome-hello/Makefile.am:701: variable `INTLLIBS' not defined
    gnome-hello/Makefile.am:701: variable `INTLLIBS' not defined
    gnome-hello/Makefile.am:701: variable `INTLLIBS' not defined
    gnome-hello/Makefile.am:701: variable `INTLLIBS' not defined
    gnome-hello/Makefile.am:701: variable `INTLLIBS' not defined
    test-gnome/Makefile.am:760: variable `INTLLIBS' not defined
    support/Makefile.am:826: BUILD_GNOME_SUPPORT does not appear in AM_CONDITIONAL
    support/Makefile.am:843: @LTLIBOBJS@ seen but never set in `configure.in'
    autoconf: Undefined macros:
    configure.in:258:  AC_MSG_WARN([
    configure.in:37:  AC_MSG_WARN(GLIB not installed, or glib-config not in path)])
    processing ./libgtktty
    You should add the contents of `/usr/share/aclocal/libtool.m4' to `aclocal.m4'.
    aclocal: unrecognized option -- `-I/usr/local/alpha/share/aclocal'
    Try `aclocal --help' for more information.
    running ./configure --enable-maintainer-mode --enable-compile-warnings --prefix=/usr/local/alpha
    loading cache ./config.cache
    ./configure: syntax error near unexpected token `AM_CONFIG_HEADER(config.h)'
    ./configure: ./configure: line 531: `AM_CONFIG_HEADER(config.h)'

What went wrong?

Here are the various versions of the different development tools:

   libtool 1.0h
   automake (GNU automake) 1.3
   Autoconf version 2.12
   cvs version 1.9

Running on under linux 2.0.35.

Regards,
--
                                                        ___   ___
                                                      /  o  \   o \
Dov Grobgeld                                         ( o  o  ) o   |
The Weizmann Institute of Science, Israel             \  o  /o  o /
"Where the tree of wisdom carries oranges"              | |   | |
                                                       _| |_ _| |_
 



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