hi
i am trying to compile wxpython from source under ubuntu linux. I get the folowing error:
···
***
configure: warning: zlib library not found or too old, will use built-in insteadchecking for png.h > 0.90... no
configure: warning: system png library not found or too old, will use built-in instead
checking for jpeglib.h... no
configure: warning: system jpeg library not found, will use built-in instead
checking for tiffio.h... no
configure: warning: system tiff library not found, will use built-in instead
checking for GTK+ version...
checking for pkg-config... /usr/bin/pkg-config
checking for GTK+ - version >= 2.0.0... no
*** Could not run GTK+ test program, checking why...
*** The test program failed to compile or link. See the file config.log for the
*** exact error that occured. This usually means GTK+ is incorrectly installed.
configure: error:
Please check that gtk-config is in path, the directory
where GTK+ libraries are installed (returned by
'gtk-config --libs' command) is in LD_LIBRARY_PATH or
equivalent variable and GTK+ is version 1.2.3 or above.
***
I am not very good at linux, i have been trying different ways to do it but i couldnt find the way to solve it. I have been checking my ubuntu installation and seems that all packages related to gtk are installed properly.
I tried to run the gtk-config --libs command but iget an error saying there is no such command.
anyone knows what i am doing wrong?
thanks!
--
enrike