public inbox for guile-gtk@sourceware.org
 help / color / mirror / Atom feed
From: Stan Pinte <stan@altosw.be>
To: Stan Pinte <stan.pinte@wanadoo.be>
Cc: Marius Vollmer
	<marius.vollmer@uni-dortmund.de>,guile-gtk@sources.redhat.com,Ariel
	Rios <ariel@gnu.org>
Subject: Re: (gnome gtk) et al
Date: Wed, 07 May 2003 15:17:00 -0000	[thread overview]
Message-ID: <20030507165652.2c807020.stan@altosw.be> (raw)
In-Reply-To: <20030507161829.418538f4.stan.pinte@wanadoo.be>



another clue may be the new guile version:

In the file gnome-glue.c (and in some others), I had to comment out the following, at the end of the file:

//Backtrace:
//abort: (unbound-variable)

Stan.



On Wed, 7 May 2003 16:18:29 +0200
Stan Pinte <stan.pinte@wanadoo.be> wrote:

> 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         	|
> +-------------------------------------------------------+
> 


-- 

+----------------   Stanislas Pinte   ------------------+
|                   Sales Director                      |
|                                                       | 
|                 Alto Software sprl	                |
|               http://www.altosw.be/          		| 
|							|
|              cell:	 32 476 340 841		        |
|             email:	 stan@altosw.be          	|
+-------------------------------------------------------+

  reply	other threads:[~2003-05-07 15:17 UTC|newest]

Thread overview: 29+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20030407144511.GA1489@lark>
2003-04-07 19:57 ` Ariel Rios
2003-04-07 20:15   ` Andreas Rottmann
2003-04-08 10:34     ` Marius Vollmer
2003-04-08 14:56   ` Stan Pinte
2003-04-08 20:03     ` Andreas Rottmann
2003-04-08 21:33       ` David Pirotte
2003-04-11  4:48         ` Steve Tell
2003-04-11 10:00           ` Andreas Rottmann
2003-04-09 15:24       ` Stan Pinte
2003-04-10 17:05         ` Andreas Rottmann
2003-04-10 17:10           ` David Pirotte
2003-05-06  6:52     ` Stan Pinte
2003-05-06 15:33       ` Marius Vollmer
2003-05-06 15:45         ` Stan Pinte
2003-05-07 13:07           ` Stan Pinte
2003-05-07 14:02             ` Stan Pinte
2003-05-07 14:10               ` Marius Vollmer
2003-05-07 14:38                 ` Stan Pinte
2003-05-07 15:17                   ` Stan Pinte [this message]
2003-05-07 18:16                     ` Marius Vollmer
2003-05-08 11:43                       ` Stan Pinte
2003-05-12 14:18                         ` Stan Pinte
     [not found]                           ` <1052750737.26632.4.camel@tosca.elektra.com.mx>
2003-05-12 16:48                             ` Stan Pinte
2003-05-14  9:17   ` Andy Wingo
2003-05-16 14:26     ` Andreas Rottmann
2003-05-20 20:08       ` Andreas Rottmann
2003-05-23 22:00         ` Kevin Ryde
2003-05-26 13:04           ` Andreas Rottmann
2003-06-23 14:14   ` Andy Wingo

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=20030507165652.2c807020.stan@altosw.be \
    --to=stan@altosw.be \
    --cc=ariel@gnu.org \
    --cc=guile-gtk@sources.redhat.com \
    --cc=marius.vollmer@uni-dortmund.de \
    --cc=stan.pinte@wanadoo.be \
    /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).