From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: rvclayton@acm.org (r. clayton) Newsgroups: gmane.lisp.guile.bugs Subject: Failure while building Guile-SDL 0.3.6. Date: 01 Apr 2007 16:37:38 -0400 Message-ID: <87abxrhlv1.fsf@UlanBator.myhome.westell.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1175460360 16045 80.91.229.12 (1 Apr 2007 20:46:00 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 1 Apr 2007 20:46:00 +0000 (UTC) To: bug-guile@gnu.org Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Sun Apr 01 22:45:54 2007 Return-path: Envelope-to: guile-bugs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1HY6vx-000409-EZ for guile-bugs@m.gmane.org; Sun, 01 Apr 2007 22:45:53 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HY6yu-0004Mc-F9 for guile-bugs@m.gmane.org; Sun, 01 Apr 2007 16:48:56 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HY6yN-0003sd-VD for bug-guile@gnu.org; Sun, 01 Apr 2007 16:48:24 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HY6yL-0003oj-4v for bug-guile@gnu.org; Sun, 01 Apr 2007 16:48:23 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HY6yL-0003oJ-0Y for bug-guile@gnu.org; Sun, 01 Apr 2007 16:48:21 -0400 Original-Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1HY6vN-0001Nc-5I for bug-guile@gnu.org; Sun, 01 Apr 2007 16:45:17 -0400 Original-Received: from root by ciao.gmane.org with local (Exim 4.43) id 1HY6v8-00059G-Kr for bug-guile@gnu.org; Sun, 01 Apr 2007 22:45:02 +0200 Original-Received: from pool-68-239-207-90.nwrk.east.verizon.net ([68.239.207.90]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 01 Apr 2007 22:45:02 +0200 Original-Received: from rvclayton by pool-68-239-207-90.nwrk.east.verizon.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 01 Apr 2007 22:45:02 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 52 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: pool-68-239-207-90.nwrk.east.verizon.net User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.4 X-detected-kernel: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: bug-guile@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GUILE, GNU's Ubiquitous Extension Language" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Errors-To: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.bugs:3488 Archived-At: I was trying to build http://www.gnuvola.org/software/guile-sdl/ under guile-1.8 on a debian testing system (updated weekly) and ran into a problem: $ make make all-recursive make[1]: Entering directory `/usr/local/src/guile-sdl-0.3.6' Making all in src make[2]: Entering directory `/usr/local/src/guile-sdl-0.3.6/src' make all-am make[3]: Entering directory `/usr/local/src/guile-sdl-0.3.6/src' if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I. -I../include -g -O2 -Wall -pedantic -Wno-long-long -pipe -I/usr/local/packages/sdl-1.2.11/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -MT initf.lo -MD -MP -MF ".deps/initf.Tpo" -c -o initf.lo initf.c; \ then mv -f ".deps/initf.Tpo" ".deps/initf.Plo"; else rm -f ".deps/initf.Tpo"; exit 1; fi In file included from /usr/include/libguile/tags.h:31, from ../include/gperfsup.h:4, from initf.c:33: /usr/include/libguile/__scm.h:523: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'scm_call_generic_0' /usr/include/libguile/__scm.h:532: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'scm_call_generic_1' /usr/include/libguile/__scm.h:541: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'scm_call_generic_2' /usr/include/libguile/__scm.h:552: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'scm_apply_generic' make[3]: *** [initf.lo] Error 1 make[3]: Leaving directory `/usr/local/src/guile-sdl-0.3.6/src' make[2]: *** [all] Error 2 make[2]: Leaving directory `/usr/local/src/guile-sdl-0.3.6/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/usr/local/src/guile-sdl-0.3.6' make: *** [all] Error 2 $ Doing the gcc -E thing shows the likely problem: $ gcc -E -DHAVE_CONFIG_H -I. -I. -I.. -I. -I../include -g -O2 -Wall -pedantic -Wno-long-long -pipe -I/usr/local/packages/sdl-1.2.11/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -MT initf.lo -MD -MP -MF .deps/initf.Tpo -c initf.c -fPIC -DPIC | grep _generic extern SCM scm_call_generic_0 (SCM gf); extern SCM scm_call_generic_1 (SCM gf, SCM a1); extern SCM scm_call_generic_2 (SCM gf, SCM a1, SCM a2); extern SCM scm_apply_generic (SCM gf, SCM args); $ At this point I've reached the end of my tricks. What more needs to be done to fix this? _______________________________________________ Bug-guile mailing list Bug-guile@gnu.org http://lists.gnu.org/mailman/listinfo/bug-guile