From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28943 invoked by alias); 7 Feb 2002 21:45:24 -0000 Mailing-List: contact guile-gtk-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: guile-gtk-owner@sources.redhat.com Received: (qmail 28840 invoked from network); 7 Feb 2002 21:45:17 -0000 Received: from unknown (HELO prserv.net) (32.97.166.34) by sources.redhat.com with SMTP; 7 Feb 2002 21:45:17 -0000 Received: from altosw.be (slip-32-101-214-84.ri.br.prserv.net[32.101.214.84]) by prserv.net (out4) with SMTP id <2002020721451420403a8kfre>; Thu, 7 Feb 2002 21:45:14 +0000 Message-ID: <3C62F524.9A0A1EE4@altosw.be> Date: Thu, 07 Feb 2002 13:45:00 -0000 From: David Pirotte Organization: Alto Sotware (http://www.altosw.be) X-Mailer: Mozilla 4.78 [en] (X11; U; Linux 2.4.10-4GB i686) X-Accept-Language: fr-BE, en MIME-Version: 1.0 To: guile-gtk Subject: gnome-guile, latest cvs, gnomeConf.sh not found Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-SW-Source: 2002-q1/txt/msg00022.txt.bz2 Hello, SuSE 7.3 guile-1.7.x (cvs download 4th fev 02) gnome-1.4 is installed but couldn't run autogen, here is the output. Where can I find gnomeConf.sh, what module shoud it be part of? thanks for some hint, david ;; sh ./autogen.sh output ;; ---------------------------------------------------------------- david@faust:~/ftp/gnome/gnome-guile 134 $ sh ./autogen.sh **Warning**: I am going to run `configure' with no arguments. If you wish to pass any to it, please specify them on the `./autogen.sh' command line. processing . Running libtoolize... You should update your `aclocal.m4' by running aclocal. Running aclocal -I /usr/local/share/aclocal/gnome2-macros ... Running autoheader... autoheader: config.h.in is unchanged Running automake --gnu ... Running autoconf ... configure.in:13: warning: AC_ARG_PROGRAM invoked multiple times processing ./guile-gtk Running libtoolize... You should add the contents of `/usr/share/aclocal/libtool.m4' to `aclocal.m4'. Putting files in AC_CONFIG_AUX_DIR, `..'. Running aclocal -I /usr/local/share/aclocal/gnome2-macros ... aclocal: configure.in: 68: macro `AM_PATH_GTK' not found in library Running autoheader... autoheader: error: AC_CONFIG_HEADERS not found in configure.in Running automake --gnu ... configure.in: 3: required file `./config.h.in' not found Makefile.am:42: variable `GTK_LIBS' not defined Makefile.am:56: variable `GTK_LIBS' not defined Makefile.am:67: variable `GUILE_LIBS' not defined Running autoconf ... configure.in:3: error: possibly undefined macro: AM_CONFIG_HEADER configure.in:4: error: possibly undefined macro: AM_INIT_AUTOMAKE configure.in:11: error: possibly undefined macro: AM_PROG_LIBTOOL configure.in:26: error: possibly undefined macro: AM_PATH_GTK processing ./guile-gtk/examples Running libtoolize... You should update your `aclocal.m4' by running aclocal. Putting files in AC_CONFIG_AUX_DIR, `../..'. Running aclocal -I /usr/local/share/aclocal/gnome2-macros ... Running automake --gnu ... Running autoconf ... Running ./configure --enable-maintainer-mode --enable-compile-warnings ... checking for a BSD compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking whether make sets ${MAKE}... yes checking for working aclocal... found checking for working autoconf... found checking for working automake... found checking for working autoheader... found checking for working makeinfo... missing checking whether to enable maintainer-specific portions of Makefiles... yes checking for gcc... gcc checking for C compiler default output... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for executable suffix... checking for object suffix... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for strerror in -lcposix... no checking for gcc... (cached) gcc checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking how to run the C preprocessor... gcc -E checking for ANSI C header files... yes checking build system type... i686-suse-linux checking host system type... i686-suse-linux checking for ld used by GCC... /usr/i486-suse-linux/bin/ld checking if the linker (/usr/i486-suse-linux/bin/ld) is GNU ld... yes checking for /usr/i486-suse-linux/bin/ld option to reload object files... -r checking for BSD-compatible nm... /usr/bin/nm -B checking whether ln -s works... yes checking how to recognise dependant libraries... pass_all checking command to parse /usr/bin/nm -B output... ok checking for dlfcn.h... yes checking for ranlib... ranlib checking for strip... strip checking for objdir... .libs checking for gcc option to produce PIC... -fPIC checking if gcc PIC flag -fPIC works... yes checking if gcc static flag -static works... yes checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.lo... yes checking if gcc supports -fno-rtti -fno-exceptions... yes checking whether the linker (/usr/i486-suse-linux/bin/ld) supports shared libraries... yes checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking dynamic linker characteristics... GNU/Linux ld.so checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking whether -lc should be explicitly linked in... no creating libtool checking for gnome-config... no checking for gnomeConf.sh file in /usr/local/lib... not found configure: error: Could not find the gnomeConf.sh file that is generated by gnome-libs install david@faust:~/ftp/gnome/gnome-guile 135 $