[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Chicken-users] Re: Easyffi
From: |
felix |
Subject: |
[Chicken-users] Re: Easyffi |
Date: |
Tue, 2 Jun 2009 08:21:11 +0000 (UTC) |
User-agent: |
Loom/3.14 (http://gmane.org/) |
bill <RamsayW1 <at> comcast.net> writes:
>
> Hi again,
>
> I'm still trying to get back into run m ode with Xubuntu and now I'm
> finding a problem with easyffi.
> I use gtk+ in my user interface and access it through easyffi. This
> is an old program that's worked for a long time - including in
> Chicken-4.0.0 on Gentoo. It compiles fine, but now I get the following
> runtime error:
>
> Error: unbound variable: foreign-parse
>
> Call history:
>
> foreign-parse <--
>
> The offending lines are only in the c code - I don't use
> 'foreign-parse' anywhere in the scheme code.
>
> Any ideas on what could be wrong? I rather like the Xubuntu
> distribution and would hate to go back to Gentoo.
>
Hi, Bill!
Are you using "#>?" in your code? Are you using the module
system? And if yes, are you doing the "#>?" inside a module
declaration that imports "easyffi"? Can you try to replace
the "#>? ... <#" with
(foreign-parse #<<EOF
...
EOF
)
cheers,
felix
- [Chicken-users] Re: Easyffi,
felix <=