Mark F Moser wrote:
>
> Hi All,
>
> I have followed the extract instructions given in
> http://www.mozilla.org/projects/security/pki/jss/jss_build.html
> and checked out NSS 3.2.
In NSS 3.2.1, we introduced the new 'nss_build_all' makefile
target and simplified the NSS build instructions. The
nss_build_all target is in mozilla/security/nss/Makefile.
You need to check out NSS 3.2.1, not NSS 3.2 though.
nss_build_all builds not only NSS but also the other modules
it depends on, namely NSPR and dbm. "prtypes.h" is an NSPR
header.
Wan-Teh