Getting gtk+ to find my private copy of libgobject-2.0.so

2003-11-04 Thread Michael Terry
Hello, list. I am trying to compile GTK+ CVS, and have run into a problem with it linking against my system's version of GLib instead of my private copy of a compiled GLib CVS. Here's the setup: I checked out glib, atk, and pango. I compiled them all with --prefix=/home/mike/path,

Re: Getting gtk+ to find my private copy of libgobject-2.0.so

2003-11-04 Thread Russell Shaw
Michael Terry wrote: Hello, list. I am trying to compile GTK+ CVS, and have run into a problem with it linking against my system's version of GLib instead of my private copy of a compiled GLib CVS. That fault's exactly the same as mine (just posted on [EMAIL PROTECTED])

Re: Getting gtk+ to find my private copy of libgobject-2.0.so

2003-11-04 Thread Michael Terry
Sven Neumann wrote: I am trying to compile GTK+ CVS, and have run into a problem with it linking against my system's version of GLib instead of my private copy of a compiled GLib CVS. Did you set the LD_LIBRARY_PATH environment variable accordingly ? I thought I said so: Here's the setup: I

problems passing data via g_signal_connect

2003-11-04 Thread olafandjasper
Hello: I am having a problem printing out the data I pass to my callback function. I am using the g_signal_connect. The callback function is getting called, but the data is messed up/empty. This is what I am doing: 1. The struct holding the data: typedef struct my_data { char bin[1000]; char

Re: Getting gtk+ to find my private copy of libgobject-2.0.so

2003-11-04 Thread Sven Neumann
Hi, Michael Terry [EMAIL PROTECTED] writes: I thought I said so: Here's the setup: I checked out glib, atk, and pango. I compiled them all with --prefix=/home/mike/path, LD_LIBRARY_PATH=/home/mike/path/lib, PKG_CONFIG_PATH=/home/mike/path/lib/pkgconfig, and PATH=/home/mike/path/bin:$PATH.

Re: Getting gtk+ to find my private copy of libgobject-2.0.so

2003-11-04 Thread Michael Terry
Sven Neumann wrote: I thought I said so: Here's the setup: I checked out glib, atk, and pango. I compiled them all with --prefix=/home/mike/path, LD_LIBRARY_PATH=/home/mike/path/lib, PKG_CONFIG_PATH=/home/mike/path/lib/pkgconfig, and PATH=/home/mike/path/bin:$PATH. They all seem to be OK.

Re: Getting gtk+ to find my private copy of libgobject-2.0.so

2003-11-04 Thread Valdis . Kletnieks
On Tue, 04 Nov 2003 19:46:39 EST, Michael Terry said: So, for the record -- I need to set LD_LIBRARY_PATH, PKG_CONFIG_PATH, and PATH to all include my personal location. Other environment variables that I have to hit? I know there are lots, and I could easily believe that libtool is