Am Donnerstag, 8. März 2012 14:22:07 UTC+1 schrieb Waldemar Kozba:
> Hi,
> 
> I've just compiled successfully the JSS 4.3.2 on Windows 7 (XP should be fine 
> with it too) using Visual Studio 2008 Express Edition.
> 
> Prerequisites:
> - Visual Studio 2008 Express Edition
> - Windows SDK v6.0A
> - CVS client 4 Windows eg. TortoiseCVS
> - mozilla-build  tools 
> (http://ftp.mozilla.org/pub/mozilla.org/mozilla/libraries/win32/MozillaBuildSetup-Latest.exe)
> 
> 
> Here're the steps (assuming that you have the VS 2008 EE & Windows SDK 
> installed):
> 
> 1. CVS
> 
> set CVSROOT=:pserver:anonym...@cvs-mirror.mozilla.org:/cvsroot
> cvs co -r NSPR_4_8_3_RTM mozilla/nsprpub
> cvs co -r NSS_3_12_6_RTM mozilla/dbm mozilla/security/dbm
> cvs co -r NSS_3_12_6_RTM mozilla/security/coreconf mozilla/security/nss
> cvs co -r JSS_4_3_2_RTM mozilla/security/jss
> 
> 2. Compilation script
> 
> set PATH=C:\mozilla-build\msys\bin\;C:\mozilla-build\moztools\bin\;%PATH%
> set OS_TARGET=WIN95
> set JAVA_HOME=c:/Java/jdk1.6.0_29
> set BUILD_OPT=1
> set PATH=%PATH%;c:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\bin\
> set PATH=%PATH%;c:\Program Files\Microsoft SDKs\Windows\v6.0A\Lib\
> set MOZCONFIG=C:\mozilla-build\.mozconfig
> set WIN32_REDIST_DIR=c:\Program Files (x86)\Microsoft Visual Studio 
> 9.0\VC\redist\x86\Microsoft.VC90.CRT
> set CURRENT_DIR=%CD%
> cd %CURRENT_DIR%\mozilla\security\nss
> make nss_build_all
> cd %CURRENT_DIR%\mozilla\security\jss
> make
> pause
> 
> !! Change the PATH's if yours are different - eg. JAVA_HOME !!
> 
> Have fun ;)
> 
> Greetings,
> 
> Waldek Kozba
> 

i tried it to compile that way on my windows 10 machine, but it did not 
compile. I get the error: 
"/c/nss-src/jss/org/mozilla/jss/CryptoManager.c"
"/bin/sh: -c: line 0: syntax error near unexpected token `('"

so where is the problem? any idea or help? i need a working 32Bit dll of JSS 
4.3.1, maybe someone could upload it, but first getting it compiled on my 
machine would be better :)

thanks
-- 
dev-tech-crypto mailing list
dev-tech-crypto@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-tech-crypto

Reply via email to