I am trying to get a build on Win2000 that I can use the JSS classes with. I found the premaid NSS binaries for WinNT, but the build instructions imply that you have to get a different cvs tag and build nss with that to get JSS working. And apparently there are no prebuilt JSS binaries (ie. NSS binaries built from the JSS branch)? The build error I am getting is below, all the directories are "skipped" as shown: ... cd nsinstall; gmake install gmake[3]: Entering directory `C:/mozsrc/nss-3.2.1/mozilla/security/coreconf/nsin stall' gmake[3]: Nothing to be done for `install'. gmake[3]: Leaving directory `C:/mozsrc/nss-3.2.1/mozilla/security/coreconf/nsins tall' Skipping non-directory mkdepend... Skipping non-directory md... gmake[2]: Leaving directory `C:/mozsrc/nss-3.2.1/mozilla/security/coreconf' gmake[1]: Leaving directory `C:/mozsrc/nss-3.2.1/mozilla/security/nss' gmake build_nspr gmake[1]: Entering directory `C:/mozsrc/nss-3.2.1/mozilla/security/nss' cd ../../nsprpub ; gmake OBJDIR_NAME=WINNT5.0_OPT.OBJ gmake[2]: Entering directory `C:/mozsrc/nss-3.2.1/mozilla/nsprpub' cd config; gmake export gmake[3]: Entering directory `C:/mozsrc/nss-3.2.1/mozilla/nsprpub/config' cl -FoWINNT5.0_OPT.OBJ/now.obj -c -O2 -W3 -nologo -GF -Gy -MD -GT -G5 -DFORCE_P R_LOG -DXP_PC -UDEBUG -U_DEBUG -DNDEBUG -DWIN32 -DWINNT -D_X86_ now.c process_begin: CreateProcess((null), cl -FoWINNT5.0_OPT.OBJ/now.obj -c -O2 -W3 - nologo -GF -Gy -MD -GT -G5 -DFORCE_PR_LOG -DXP_PC -UDEBUG -U_DEBUG -DNDEBUG -DWI N32 -DWINNT -D_X86_ now.c, ...) failed. make (e=2): The system cannot find the file specified. gmake[3]: *** [WINNT5.0_OPT.OBJ/now.obj] Error 2 gmake[3]: Leaving directory `C:/mozsrc/nss-3.2.1/mozilla/nsprpub/config' gmake[2]: *** [export] Error 2 gmake[2]: Leaving directory `C:/mozsrc/nss-3.2.1/mozilla/nsprpub' gmake[1]: *** [build_nspr] Error 2 gmake[1]: Leaving directory `C:/mozsrc/nss-3.2.1/mozilla/security/nss' gmake: *** [nss_build_all] Error 2
