GNOME Bugzilla – Bug 665416
evolution-data-server-3.2.x fails to build when configured with --disable-ssl
Last modified: 2011-12-02 17:37:20 UTC
camel/camel-tcp-stream.h unconditionally #includes <prio.h> and uses symbols from it (e.g. PRFileDesc). However, if evolution-data-server is configured with ---disable-ssl, then nspr is not checked for and mozilla_nspr, MANUAL_NSPR_CFLAGS, and MANUAL_NSPR_LIBS are all undefined; as a result, compilation fails: ./configure --disable-ssl make [...] In file included from camel.h:129:0, from camel.c:40: ../camel/camel-tcp-stream.h:47:18: fatal error: prio.h: No such file or directory compilation terminated
Thanks for taking the time to report this bug. This particular bug has already been reported into our bug tracking system, but we are happy to tell you that the problem has already been fixed. It should be solved in the next software version. You may want to check for a software upgrade. *** This bug has been marked as a duplicate of bug 642984 ***