On Wed, 06 Feb 2008 12:39:52 +0100, Johannes Deutsch j_deutsch@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