Hi, In XSEC-C++ 1.6.0, include declarations for NSS files are changed from "nss/xxxx.h" to "nss3/xxxx.h". Since the NSS distribution (I am using NS 3.12.6) creates 'nss' directory for include files the configure phase fails for NSS validation. Would it be possible to go back to nss/xxxx.h declaration? Thanks. -- Subrata
-----Original Message----- From: Scott Cantor [mailto:[email protected]] Sent: Monday, October 25, 2010 10:03 PM To: [email protected] Subject: C++ release candidate posted I've uploaded a release candidate for C++ 1.6.0 to the non-mirrored distribution point: http://santuario.apache.org/dist/c-library/ CHANGELOG is here: http://svn.apache.org/viewvc/santuario/trunk/c/CHANGELOG.txt?view=markup All but one filed bug is resolved. NSS is supported by the build now, but I will do no testing of the code itself. It also builds with Xalan-C for XPath support if the Xalan trunk is used, but that project appears to be dead for all intents and purposes, so I only do --without-xalan builds for my purposes. I would welcome testing, otherwise I'll probably move for a vote to release within a couple of weeks. -- Scott
