Re: sbcl 1.0, glade-xml problem
Espen S Johnsen <[email protected]> 05 Jan 2007 02:29:36 +0100
| Newsgroups | gmane.lisp.clg.devel |
|---|---|
| Message-ID | <[email protected]> |
"karol skocik" <[email protected]> writes: > I am having problems with latest CLG (from today's CVS) on SBCL 1.0 > Linux AMD64, when I want to use glade-xml. > (load ".sbcl/site/clg/glade/read-xml") > (load ".sbcl/site/clg/glade/glade") What exactly are these files? From their names and the conflicts below, it looks like files from a pre 0.90 version of clg, and they would not work with the current version. > but then : > CL-USER> (asdf:oos 'asdf:load-op :glade-xml) Requiring this module is all that is needed to load glade files these days. But as this code is relatively new and unused it will probably fail on anything but the most trivial Glade files. > I get into name conflicts : > USE-PACKAGE #<PACKAGE "GTK"> causes name-conflicts in #<PACKAGE "GLADE-XML"> > between the following symbols: > GLADE-XML::DATA, GTK:DATA Generally there is far too many symbols exported from the gtk package, but I believe these conflicts are caused by the old files being loaded. > Now, here comes the real show-stopper: I guess the reason for this is the same, as I had now problem loading this file. > Can somebody help me with this and also with those name conflicts? I > would very appreciate also some simple example of defining functions > which handle the gtk signals like when you press button, or something > like that... I will add some examples of how to use the Galde interface, but it is getting a bit late today so I have have to come back to that another day. -- Espen ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV