guile-devel
[Top][All Lists]
Advanced

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

Re: Again on Windows support (2)


From: Ludovic Courtès
Subject: Re: Again on Windows support (2)
Date: Fri, 19 Jun 2009 18:17:06 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.91 (gnu/linux)

Hi Carlo,

"carlo.bramix" <address@hidden> writes:

> <unnamed port>: In procedure dynamic-func in expression (dynamic-call 
> "scm_init_programs" (dynamic-link "libguile")):
> <unnamed port>: No error

Can you try to change the following lines in <libguile/programs.h>:

--8<---------------cut here---------------start------------->8---
SCM_INTERNAL void scm_init_programs (void);
--8<---------------cut here---------------end--------------->8---

to:

--8<---------------cut here---------------start------------->8---
SCM_API void scm_init_programs (void);
--8<---------------cut here---------------end--------------->8---

Can you then recompile and report back?

Thanks in advance,
Ludovic.





reply via email to

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