From: rm@fabula.de
Subject: Problems compiling code with CVS guile
Date: Thu, 28 Nov 2002 18:57:58 +0100 [thread overview]
Message-ID: <20021128175758.GA17232@www> (raw)
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
next reply other threads:[~2002-11-28 17:57 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-11-28 17:57 rm [this message]
2002-12-04 2:43 ` Problems compiling code with CVS guile Rob Browning
2003-03-06 15:16 ` rm
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/guile/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20021128175758.GA17232@www \
--to=rm@fabula.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).