guile-user
[Top][All Lists]
Advanced

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

Re: A [serious] problem with module integration


From: Mike Gran
Subject: Re: A [serious] problem with module integration
Date: Fri, 16 Nov 2012 08:10:46 -0800 (PST)

> From: Mike Gran <address@hidden>
> To: Panicz Maciej Godek <address@hidden>; "address@hidden" <address@hidden>
> Cc: 
> Sent: Friday, November 16, 2012 8:03 AM
> Subject: Re: A [serious] problem with module integration
> 
> Hello Panicz-
> 
>> From: Panicz Maciej Godek <address@hidden>
>> And now I have a problem: the modules that I wrote make use
>> of the symbols defined by my application (using scm_c_define...),
>> but they are unavailable outside my application, i.e. for external
>> modules.
> 
> [snip]
> 
> I read this, and I am having a bit of trouble visualizing
> what you've done, but, perhaps your problem can be fixed
> by simply replacing scm_c_define with scm_c_export.

I'm replying to my own e-mail, because this is unclear.
You don't *replace* scm_c_define with scm_c_export.
You add a call to scm_c_export after your calls to scm_c_define.



reply via email to

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