unofficial mirror of guile-devel@gnu.org 
 help / color / mirror / Atom feed
* Problems compiling code with CVS guile
@ 2002-11-28 17:57 rm
  2002-12-04  2:43 ` Rob Browning
  0 siblings, 1 reply; 3+ messages in thread
From: rm @ 2002-11-28 17:57 UTC (permalink / 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


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2003-03-06 15:16 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-11-28 17:57 Problems compiling code with CVS guile rm
2002-12-04  2:43 ` Rob Browning
2003-03-06 15:16   ` rm

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).