public inbox for guile-gtk@sourceware.org
 help / color / mirror / Atom feed
From: Stan Pinte <stan.pinte@wanadoo.be>
To: Marius Vollmer <marius.vollmer@uni-dortmund.de>
Cc: guile-gtk@sources.redhat.com,Ariel Rios <ariel@gnu.org>
Subject: Re: (gnome gtk) et al
Date: Wed, 07 May 2003 13:07:00 -0000	[thread overview]
Message-ID: <20030507144720.703b50f1.stan.pinte@wanadoo.be> (raw)
In-Reply-To: <20030506172451.7a79df7b.stan@altosw.be>


hello,

I managed to compile gnome-guile, by fixing some typos in some Makefile.in, and here is what I get when trying an example:

 /opt/guile-exp/bin/guile --debug -s canvas-test.scm

stan@pablo:~/src/guile/exp/gnome-guile/guile-gnome/examples 120 $ /opt/guile-exp/bin/guile -s canvas-test.scm 
ERROR: In procedure dynamic-func:
ERROR: /opt/guile-exp//lib/libguile-ltdl.so.1: undefined symbol: gnome_init_guile_glue
stan@pablo:~/src/guile/exp/gnome-guile/guile-gnome/examples 121 $ 


(I enclosed debug output below)

any clue? because strace tells me that the program has opened the library:

open("/opt/guile-exp//lib/libguilegnome.so.0", O_RDONLY) = 5

thanks a lot,

Stan.

stan@pablo:~/src/guile/exp/gnome-guile/guile-gnome/examples 128 $ /opt/guile-exp/bin/guile --debug -s canvas-test.scm 
Backtrace:
In unknown file:
   ?: 13  [try-load-module (gnome gnome)]
   ?: 14  (or (begin (try-module-linked name)) (try-module-autoload name) ...)
   ?: 15* [try-module-autoload (gnome gnome)]
   ?: 16  (let* (# # # #) (resolve-module dir-hint-module-name #f) (and # #))
    ...
   ?: 17  (letrec ((load-file #)) (dynamic-wind (lambda () #) (lambda () #) ...) ...)
   ?: 18* [dynamic-wind #<procedure #f ()> #<procedure #f ()> #<procedure #f ()>]
   ?: 19* [#<procedure #f ()>]
   ?: 20* (let ((file #)) (cond (# => #) (# => #)))
   ?: 21  [#<procedure #f (full)> "/opt/guile-exp/share/guile/gnome/gnome.scm"]
   ?: 22  [load-file #<primitive-procedure primitive-load> ...]
   ?: 23* [save-module-excursion #<procedure #f ()>]
   ?: 24  (let (# #) (dynamic-wind # thunk #))
   ?: 25  [dynamic-wind #<procedure #f ()> #<procedure #f ()> #<procedure #f ()>]
   ?: 26* [#<procedure #f ()>]
   ?: 27* [primitive-load "/opt/guile-exp/share/guile/gnome/gnome.scm"]
In /opt/guile-exp/share/guile/gnome/gnome.scm:
   5: 28* [merge-compiled-code "gnome_init_guile_glue" "libguilegnome"]
In /opt/guile-exp/share/guile/gtk-1.2/dynlink.scm:
   9: 29  (let* ((module #) (interface #)) (module-use! module interface) ...)
In unknown file:
    ...
   ?: 30  [dynamic-wind #<procedure #f ()> #<procedure #f ()> #<procedure #f ()>]
   ?: 31* [#<procedure #f ()>]
In /opt/guile-exp/share/guile/gtk-1.2/dynlink.scm:
  16: 32* [load-extension "libguilegnome" "gnome_init_guile_glue"]

/opt/guile-exp/share/guile/gtk-1.2/dynlink.scm:16:8: In procedure dynamic-func in expression (load-extension libname init-func):
/opt/guile-exp/share/guile/gtk-1.2/dynlink.scm:16:8: /opt/guile-exp//lib/libguile-ltdl.so.1: undefined symbol: gnome_init_guile_glue
stan@pablo:~/src/guile/exp/gnome-guile/guile-gnome/examples 129 $ 

  reply	other threads:[~2003-05-07 13:07 UTC|newest]

Thread overview: 29+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20030407144511.GA1489@lark>
2003-04-07 19:57 ` Ariel Rios
2003-04-07 20:15   ` Andreas Rottmann
2003-04-08 10:34     ` Marius Vollmer
2003-04-08 14:56   ` Stan Pinte
2003-04-08 20:03     ` Andreas Rottmann
2003-04-08 21:33       ` David Pirotte
2003-04-11  4:48         ` Steve Tell
2003-04-11 10:00           ` Andreas Rottmann
2003-04-09 15:24       ` Stan Pinte
2003-04-10 17:05         ` Andreas Rottmann
2003-04-10 17:10           ` David Pirotte
2003-05-06  6:52     ` Stan Pinte
2003-05-06 15:33       ` Marius Vollmer
2003-05-06 15:45         ` Stan Pinte
2003-05-07 13:07           ` Stan Pinte [this message]
2003-05-07 14:02             ` Stan Pinte
2003-05-07 14:10               ` Marius Vollmer
2003-05-07 14:38                 ` Stan Pinte
2003-05-07 15:17                   ` Stan Pinte
2003-05-07 18:16                     ` Marius Vollmer
2003-05-08 11:43                       ` Stan Pinte
2003-05-12 14:18                         ` Stan Pinte
     [not found]                           ` <1052750737.26632.4.camel@tosca.elektra.com.mx>
2003-05-12 16:48                             ` Stan Pinte
2003-05-14  9:17   ` Andy Wingo
2003-05-16 14:26     ` Andreas Rottmann
2003-05-20 20:08       ` Andreas Rottmann
2003-05-23 22:00         ` Kevin Ryde
2003-05-26 13:04           ` Andreas Rottmann
2003-06-23 14:14   ` Andy Wingo

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20030507144720.703b50f1.stan.pinte@wanadoo.be \
    --to=stan.pinte@wanadoo.be \
    --cc=ariel@gnu.org \
    --cc=guile-gtk@sources.redhat.com \
    --cc=marius.vollmer@uni-dortmund.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).