View Single Post
  #11 (permalink)  
Old 08-10-2007, 12:07 PM
philip philip is offline
Junior Member
 
Join Date: May 2007
Location: Brooklyn, NY
Posts: 3
philip is on a distinguished road
Default 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...
Reply With Quote