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

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

guile-gnome 2.7.91 compilation attempt, issues


From: Greg Troxel
Subject: guile-gnome 2.7.91 compilation attempt, issues
Date: Wed, 20 Oct 2004 14:51:32 -0400

I have guile-lib 0.1.2 and g-wrap 1.9.3 installed via pkgsrc, with
guile 1.6.4, on NetBSD 2.0/i386.

First, in glib/gnome/gw/gobject-spec, I found what looks like a wrong
module path (relative to g-wrap 1.9.3):

--- glib-spec.scm.~1~   2004-10-10 08:51:10.000000000 -0400
+++ glib-spec.scm       2004-10-20 14:37:34.000000000 -0400
@@ -32,7 +32,7 @@
   #:use-module (g-wrap util)
   #:use-module (g-wrap c-types)
   #:use-module (g-wrap guile)
-  #:use-module (g-wrap guile ws standard)
+  #:use-module (g-wrap ws standard)
   #:use-module (gnome gobject utils)
   #:use-module (gnome gw support gobject)
   #:use-module (gnome gw support defs))

Then, I got an error I can't figure out.  Perhaps my g-wrap install is
broken.  This is compounded by pkgsrc using a ".buildlink" directory
for the package being compiled to include/link against, but that
directory has the right ontents (.so as well, omitted for clarity):

/usr/pkgsrc/wip/guile-gnome/work/.buildlink/lib > l libgw*la
-rw-r--r--  1 gdt  users  1044 Oct 20 13:41 libgw-guile-gw-glib.la
-rw-r--r--  1 gdt  users  1051 Oct 20 13:41 libgw-guile-standard.la
-rw-r--r--  1 gdt  users   981 Oct 20 13:41 libgwrap-core-runtime.la
-rw-r--r--  1 gdt  users  1042 Oct 20 13:41 libgwrap-guile-runtime.la

I'll try make check in the g-wrap build directory, although it would
be nice to somehow install a test case that someone could run from a
binary package.




poblano gdt 605 
/usr/pkgsrc/wip/guile-gnome/work/guile-gnome-platform-2.7.91/glib/gnome/gw > 
gmake
guile  -c \
  "(debug-set! stack 400000) \
   (use-modules (g-wrap)) \
   (use-modules (gnome gw gobject-spec)) \
   (generate-wrapset 'guile 'gnome-gobject \"guile-gnome-gw-gobject\")"
<unnamed port>: In procedure scm-error in expression (scm-error (quote 
misc-error) #f ...):
<unnamed port>: no wrapset registered for guile standard

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.
gmake: *** [guile-gnome-gw-gobject.c] Error 2




reply via email to

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