From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27719 invoked by alias); 17 Jun 2002 23:52:16 -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 27698 invoked from network); 17 Jun 2002 23:52:13 -0000 Received: from unknown (HELO lugano.procergs.com.br) (200.198.128.131) by sources.redhat.com with SMTP; 17 Jun 2002 23:52:13 -0000 Received: from carlos (p63.sa04.pae.procergs.com.br [200.198.133.183]) by lugano.procergs.com.br (Postfix) with ESMTP id 428E84FB50 for ; Mon, 17 Jun 2002 20:52:48 -0300 (BRT) From: carlos.scheidegger@via-rs.net To: guile-gtk@sources.redhat.com Date: Mon, 17 Jun 2002 16:52:00 -0000 MIME-Version: 1.0 Subject: Problem installing gtk-guile-0.19 Message-ID: <3D0E4CAD.22934.4F135D@localhost> Priority: normal Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Content-description: Mail message body X-SW-Source: 2002-q2/txt/msg00003.txt.bz2 Hello. I am having some trouble installing guile-gtk, version 0.19. The configure script runs without any problem, and does not appear to signal any error, but I come across problems when I hit make. More specifically, guile-snarf fails at one point during the process. The output of both configure and make are below. If there is any need for further information on my system configuration, please, don't hesitate to ask me. Thank you in advance, Carlos Output from ./configure: creating cache ./config.cache 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... found checking for gcc... 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... yes checking whether gcc accepts -g... yes checking host system type... i686-pc-linux-gnu checking build system type... i686-pc-linux-gnu checking for ranlib... ranlib checking for ld used by GCC... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD-compatible nm... /usr/bin/nm -B checking whether ln -s works... yes updating cache ./config.cache checking for object suffix... o checking for executable suffix... no checking for gcc option to produce PIC... -fPIC checking if gcc PIC flag -fPIC 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 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... ok 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 loading cache ./config.cache checking how to run the C preprocessor... gcc -E checking for gtk-config... /usr/bin/gtk-config checking for GTK - version >= 1.2.0... yes building for gtk-1.2 checking for main in -lqthreads... no checking for qt_null in -lqt... no checking for main in -ltermcap... yes checking for main in -lreadline... yes checking for guile-config... yes checking whether guile-config works... yes checking for sin in -lm... yes checking for guile libraries... -L/usr/lib -lguile -lm checking for guile headers... -I/usr/include checking whether guile works... yes checking for scm_internal_cwdr... yes checking for scm_done_malloc... yes checking for scm_reverse_x... yes checking for scm_puts... yes checking for scm_fdes_to_port... yes checking for lt_dlopen... yes checking for scm_simple_format... yes checking for gtk_widget_peek_colormap... no checking for gtk_type_get_info... no checking for gtk_signal_set_class_function_full... no checking whether gnome-config.h sucks... no updating cache ./config.cache creating ./config.status creating Makefile creating gtk/config.scm creating config.h Output from make: guile -l ./gtk/config.scm -s ./build-guile-gtk -I . glue gdk-1.2.defs >tmpd && mv tmpd gdk- glue.c (reading "gdk-1.2.defs") guile -l ./gtk/config.scm -s ./build-guile-gtk -I . glue gtk-1.2.defs >tmpt && mv tmpt gtk-glue.c (reading "gtk-1.2.defs") (reading "gdk-1.2.defs") guile-snarf -DHAVE_CONFIG_H -I. -I. -I. -I/usr/local/include -I/usr/include -I/usr/include/gtk- 1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/X11R6/include -g -O2 guile-gtk.c >guile-gtk.c.tmp && mv guile-gtk.c.tmp guile-gtk.x make: *** [guile-gtk.x] Error 1