View Single Post
Old 16th February 2014
scottro's Avatar
scottro scottro is offline
Real Name: Scott Robbins
ISO Quartermaster
 
Join Date: Apr 2008
Location: NYC
Posts: 653
Default

Tried a bit more on this, as I can't figure out why it's not working. The top two lines of the Makefile
Code:
GTK_VERSION?= gtk3
ifeq ("${GTK_VERSION}", "gtk2")
I've tried the variants I mentioned above and also tried changing the top line to gtk2. However, when I type make I'm getting
Code:
Package gtk+-3.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gtk+-3.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gtk+-3.0' found
Package webkitgtk-3.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `webkitgtk-3.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'webkitgtk-3.0' found
Not a major issue usage wise as I can get the most important (to me) things with the chrome and firefox extensions, but irritating nonetheless. And, of course, this is a BSD, not a CentOS forum, so I'm not really looking for help, just whining a bit.
Reply With Quote