Broccoli,

broccoli wrote:

Actually I need an nss that will work with Mozilla 1.7.3, so I'm not
even sure the addbuiltin from nss3.3 would work for me if I could get
it to compile.

You'll need to build NSS 3.9 to work with mozilla 1.7.3 .
addbuiltin wasn't compiling correctly in the NSS 3.3 branch, I believe it got fixed later.


I have tried building more recent versions, nss3.9 following the
instructions at 
http://www.mozilla.org/projects/security/pki/nss/nss-3.9/nss-3.9-build.html.
With that I cannot even get nss to compile, let alone addbuiltin.  It
gets fairly far into the compilation, ending with errors about not
finding certain dbm files:

Command line warning D4002 : ignoring unknown option
'/cygdrive/c/mozilla-nss-2/nss-3.9/mozilla/security/dbm/src/../../../dbm/src/db.c'
Command line error D2003 : missing source filename
c:\moztools\bin\gmake.exe[2]: *** [WINNT5.1_DBG.OBJ/db.obj] Error 2
c:\moztools\bin\gmake.exe[2]: Leaving directory
`c:/mozilla-nss-2/nss-3.9/mozilla/security/dbm/src'
cd include; c:/moztools/bin/gmake.exe libs
cd src; c:/moztools/bin/gmake.exe libs
c:\moztools\bin\gmake.exe[1]: *** [libs] Error 2
c:\moztools\bin\gmake.exe[1]: Leaving directory
`c:/mozilla-nss-2/nss-3.9/mozilla/security/dbm'
c:\moztools\bin\gmake.exe: *** [build_dbm] Error 2

Looks like you ran into http://bugzilla.mozilla.org/show_bug.cgi?id=257071 ...

Bottom line is, if you are using cygwin at all, you must also use gmake from cygwin. You are using gmake from moztools . Change your path to have cygwin first, and make sure you have gmake in your cygwin distribution. This should fix your problem.
_______________________________________________
mozilla-crypto mailing list
[EMAIL PROTECTED]
http://mail.mozilla.org/listinfo/mozilla-crypto

Reply via email to