Compiling the latest GTK Version


relei

Well-Known Member
Staff member
Joined
Dec 27, 2006
Messages
1,205
Hi,


I like to compile the latest GTK+ Version, 'cause I want compile Code::Blocks for the Pandora, but now I have a problem.


I compiled the latest glib Version, but when I start the GTK configure, he says the glib Version is not new enough.


I tried ldconfig but it dosn't work, pkg-config give me also the old wrong version.


Can someone help me pleace?


Greetings,


Rene
 
I tried compiling some libraries the past few days and had a similar problem. All libraries that I compiled myself were installed in /usr/local, and their pkg-config files in /usr/local/lib/pkg-config. I needed to set the environment variable PKG_CONFIG_PATH=/usr/local/lib/pkg-config .
 
Hi,


it works :D THANKS.


Greetings,


Rene
 
Back
Top