TianWang wrote:
../../../dist/public/dbm\mcom_db.h(80) : fatal error C1083: Cannot open
include
file: 'prtypes.h': No such file or directory
gmake[2]: *** [WINNT5.1_DBG.OBJ/db.obj] Error 2
gmake[2]: Leaving directory `C:/Temp/nss/mozilla/security/dbm/src'
gmake[1]: *** [libs] Error 2
gmake[1]: Leaving directory `C:/Temp/nss/mozilla/security/dbm'
gmake: *** [build_dbm] Error 2

What is going on.

It can't find 'prtypes.h', that's written above.


'prtypes.h' is part of the nspr package.
nss requires nspr, you can't build it alone.

If you have difficulties compiling, you would probably be better off getting a precompiled version of NSS.

They are precompiled binaries for various platfoms in the subdirectories of ftp://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_3_9_RTM/
You'll get the corresponding binaries for the nspr lib from
ftp://ftp.mozilla.org/pub/mozilla.org/nspr/releases/v4.4.1/


If you do need to recompile from the source, then you'd better take the source package from ftp://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_3_9_RTM/src/ that includes everything required, so you don't need to get nspr separately.
_______________________________________________
mozilla-crypto mailing list
[EMAIL PROTECTED]
http://mail.mozilla.org/listinfo/mozilla-crypto

Reply via email to