Oops.. I've solved this. I installed gtk2-devel package and everything's fine now. Sorry.. On Sunday 19 January 2003 15:46, oguz eren wrote:
Hi,
I'm trying to learn glade. autogen.sh failed on my first try; giving the error below:
./configure: line 4068: syntax error near unexpected token `PACKAGE,' ./configure: line 4068: `PKG_CHECK_MODULES(PACKAGE, $pkg_modules)'
Then i learned that i had to install pkgconfig; i did so; but this time autogen gave the following error:
checking for gtk+-2.0 >= 2.0.0... Package gtk+-2.0 was not found in the pkg-config search path. Perhaps you should add the directory containing `gtk+-2.0.pc' to the PKG_CONFIG_PATH environment variable No package 'gtk+-2.0' found
configure: error: Library requirements (gtk+-2.0 >= 2.0.0) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them.
How do i have to set PKG_CONFIG_PATH environment variable?
Thanks in advance.