Problems compiling gnome-guile.




I need more sleep. Sorry for the screwed-up Subject: the first time. :/

Anyway, maybe the following is relevant:

guile> (use-modules (ice-9 slib))
guile> (require 'random)
ERROR: In expression identity:
ERROR: Unbound variable: identity
ABORT: (misc-error)

Type "(backtrace)" to get more information.
guile> (backtrace)

Backtrace:
 0* [require random]
 1  (or (require:provided? feature) (let (#) (cond #) ...))
 2* [provided? random]
 3  (if (symbol? feature) (if (memq feature *features*) #t ...) ...)
    ...
 4  (let ((path #)) (cond (# #) (# #t) ...))
 5* [catalog:get random]
 6* (if (not *catalog*) (let (#) (cond #) ...))
 7  (let ((slibcat #)) (cond (# # #)) ...)
 8* (cond (slibcat (set! *catalog* #)))
 9  (set! *catalog* ((slib:eval #) slibcat))
10* ((slib:eval (cadr #)) slibcat)
11* [eval identity]
12* identity


Lars Torben Wilson <torben@coastnet.com> writes:

> First post to this list...
> 
> I've been assiduously cvsing and compiling and whatnot all weekend,
> and I've gotten most of the Gnome base running. However, I'm running
> into trouble with gnome-guile: as per the instructions, I've installed 
> guile 1.2 and slib 2c1; I've solved the mysterious missing slibcat
> thing; and now, I'm tired. ;) The problem is this:
> 
> 
> 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'm pretty certain that I've missed something in a readme somewhere,
> but this isn't in the FAQs. If someone has a quick fix off the top of
> their head, I'd really appreciate it.



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