public inbox for guile-gtk@sourceware.org
 help / color / mirror / Atom feed
From: Julien Rousseau <le_douanier@yahoo.com>
To: guile-gtk@sourceware.cygnus.com
Subject: problem with (gtk-version-alias gtk) on Alpha (from a newbie)
Date: Tue, 09 Nov 1999 15:34:00 -0000	[thread overview]
Message-ID: <19991109233442.5989.rocketmail@web1805.mail.yahoo.com> (raw)

Hi everyone,

First I am a complete Guile/Guile-gtk newbie and I
already managed to go into trouble ;)

My version of Guile is 1.3.4
My version of guile-gtk is 0.17
My OS is OSF1 4.0 version 1091 on Alpha processors (I
would love it to be mine ;))

On monday I installed Guile-gtk and it was working
fine, until I did something (I don't know what) that
must have break things because it isn't working any
more (I did a clean reinstall of guile-gtk afterwards
but that didn't work either).

Now guile-gtk dumps core and when I call (use-modules
(gtk gtk)) from Guile it stalls without doing
anything.

So I did a less ~/project/share/guile/gtk/gtk.scm (yes
guile-gtk isn't installed on a normal path but my
GUILE_LOAD_PATH is pointing on the good share
directory) and saw that it was calling the (gtk
dynlink) module and a function called
gtk-version-alias.


I tried to do it by hand:
$>guile
guile>(use-modules (gtk dynlink))
;no problem up to now

guile>(gtk-version-alias 'gtk) 
; and now I wait until I get bored and do a kill -9

I looked at dynlink.scm for gtk-version-alias and
after some tries I found that it was:
(resolve-interface mod-name) ;with mod-name = (list
'gtk-1.2 'gtk)
that wasn't responding.

I searched resolve-interface, found it in boot-9.scm
it call resolve-module (with the same argument) which
doesn't respond.

Idem with resolve-module. I seems to call
try-load-module which doesn't respond 

Idem with try-load-module.
it first call try-module-linked which return false
(when done by hand) and try-module-autoload which
doesn't respond (it also call try-module-dynamic-link
which returned #f when i tried to call it manually).

Idem with try-module-autoload but right now I don't
have any more time to track further (the computer room
is closing).

I sarched on www.deja.com and on the list archive for
gtk-version-alias. No matches, so I ask here if you
understand what went wrong and what i can do to fix it
(I hope I wasn't too long, sorry but this is my first
question on a mailing list).

Cheers

Julien Rousseau


=====

__________________________________________________
Do You Yahoo!?
Bid and sell for free at http://auctions.yahoo.com

             reply	other threads:[~1999-11-09 15:34 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-11-09 15:34 Julien Rousseau [this message]
1999-11-10 15:30 ` Stephen Tell
1999-11-11 13:43 ` Marius Vollmer

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=19991109233442.5989.rocketmail@web1805.mail.yahoo.com \
    --to=le_douanier@yahoo.com \
    --cc=guile-gtk@sourceware.cygnus.com \
    /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).