[Geany] geany looks like it's linked against GTK 1.x

Enrico Tröger enrico.troeger at xxxxx
Wed Feb 6 14:49:19 UTC 2008


On Wed, 06 Feb 2008 12:39:52 +0100, Johannes Deutsch <j_deutsch at web.de>
wrote:

Hi,

> > > i've build geany 0.13 succesfully on my system. After i start geany,
> > > geany looks like it's an homage to gnome 1.x (GTK 1.x). But i don't
> > > think it's intended to looks like this.
> > 
> > Hi,
> > 
> > What does running the following command tell you? :
> > 
> >     ldd `which geany` | grep gtk
> 
> 
> ldd `which geany` | grep gtk (geany 0.12 is actually on my system and
> have the gtk2 look):
>         libgtk-x11-2.0.so.0 => /usr/lib/libgtk-x11-2.0.so.0 (0xb7c0e000)
> 
> ldd ~/src/geany-0.13/src/geany | grep gtk :
> 	libgtk-x11-2.0.so.0 => /usr/local/lib/libgtk-x11-2.0.so.0 (0xb7c5f000)
> 
> ok, i see that geany-0.13 uses another library! Maybe someone can tell
> me how i can change it!?
Do you have installed two separate GTK versions on purpose?
Maybe you can also set the path for the pkg-config tool when you
configure Geany, e.g.
cd ~/src/geany-0.13/
PGK_CONFIG_PATH=/usr/lib/pkgconfig ./configure

I'm not sure whether this really works and if the created geany binary
is really linked against the GTK libs in /usr/lib. I have never tried to
have more than on GTK installation on my system ;-).

Regards,
Enrico

-- 
Get my GPG key from http://www.uvena.de/pub.key
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: <http://lists.geany.org/pipermail/users/attachments/20080206/69d537a5/attachment.pgp>


More information about the Users mailing list