0
I am trying to compile file-roller from git, but running autogen.sh gives me this error
configure: error: Package requirements (gtk+-3.0 >= 2.91.1) were not met:
No package 'gtk+-3.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.
I am running Ubuntu Maverick and don't wish to completely replace my current version of gtk, glib, etc.
I have tried to compile GTK using the --prefix argument of autogen.sh, but this gives me a similar error about my version of glib.
How can I successfully compile file-roller using these new libraries without borking my install?
At least nowadays, the
HACKINGdoc in the root of the repo very clearly states that to build thegitversion ofgtk+, you must first build thegitversions ofglib,pango, andatk. – underscore_d – 2016-05-31T20:43:46.500I have used the --prefix argument of autogen.sh to install glib under ~/glib, but I don't know how to compile gtk using this directory, and I assume that glib is not the only library that gtk will need a newer version of – William Friesen – 2010-11-23T15:30:41.020