Case folding collision trying to update to tip on Windows

2017-12-14 Thread Stutzman, David K CTR USARMY RDECOM CERDEC (US)
Besides the build troubles, another complaint for Windows users is there is this problem: $ hg update -r tip abort: case-folding collision between org/mozilla/jss/tests/HmacTest.java and org/mozilla/jss/tests/HMACTest.java These 2 files have the same name on a windows machine due to case inse

Building JSS on Windows (some progress)

2017-12-14 Thread Stutzman, David K CTR USARMY RDECOM CERDEC (US)
I posted previously and got a little further... My build platform: Windows 7 SP1 Visual Studio 2015u3 Mozilla-Build 2.2.0 (last version with start-msvc scripts) My ENV-VARS: OS_TARGET=WIN95 BUILD_OPT=1 USE_64=1 JAVA_HOME=C:/jdk1.8.0_152 What won't work: VS2013 won't compile the newes

JSS windows build

2017-12-14 Thread David Stutzman
I am running on Windows 7 64bit. I have installed Visual Studio 2015 update 3. I have installed mozilla-build 2.2.0 (the latest version that has the start-msvc scripts). I have built NSS and NSPR 64 bit but JSS bombs out trying to compile CryptoManager.c I'm following instructions from readm