Evolution development libraries not installed
I am in the same boat - all packages listed installed (most notably evolution-dev), but still I get:
checking Evolution version... configure: error: Evolution development libraries not installed
Looking in ./configure, I see we have the line:
EVOLUTION_VERSION=`pkg-config --modversion evolution-shell-2.8 2>/dev/null`
if test -z "$EVOLUTION_VERSION"; then
{ { echo "$as_me:$LINENO: error: Evolution development libraries not installed" >&5
echo "$as_me: error: Evolution development libraries not installed" >&2;}
It seems to be using it to test the version of the Evolution API installed...
|