unofficial mirror of bug-guile@gnu.org 
 help / color / mirror / Atom feed
* Build Problem Involving Inline.h
@ 2010-12-17  1:50 Noah Lavine
  2010-12-17 13:36 ` Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Noah Lavine @ 2010-12-17  1:50 UTC (permalink / raw)
  To: bug-guile

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



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

* Re: Build Problem Involving Inline.h
  2010-12-17  1:50 Build Problem Involving Inline.h Noah Lavine
@ 2010-12-17 13:36 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2010-12-17 13:36 UTC (permalink / raw)
  To: bug-guile

Hi,

Noah Lavine <noah.b.lavine@gmail.com> writes:

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

Fixed, thanks!

Ludo’.




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

end of thread, other threads:[~2010-12-17 13:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-17  1:50 Build Problem Involving Inline.h Noah Lavine
2010-12-17 13:36 ` Ludovic Courtès

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