[gtkada] gtkada Digest, Vol 74, Issue 5

Rob Groen robgr at xs4all.nl
Wed Jan 5 12:21:30 CET 2011


Hello,

Yes I did, the PKG_CONFIG_PATH used is

<mydir>/lib/pkg-config:/usr/lib/pkgconfig:/usr/share/pkgconfig

the result is
*** 'gtk-config --version' returned 2.14.5, but GTK+ (2.18.3)

In the meantime Arnaud also reacted, stating that I should change 
LD_LIBRARY_PATH

Now I have

LD_LIBRARY_PATH=<mydir>/lib
PKG_CONFIG_PATH=<mydir>/lib/pkg-config:/usr/lib/pkgconfig:/usr/share/pkgconfig

The result is
checking for GTK - version >= 2.2.0... no
*** Could not run GTK test program, checking why...
*** The test program compiled, but did not run. This usually means
*** that the run-time linker is not finding GTK or finding the wrong
*** version of GTK. If it is not finding GTK, you'll need to set your
*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point
*** to the installed location Also, make sure you have run ldconfig if that
*** is required on your system
***
...

Rob



Nicolas Setton wrote:
> Hello,
>
>   
>> - downloaded the 2009 GPL GPS en en GtkAda for from the Libre site 
>> (x86-Linux)
>> - using synaptic package manager I installed libgtk2.0-dev
>> - unpacked gtk+-2.14.5-i686-pc-linux-gnu.tgz in <mydir>
>> - unpacked GtkAda-gpl-2.14.0.tgz in a temp dir and did 
>> <tempdir>/configure --prefix=<mydir>
>> - this resulted in errors stating that libpng12.pc could not be found 
>> (although this is available in /usr/lib/pkgconfig, but not in 
>> <mydir>/lib/pkg-config)
>>     
>
> have you tried setting PKG_CONFIG_PATH to 
>  <mydir>/lib/pkg-config:/usr/lib/pkgconfig
>
> ?
>
> Nicolas
>
>   



More information about the gtkada mailing list