On 2009-09-23 15:16 PDT, vvick...@harris.com wrote:
> I need to create a build of NSS 3.12.4 with NSPR to use for FIPS 140-2
> encryption in my java.security file.
> I have gone to the release notes
> https://developer.mozilla.org/en/NSS_reference/Building_and_installing_NSS/Build_instructions
> and have tried to follow the instructions but used the tar bundle instead
> of CVS.
> 
> 1) Download and unzip
> http://ftp.mozilla.org/pub/mozilla.org/mozilla/source/wintools.zip
> 2) Download and unzip
> ftp://ftp.mozilla.org/pub/mozilla.org/mozilla/libraries/win32/moztools-static.zip
>
> 3) Download and unzip
>
https://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_3_12_RTM/src/nss-3.12-with-nspr-4.7.tar.gz
> 4) Open a command prompt and set environment variables
> set OS_TARGET=WINNT
> set MOZ_TOOLS=C:\Mozilla\moztools
> set C:\Mozilla\buildtools\windows\bin\x86;%MOZ_TOOLS%\bin;%PATH%
> set HOME=C:\Mozilla\home
> 5) Do the Build
> cd C:\Mozilla\nss-3.12.4-with-nspr-4.8\mozilla\security\nss
> gmake nss_build_all
> 
> This results in errors:
> SHMSDOS: cl: The system cannot find the file specified.

cl is the name of the c compiler program in Microsoft's Visual Studio
package.  cl is MSVC's cc.  You need to have installed MSVC 8 or later
(equivalently, MSVC 2005 express or later), and the directory that
contains cl.exe must be in your PATH.
-- 
dev-tech-crypto mailing list
dev-tech-crypto@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-tech-crypto

Reply via email to