From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24525 invoked by alias); 15 Nov 2001 15:31:28 -0000 Mailing-List: contact guile-gtk-help@sourceware.cygnus.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: guile-gtk-owner@sources.redhat.com Received: (qmail 24501 invoked from network); 15 Nov 2001 15:31:26 -0000 Received: from unknown (HELO orion.memi.umss.edu.bo) (167.157.26.10) by sourceware.cygnus.com with SMTP; 15 Nov 2001 15:31:26 -0000 Received: from localhost (localhost [[UNIX: localhost]]) by orion.memi.umss.edu.bo (8.11.6/8.9.3) id fAFFemO29751; Thu, 15 Nov 2001 11:40:48 -0400 Message-Id: <200111151540.fAFFemO29751@orion.memi.umss.edu.bo> Content-Type: text/plain; charset="iso-8859-1" From: Alexey Rodriguez Y To: Bo Forslund Subject: Re: ERROR: In procedure dynamic-link: Date: Thu, 11 Oct 2001 15:20:00 -0000 X-Mailer: KMail [version 1.3.1] Cc: guile-gtk list References: <3BF335B5.CC95D0F4@abc.se> <200111151337.fAFDbvQ26110@orion.memi.umss.edu.bo> <3BF3CD7C.A348EE8A@abc.se> In-Reply-To: <3BF3CD7C.A348EE8A@abc.se> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-SW-Source: 2001-q4/txt/msg00006.txt.bz2 On Thursday 15 November 2001 10:13, Bo Forslund wrote: > Alexey Rodriguez Y wrote: > > You may need to run strace to know if you need to symlink more > > libraries. Maybe a better fix would be to edit the scheme file that loads > > the libs. > > I guess this must be the best. The problem is to know which file to edit =) > > > Bo Forslund I assume you are running guile-gtk directly. guile with use-module is more verbose: $ guile guile> (use-modules (gtk gtk)) /usr/share/guile/gtk/dynlink.scm:19:34: In procedure dynamic-link in expression (dynamic-link libname): /usr/share/guile/gtk/dynlink.scm:19:34: file not found ABORT: (misc-error) the (backtrace) will show you more stuff. I hope you can get the elegant fix :). It would be interesting to diff with the version that came with mdk8. Btw Bo, i had problems loading .glade files using gnome-guile libglade. I cannot exactly repeat the bugs but maybe you have already experienced those. Alexey