From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7232 invoked by alias); 3 Apr 2003 11:02:01 -0000 Mailing-List: contact guile-gtk-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: guile-gtk-owner@sources.redhat.com Received: (qmail 7192 invoked from network); 3 Apr 2003 11:01:57 -0000 Received: from unknown (HELO maho3msx2.corp.emc.com) (128.221.11.32) by sources.redhat.com with SMTP; 3 Apr 2003 11:01:57 -0000 Received: from pablo (10.68.1.79 [10.68.1.79]) by maho3msx2.corp.emc.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2653.13) id GLPXPQTB; Thu, 3 Apr 2003 06:01:52 -0500 Date: Thu, 03 Apr 2003 11:02:00 -0000 From: Stan Pinte To: guile-gtk Subject: gnome-guile CVS runtime problem Message-Id: <20030403114737.17f603e0.stan@altosw.be> Organization: Alto Software Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-SW-Source: 2003-q2/txt/msg00002.txt.bz2 hello, I compiled and installed gnome-guile CSV against guile-1.6.3. some issues: -I had to fix two Makefiles to replace splaces by tabs. -I had to fix dynlink-old.scm stan@pablo:/usr/local/share/guile/gtk 20 $ diff dynlink-old.scm.fixed dynlink-old.scm.bak 205,207c205,206 < (let* ((d-object (dynamic-link full-name)) < (d-func (dynamic-func "sgtk_dlopenhelper_init" d-object))) < (dynamic-call d-func d-object))))))) --- > (dynamic-call 'sgtk_dlopenhelper_init > (dynamic-link full-name))))))) 224d222 < (format #t "libtool ~%") 233d230 < (format #t "path ~A~%" path) stan@pablo:/usr/local/share/guile/gtk 21 $ so that it is 1.6.3 compliant. -I had to use the following cflags, so that it library loading work... CFLAGS="-DHAVE_DLOPEN -DRTLD_GLOBAL -DUSE_THREADS" ./configure --> now it complains that stan@pablo:~/src/guile/gnome-guile-cvs/gnome-guile/guile-gnome/examples 44 $ guile -s canvas-test.scm (dlopening "libguilegtk-1.2.so" "/usr/local/lib/libguilegtk-1.2.so") guile: relocation error: /usr/local/lib/libguilegtk-1.2.so: undefined symbol: g_thread_init any idea? thanks, Stan. -- +---------------- Stanislas Pinte ------------------+ | sales Director | | | | Alto Software sprl | | http://www.altosw.be/ | | | | cell: 32 476 340 841 | | email: stan@altosw.be | +-------------------------------------------------------+