chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] Can't import iup-web


From: Thomas Chust
Subject: Re: [Chicken-users] Can't import iup-web
Date: Tue, 13 Mar 2012 12:41:36 +0100

On Mon, 2012-03-12 at 14:05 -0600, Matt Gushee wrote:
> [...]
> > $ csi
> > [...]
> > csi> (use iup)
> > [...]
> > csi> (use iup-web)
> > ; loading /usr/lib/chicken/6/iup-web.import.scm ...
> > [...]

Hello,

you are using the egg incorrectly. The iup library contains all the
iup-related modules including iup-web. After you have run a
(require-library iup), which you did implicitly by running (use iup),
you only have to (import iup-web) to get access to the iup-web
functionality, if it is compiled in. The output of csi shows that this
import works since iup-web.import.scm is loaded successfully. But the
(require-library iup-web) that you are implicitly running fails because
no such library exists.

Ciao,
Thomas


-- 
When C++ is your hammer, every problem looks like your thumb.




reply via email to

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