I'm trying to compile PSPP (CVS version), because it has GUI. The one in Kubuntu repositories doesn't have it. The README file says I need GTK+ version 2.6.0 or later. I have libgtk2.0-0 installed. Configure script returns the following:
Please advise.
Code:
checking for GTK... configure: error: Package requirements (gtk+-2.0 >= 2.6.0) were not met: No package 'gtk+-2.0' found Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. Alternatively, you may set the environment variables GTK_CFLAGS and GTK_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details.
Comment