[gtkada] gtkada Digest, Vol 74, Issue 5

Nicolas Setton setton at adacore.com
Wed Jan 5 12:42:49 CET 2011


> 
> 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
> ***
> ...


Could you look at the config.log file to see what's missing?

Nicolas



More information about the gtkada mailing list