guile-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Problems compiling code with CVS guile


From: rm
Subject: Re: Problems compiling code with CVS guile
Date: Thu, 6 Mar 2003 16:16:46 +0100
User-agent: Mutt/1.3.28i

On Tue, Dec 03, 2002 at 08:43:19PM -0600, Rob Browning wrote:
> address@hidden 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]