Re: [SOLVED] Re: Problem building guile-gnome

Romel Sandoval <[email protected]> Thu, 03 Jun 2010 15:30:32 -0500
Newsgroups gmane.lisp.guile.gtk
Message-ID <1275597032.2518.63.camel@romel-compaq>
Ups! you are right.

(use-modules (gnome-2)) it works.

Romel

El jue, 03-06-2010 a las 21:36 +0200, Andy Wingo escribió:
> On Thu 03 Jun 2010 21:06, Romel Sandoval <[email protected]> writes:
> 
> > Loading first gnome-2 module don't solve it. But running guile-gnome-2
> > script makes it.
> >
> > Thank you.
> 
> (use-modules (gnome-2)) did not work for you?
> 
> Andy