Re: Problems compiling gnome-guile.





On 25 May 1998, Lars Torben Wilson wrote:

> > Making all in guile-gtk
> > make[2]: Entering directory `/fletcher/gnome/gnome-guile/guile-gtk'
> > ./gen-typeinfo info gtk.defs ./guile.details >tmpt \
> > && mv tmpt gtk-types.c
> > guile: Unbound variable: identity
> > make[2]: *** [gtk-types.c] Error 2
> > 

I remembered having this problem so I quickly checked the mailing list
archives....here is what worked for me:

" This is due to some odd interaction between guil-1.2 and slib..
   try this:
   append the following two lines to lthe r4rs.scm file in the guile-1.2
   dir:
   (define (identity x) x)
   (define home-vicinity (let ((home-path (getenv "HOME")))(lambda ()
   home-path)))

   make distclean; ./configure; make in the gnome-guile dir.
   That "worked for me". "




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