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: Problems compiling code with CVS guile Date: Thu, 28 Nov 2002 18:57:58 +0100 Sender: guile-devel-admin@gnu.org Message-ID: <20021128175758.GA17232@www> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1038504777 27898 80.91.224.249 (28 Nov 2002 17:32:57 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 28 Nov 2002 17:32:57 +0000 (UTC) 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 18HSWz-0007Ff-00 for ; Thu, 28 Nov 2002 18:32:53 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 18HSY9-0000O6-00; Thu, 28 Nov 2002 12:34:05 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 18HSXn-0000H6-00 for guile-devel@gnu.org; Thu, 28 Nov 2002 12:33:43 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 18HSXl-0000Gv-00 for guile-devel@gnu.org; Thu, 28 Nov 2002 12:33:42 -0500 Original-Received: from [217.22.192.104] (helo=www.elogos.de) by monty-python.gnu.org with esmtp (Exim 4.10) id 18HSXl-0000Gl-00 for guile-devel@gnu.org; Thu, 28 Nov 2002 12:33:41 -0500 Original-Received: by www.elogos.de (Postfix, from userid 5001) id A6DD414054; Thu, 28 Nov 2002 18:57:58 +0100 (CET) Original-To: guile-devel@gnu.org Content-Disposition: inline User-Agent: Mutt/1.3.28i Errors-To: guile-devel-admin@gnu.org X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Developers list for Guile, the GNU extensibility library List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.lisp.guile.devel:1758 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.devel:1758 Hello list, i seem to have problems compiling code with the latest CVS co of guile-core. Here follows the compiler warnings: /usr/local/include/libguile/inline.h:78: syntax error before `SCM' /usr/local/include/libguile/inline.h:158: syntax error before `SCM' /usr/local/include/libguile/inline.h: In function `scm_double_cell': /usr/local/include/libguile/inline.h:227: `asm' undeclared (first use in this function) /usr/local/include/libguile/inline.h:227: (Each undeclared identifier is reported only once /usr/local/include/libguile/inline.h:227: for each function it appears in.) /usr/local/include/libguile/inline.h:227: parse error before `volatile' .... Here's a cpp dump of the relevant header file: $ gcc -I /usr/local/include/ -E /usr/local/include/libguile/inline.h extern SCM scm_cell (scm_t_bits car, scm_t_bits cdr); extern SCM scm_double_cell (scm_t_bits car, scm_t_bits cbr, scm_t_bits ccr, scm_t_bits cdr); extern unsigned scm_newcell2_count; extern unsigned scm_newcell_count; extern inline SCM scm_cell (scm_t_bits car, scm_t_bits cdr) { SCM z; ....... Any ideas where or what to look for? tia Ralf Mattes _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://mail.gnu.org/mailman/listinfo/guile-devel