List of common errors for the module evolution-data-server.
Error - TODO: Error short description
System details: "March 19th, 2012 - GNOME 3.3.90 master - Fedora 17")
Stage: Configure
*** Error during phase configure of evolution-data-server: configure: error: NSPR headers not found. Use --with-nspr-includes to specify the include dir of NSPR.
Cause:
Can't find the headers for nspr/nss
Solution:
sudo yum install nspr-devel nss-devel
add the following line in your jhbuildrc: module_autogenargs['evolution-data-server']=' --with-nspr-includes=/usr/include/nspr4/ --with-nss-includes=/usr/include/nss3'