guile-gtk-general
[Top][All Lists]
Advanced

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

Problems compiling guile-gnome-platform-2.7.99


From: Mark Flacy
Subject: Problems compiling guile-gnome-platform-2.7.99
Date: Tue, 03 Jan 2006 01:35:02 +0000

Greetings,

I'm running Guile 1.6.7 with SLIB 3a2, g-wrap 1.9.6, and guile-lib 0.1.2 
installed.  (It's on a Slackware 10.2 system, if that's of any importance.)

I've changed guile to actually run 'guile -l /usr/share/guile/1.6/slib/
guile.init "$@"' to ensure that SLIB is initialized correctly.  I still get 
the following error when running make....

make[4]: Entering directory 
`/source/guile/guile-gnome-platform/guile-gnome-platform-2.7.99/glib/gnome/gw'
guile --debug -c \
  "(debug-set! stack 400000) \
   (use-modules (gnome-0)) \
   (use-modules (g-wrap)) \
   (use-modules (gnome gw gobject-spec)) \
   (generate-wrapset 'guile 'gnome-gobject \"guile-gnome-gw-gobject\")"
Backtrace:
In unknown file:
    ...
   ?: 78  (letrec ((load-file #)) (dynamic-wind (lambda () #) (lambda () #)
...) ...)
   ?: 79* [dynamic-wind #<procedure #f ()> #<procedure #f ()> #<procedure #f
()>]
   ?: 80* [#<procedure #f ()>]
   ?: 81* (let ((file #)) (cond (# => #) (# => #)))
   ?: 82  [#<procedure #f (full)> "../../../glib/gnome/gw/support/gobject.scm"]
   ?: 83  [load-file #<primitive-procedure primitive-load> ...]
   ?: 84* [save-module-excursion #<procedure #f ()>]
   ?: 85  (let (# #) (dynamic-wind # thunk #))
   ?: 86  [dynamic-wind #<procedure #f ()> #<procedure #f ()> #<procedure #f
()>]
   ?: 87* [#<procedure #f ()>]
   ?: 88* [primitive-load "../../../glib/gnome/gw/support/gobject.scm"]
In ../../../glib/gnome/gw/support/gobject.scm:
  69: 89* [require printf]
In /usr/share/guile/1.6/slib/require.scm:
 135: 90  (cond ((not feature) (set! *catalog* #f)) ((slib:provided? feature))
...)
 139: 91  (let ((path #)) (cond (# #) (# # #) (# # #) ...))
 139: 92* [catalog:get printf]
  76: 93* (if (not *catalog*) (let ((slibcat #)) (cond (# # #)) ...))
  77: 94  (let ((slibcat #)) (cond (# # #)) (cond (slibcat #)) ...)
  78: 95* (cond ((not #) (slib:load #) (set! slibcat #)))
  79: 96* [#<procedure #f (<pathname> . extra)>
"/usr/share/guile/1.6/slib/mklibcat"]
 204: 97  (with-load-pathname <pathname> (lambda () (apply *old-load* #)))

/usr/share/guile/1.6/slib/require.scm:204:5: In expression (with-load-pathname
<pathname> (lambda () #)):
/usr/share/guile/1.6/slib/require.scm:204:5: Unbound variable:
with-load-pathname

Some deprecated features have been used.  Set the environment
variable GUILE_WARN_DEPRECATED to "detailed" and rerun the
program to get more information.  Set it to "no" to suppress
this message.
make[4]: *** [guile-gnome-gw-gobject.c] Error 2

...I'm baffled.  Can anyone give me a pointer or two?





reply via email to

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