Hi, On 9/4/06, mpsuzuki hiroshima-u ac jp <mpsuzuki hiroshima-u ac jp> wrote:
Hi, Sorry for my previous post was not on the target. On Mon, 4 Sep 2006 13:56:36 +0530 "Toufeeq Hussain" <toufeeqh gmail com [10]> wrote: >I'm not sure why the glib in /usr is being used when I have a glib >already installed in /usr/gtkfb. > >I then installed atk in /usr/gtkfb and now I a similar error. Hmm, could you show your config.log and config.status? I suppose some inappropriate pkg-config file (xxx.pc) or inappropriate libtool library (libxxx.la [11]) are red and causes the inappropriate linking of /usr/lib/libgobject.
I've made sure my PKG_CONFIG_PATH is set to PKG_CONFIG_PATH=/usr/gtkdfb/lib/pkgconfig . I've attached the config.log and config.status for the following command on the gtk tarball. 'sh configure --prefix=$PREFIX --with-gdktarget=directfb' here, $PREFIX is /usr/gtkfb where I've installed all the packages required for compiling Gtk.
On Mon, 4 Sep 2006 15:35:37 +0530 "Toufeeq Hussain" <toufeeqh gmail com [12]> wrote: >On 9/4/06, Toufeeq Hussain <toufeeqh gmail com [13]> wrote: >> On 9/2/06, mpsuzuki hiroshima-u ac jp [14] [9] <mpsuzuki hiroshima-u ac jp [15] [10]> wrote: >Not sure why but gtk refused to take the libglib in /usr/gtkdfb/ . Had >to symlink /usr/lib/libglib and /usr/lib/libgobject to the one in >/usr/gtkdfb/lib/ and then gtl compiled fine. Because glib in /usr/lib is supposed to be old version (glib you installed in /usr/gtkfb is newer), it is not recommended to keep the situation. I'm afraid that /usr/include/glib (comes from older glib) is now inconsistent with symlinked libgobject.
ACK. I agree. I needed gtk on the framebuffer for some tests badly and had to resort to "extreme-measures". Anyway, that's sorted out now and I can try and figure out what's causing this problem and to build it the right way. -Toufeeq -- blog @ http://toufeeq.net
Attachment:
gtk2.10_config.log.gz
Description: GNU Zip compressed data
Attachment:
gtk2.10_config.status.gz
Description: GNU Zip compressed data