bug-guile
[Top][All Lists]
Advanced

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

Build Problem Involving Inline.h


From: Noah Lavine
Subject: Build Problem Involving Inline.h
Date: Thu, 16 Dec 2010 20:50:45 -0500

Hello,

I tried building the latest git Guile, and got the following error:

  CC     libguile_2.0_la-alist.lo
In file included from ../libguile.h:124,
                 from ../libguile/programs.h:22,
                 from ../libguile/_scm.h:84,
                 from alist.c:25:
../libguile/inline.h:340: error: static declaration of 'scm_is_string'
follows non-static declaration
../libguile/strings.h:128: error: previous declaration of
'scm_is_string' was here
make[3]: *** [libguile_2.0_la-alist.lo] Error 1

I checked the log, and it looks like the declaration in inline.h was
added quite recently. I removed it, and put back a definition of
scm_is_string in libguile/strings.c, and everything worked.

Noah



reply via email to

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