Hi folks, I got the follow error while builidng the JSS 4.3.1 after building with successfully the NSS 3.12.6 and NSPR 4.8:
building steps: a) first attempty: 1) using the MozillaBuilding Tools (c:\mozilla-build), Perl and Microsoft Visual Studio 8, JAVA_HOME=c:\jdk1.6.0_22 2) started the shell with: start-msvc9.bat 3) OS_TARGET=WINNT 4) BUILD_OPT=1 5) cd nss../nss.../mozilla/security/nss 6) make nss_build_all (note that I´m using the make, not gmake because not found in the MozillaBuild package) results: compiled succesfully and binaries in: ../../dist/ WINNT6.0_OPT.OBJ 7) cd /tests 8) ./all.sh results: passed, except for CRL SSL Client Tests that I have to abort after some time 9) cd jss../mozilla/security/jss 10) make results: Makefile:49: ../coreconf/config.mk: No such file or directory Makefile:69: ../coreconf/rules.mk: No such file or directory make: *** No rule to make target '../coreconf/rules.mk'. Stop. b) second attempty: 1) using the MozillaBuilding Tools (c:\mozilla-build), Perl and Microsoft Visual Studio 8, JAVA_HOME=c:\jdk1.6.0_22 2) started the shell with: start-msvc9.bat 3) OS_TARGET=WIN95 4) BUILD_OPT=1 5) cd nss../nss.../mozilla/security/nss 6) make nss_build_all (note that I´m using the make, not gmake because not found in the MozillaBuild package) results: compiled succesfully and binaries in: ../../dist/ WIN954.0_OPT.OBJ 7) cd /tests 8) ./all.sh results: passed, except for CRL SSL Client Tests that I have to abort after some time 9) cd jss../mozilla/security/jss 10) make results: Makefile:49: ../coreconf/config.mk: No such file or directory Makefile:69: ../coreconf/rules.mk: No such file or directory make: *** No rule to make target '../coreconf/rules.mk'. Stop. c) third attempty: 1) using the MozillaBuilding Tools (c:\mozilla-build), Perl and Microsoft Visual Studio 8 (64), JAVA_HOME=c:\jdk1.6.0_22 2) started the shell with: start-msvc9-x64.bat 3) OS_TARGET=WINNT 4) BUILD_OPT=1 5) cd nss../nss.../mozilla/security/nss 6) make nss_build_all (note that I´m using the make, not gmake because not found in the MozillaBuild package) results: compiled succesfully and binaries in: ../../dist/ WIN6.0_64_OPT.OBJ 7) cd /tests 8) ./all.sh results: passed, except for CRL SSL Client Tests that I have to abort after some time 9) cd jss../mozilla/security/jss 10) make results: Makefile:49: ../coreconf/config.mk: No such file or directory Makefile:69: ../coreconf/rules.mk: No such file or directory make: *** No rule to make target '../coreconf/rules.mk'. Stop. I got the same error building it on the Windows XP with MSVC 8 and MozillaBuild What can I do ? Note: I´ve not access to CVS, so I´ve been download the src from the Mozilla JSS´s release ftp site and extracted the gz and bz2 with WinRAR Thanks in advance Ramirez, Marcio -- dev-tech-crypto mailing list dev-tech-crypto@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-tech-crypto