From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Aaron Voisine Newsgroups: gmane.lisp.guile.bugs Subject: guile 1.4 compilation error with gcc4 Date: Fri, 19 Aug 2005 23:42:59 -0700 Message-ID: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1124544911 11277 80.91.229.6 (20 Aug 2005 13:35:11 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 20 Aug 2005 13:35:11 +0000 (UTC) Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Sat Aug 20 15:35:04 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1E6TV2-0000Sz-00 for ; Sat, 20 Aug 2005 15:35:04 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1E6TYe-0005Kb-IS for guile-bugs@m.gmane.org; Sat, 20 Aug 2005 09:38:48 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1E6NRT-0001Eh-5b for bug-guile@gnu.org; Sat, 20 Aug 2005 03:06:59 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1E6NRP-0001Cj-83 for bug-guile@gnu.org; Sat, 20 Aug 2005 03:06:56 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1E6NRO-0000sJ-CM for bug-guile@gnu.org; Sat, 20 Aug 2005 03:06:54 -0400 Original-Received: from [64.233.184.203] (helo=wproxy.gmail.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1E6N4M-0002yR-NO for bug-guile@gnu.org; Sat, 20 Aug 2005 02:43:06 -0400 Original-Received: by wproxy.gmail.com with SMTP id i23so946234wra for ; Fri, 19 Aug 2005 23:42:59 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=d6W88NPPrgPwdUDyQJZpq3AYPwY2JLvgSHWLYXBfDafchs2UTilJ5a5zrdPJZ6GpSuEO8hnI7hsvnZsHoZM+VLu3oC16gLoxInI2794W8XI0sTfucNFbVBeNjy7Iflc1JblfJU+oF3CDHw8kyTZNom2lflzNrYGDLDf66RCFYIs= Original-Received: by 10.54.142.2 with SMTP id p2mr2440534wrd; Fri, 19 Aug 2005 23:42:59 -0700 (PDT) Original-Received: by 10.54.86.16 with HTTP; Fri, 19 Aug 2005 23:42:59 -0700 (PDT) Original-To: bug-guile@gnu.org Content-Disposition: inline X-Mailman-Approved-At: Sat, 20 Aug 2005 09:35:34 -0400 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:3060 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.bugs:3060 I'm trying to compile guile 1.4 with apple's gcc 4.0.0 (from xcode tools 2.2 preview 1) and I get the following compilation error: gcc -DHAVE_CONFIG_H -I.. -I./.. -I../libltdl -no-cpp-precomp -O2 -Wall -Wmissing-prototypes -c alist.c -fno-common -DPIC In file included from alist.c:394: ../libguile/alist.x: In function 'scm_init_alist': ../libguile/alist.x:2: error: stray '##' in program ../libguile/alist.x:2: error: 's_' undeclared (first use in this function) ../libguile/alist.x:2: error: (Each undeclared identifier is reported only = once ../libguile/alist.x:2: error: for each function it appears in.) ../libguile/alist.x:2: error: parse error before 'scm_acons' ../libguile/alist.x:3: error: stray '##' in program ../libguile/alist.x:3: error: parse error before 'scm_sloppy_assq' ../libguile/alist.x:4: error: stray '##' in program ../libguile/alist.x:4: error: parse error before 'scm_sloppy_assv' ../libguile/alist.x:5: error: stray '##' in program looking at alist.x the syntax doesn't look like anything i've ever seen in = k&r (course I'm no expert). Any ideas? l8r Aaron --=20 There's no trick to being a humorist when you have the whole government working for you -- Will Rodgers _______________________________________________ Bug-guile mailing list Bug-guile@gnu.org http://lists.gnu.org/mailman/listinfo/bug-guile