Hi folks;
Just tried to build Geany 1.32. The version in the repo is 1.28, so I thought I'd try the latest and also build some plug-ins. If you've built Geany or have any ideas, I'd appreciate it.
I read the README file and loaded the packages listed and found myself stuck at ./configure. One issue I'm finding is that the tool can't seem to find GTK libraries, even though I have gtk2 and well as gtk2-dev loaded.
...
checking for pkg-config... /usr/local/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for GTK... no
configure: error: Package requirements (gtk+-2.0 >= 2.24 glib-2.0 >= 2.32 gio-2.0 >= 2.32 gmodule-no-export-2.0) were not met:
Package 'pthread-stubs', required by 'xcb', not 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.
I don't quite follow what the message says. Nothing appears to be assigned to PKG_CONFIG_PATH. I loaded a package called libpthread-stubs.tcz but that didn't change the situation. In a prior attempt I saw a reference to xproto
Pointers and/or ideas would be appreciated.
Krista