From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: rm@fabula.de Newsgroups: gmane.lisp.guile.devel Subject: Re: Problems compiling code with CVS guile Date: Thu, 6 Mar 2003 16:16:46 +0100 Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Message-ID: <20030306151646.GE4125@www> References: <20021128175758.GA17232@www> <87of82h5bs.fsf@raven.i.defaultvalue.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1046963371 19425 80.91.224.249 (6 Mar 2003 15:09:31 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 6 Mar 2003 15:09:31 +0000 (UTC) Cc: rm@fabula.de Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Thu Mar 06 16:09:28 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18qwzw-00052z-00 for ; Thu, 06 Mar 2003 16:09:28 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18qwzp-00015r-05 for guile-devel@m.gmane.org; Thu, 06 Mar 2003 10:09:21 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18qwzT-000109-00 for guile-devel@gnu.org; Thu, 06 Mar 2003 10:08:59 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18qwxm-0008T1-00 for guile-devel@gnu.org; Thu, 06 Mar 2003 10:07:14 -0500 Original-Received: from [217.22.192.104] (helo=www.elogos.de) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18qwxB-0008AM-00 for guile-devel@gnu.org; Thu, 06 Mar 2003 10:06:37 -0500 Original-Received: by www.elogos.de (Postfix, from userid 5001) id 114831407F; Thu, 6 Mar 2003 16:16:47 +0100 (CET) Original-To: Rob Browning Content-Disposition: inline In-Reply-To: <87of82h5bs.fsf@raven.i.defaultvalue.org> User-Agent: Mutt/1.3.28i Original-cc: guile-devel@gnu.org X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Developers list for Guile, the GNU extensibility library List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.lisp.guile.devel:2028 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.devel:2028 On Tue, Dec 03, 2002 at 08:43:19PM -0600, Rob Browning wrote: > rm@fabula.de writes: > > > i seem to have problems compiling code with the latest > > CVS co of guile-core. Here follows the compiler warnings: > > Did you figure this out? Yes ;-) Sorry for the really late answer (i thought i mailed it out but couldn't find the posting in the archives -- i'm getting old). These warnings/compile errors show up depending on the compiler flags used (this is for gcc): -pedantic: | /usr/local/include/libguile/inline.h:77: warning: ANSI does not permit the keyword `inline' | /usr/local/include/libguile/inline.h:157: warning: ANSI does not permit the keyword `inline' | /usr/local/include/libguile/inline.h: In function `scm_double_cell': | /usr/local/include/libguile/inline.h:227: warning: ANSI does not permit the keyword `asm' -ansi: | /usr/local/include/libguile/threads.h:150: warning: `struct timespec' declared inside parameter list | /usr/local/include/libguile/threads.h:150: warning: its scope is only this definition or declaration, which is probably not what you want. | In file included from /usr/local/include/libguile.h:133, | from neon.c:21: | /usr/local/include/libguile/inline.h:78: syntax error before `SCM' | make[2]: *** [neon.lo] Error 1 some of the libraries i created bindings for have configuration scripts/m4-acros that emit these compiler switches. hth and thanks for the great work Ralf Mattes > Rob Browning > rlb @defaultvalue.org, @linuxdevel.com, and @debian.org > Previously @cs.utexas.edu > GPG starting 2002-11-03 = 14DD 432F AE39 534D B592 F9A0 25C8 D377 8C7E 73A4 _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://mail.gnu.org/mailman/listinfo/guile-devel