Re: Problems compiling gnome-guile.



Hi,
I've checked out the newest version of everything in cvs as of Dec 7 and
have succeeded compiling everything up to gnome-guile. I can't get
autogen.sh to run to completion. I get an error saying that that there
is syntax error near unexpected token 'GNOME_CHECK_GUILE(fail)'. That
macro exists in the macros dir but autogen.sh seem to miss it. I've
attached the whole output from autogen.sh.

Can somebody help me with this problem?

///Johan

-- 
+-----------------------+---------------------------------------+
| Johan Groth           | jgroth(at)xpress.se                   |
| Kupolen Data		| Johan.Groth(at)ein.ericsson.se        |
| Karlstad, Sweden      |                                       |
+-----------------------+---------------------------------------+
[jgroth@tiger ~/gnome/gnome-guile]$ ./autogen.sh --prefix=/usr/local/lib/gnome --with-gtk-prefix=/usr/local/lib/gnome
Running autogen.sh in guile-gtk
processing .
Running libtoolize...
Running aclocal  -I macros ...
Running autoheader...
Running automake --gnu  ...
Running autoconf ...
processing ./guile-gtk/examples
Running libtoolize...
Putting files in AC_CONFIG_AUX_DIR, `..'.
Running aclocal  ...
Running automake --gnu  ...
Running autoconf ...
processing ./guile-gtk
Running libtoolize...
Running aclocal  ...
Running autoheader...
Running automake --gnu  ...
Makefile.am:14: variable `GUILE_LIBS' not defined
Makefile.am:18: variable `GUILE_LIBS' not defined
Running autoconf ...
Running ./configure --enable-maintainer-mode --enable-compile-warnings --prefix=/usr/local/lib/gnome --with-gtk-prefix=/usr/local/lib/gnome ...
loading cache ./config.cache
checking for a BSD compatible install... (cached) /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... (cached) 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... found
checking whether to enable maintainer-specific portions of Makefiles... yes
checking for gcc... (cached) gcc
checking whether the C compiler (gcc  ) works... yes
checking whether the C compiler (gcc  ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for POSIXized ISC... no
checking for gcc... (cached) gcc
checking whether the C compiler (gcc -g -O2 ) works... yes
checking whether the C compiler (gcc -g -O2 ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking how to run the C preprocessor... (cached) gcc -E
checking for ANSI C header files... (cached) yes
checking host system type... i586-pc-linux-gnu
checking for ranlib... (cached) ranlib
checking for ld used by GCC... (cached) /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... (cached) yes
checking for BSD-compatible nm... (cached) /usr/bin/nm -B
checking whether ln -s works... (cached) yes
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... -static
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the linker (/usr/bin/ld) supports shared libraries... yes
checking command to parse /usr/bin/nm -B output... yes
checking how to hardcode library paths into programs... immediate
checking for /usr/bin/ld option to reload object files... -r
checking dynamic linker characteristics... 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 for objdir... .libs
creating libtool
checking for gnome-config... (cached) /usr/local/lib/gnome/bin/gnome-config
checking if /usr/local/lib/gnome/bin/gnome-config works... yes
checking for orbit-config... (cached) /usr/local/lib/gnome/bin/orbit-config
checking for orbit-idl... (cached) /usr/local/lib/gnome/bin/orbit-idl
checking for working ORBit environment... (cached) yes
checking for gnorba libraries... (cached) yes
checking for gettext in -lintl... (cached) yes
checking for main in -lqthreads... (cached) no
checking for qt_null in -lqt... (cached) no
checking for main in -ltermcap... (cached) yes
checking for main in -lreadline... (cached) yes
checking for guile-config... (cached) no
checking for build-guile... (cached) no
checking for sin in -lm... (cached) yes
checking for main in -lrx... (cached) no
checking for main in -lqt... (cached) yes
checking for dlopen in -ldl... (cached) yes
checking for t_accept in -lnsl... (cached) no
checking for socket in -lsocket... (cached) no
checking whether guile works... yes
creating ./config.status
creating Makefile
creating guile-gnome/Makefile
creating macros/Makefile
creating config.h
config.h is unchanged
configuring in guile-gtk
running /bin/sh ./configure  --enable-maintainer-mode --enable-compile-warnings --prefix=/usr/local/lib/gnome --with-gtk-prefix=/usr/local/lib/gnome --cache-file=.././config.cache --srcdir=.
loading cache .././config.cache
checking for a BSD compatible install... (cached) /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... (cached) 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... found
checking for gcc... (cached) gcc
checking whether the C compiler (gcc  ) works... yes
checking whether the C compiler (gcc  ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking host system type... i586-pc-linux-gnu
checking for ranlib... (cached) ranlib
checking for ld used by GCC... (cached) /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... (cached) yes
checking for BSD-compatible nm... (cached) /usr/bin/nm -B
checking whether ln -s works... (cached) yes
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... -static
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the linker (/usr/bin/ld) supports shared libraries... yes
checking command to parse /usr/bin/nm -B output... yes
checking how to hardcode library paths into programs... immediate
checking for /usr/bin/ld option to reload object files... -r
checking dynamic linker characteristics... 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 for objdir... .libs
creating libtool
checking for gtk-config... /usr/local/lib/gnome/bin/gtk-config
checking for GTK - version >= 1.0.0... yes
building for gtk-1.1
./configure: syntax error near unexpected token `GNOME_CHECK_GUILE(fail)'
./configure: ./configure: line 1526: `GNOME_CHECK_GUILE(fail)'
configure: error: ./configure failed for guile-gtk


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