This is the mail archive of the guile-gtk@sources.redhat.com mailing list for the Guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: (gnome gtk) et al


On 07 May 2003 16:10:26 +0200
Marius Vollmer <marius.vollmer@uni-dortmund.de> wrote:

> Stan Pinte <stan.pinte@wanadoo.be> writes:
> 
> > the question are: what does gtkconf-using-ltdl means? should
> > merge-compiled-code-old be re-integrated in the guile-gtk CVS?
> 
> No, the 'old' code is for very old versions of Guile that didn't use
> libtldl.
> 
> Are you sure that the gnome_guile_init function really is in the
> library?  


stan@pablo:~/src/guile/exp/gnome-guile 5 $ grep -nr "gnome_init_guile_glue" .
grep: ./guile-gtk/.#guile-gtk.c: Aucun fichier ou répertoire de ce type
./guile-gnome/gnome.scm:5:(merge-compiled-code "gnome_init_guile_glue" "libguilegnome")
./guile-gnome/gnome.defs:1346: (init-func "gnome_init_guile_glue")
./guile-gnome/gnome.defs.guile:7: (init-func "gnome_init_guile_glue")
stan@pablo:~/src/guile/exp/gnome-guile 6 $ 

--> and indeed, as you suspected it is not exported in libguilegnome:

stan@pablo:/opt/guile-exp/lib 12 $ nm libguilegnome.a | grep init
         U _gnome_config_init_iterator
000024c0 T gnome_init_guile_support
         U gnome_init_with_popt_table
00001980 t gnome_uiinfos_class_init
000019b0 t gnome_uiinfos_init
000013a0 t guile_gnome_init_hack
0000013c d sgnome_init_hack
stan@pablo:/opt/guile-exp/lib 13 $ ls


Next step: if this symbol is not exported, does it means that the gnome.defs file is wrong (because it contains the wrong function name), or does it mean that there is an unimplemented function...I should add to gnomeg.c ???

Don't know...honestly.

Stan.


The tricky thing normally is to get the library to be
> loaded, but that works already.
> 


-- 
+----------------   Stanislas Pinte   ------------------+
|              phone: +32 2 732 13 94		        |
|             email:	 stan.pinte@wanadoo.be         	|
+-------------------------------------------------------+


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]