Re: Problem building NSS with mozilla-build and mozillatools

2010-07-14 Thread Wan-Teh Chang
Hi Cad, Make sure you type "make nss_build_all" in the mozilla/security/nss directory. If the missing 'plarena.h' problem persists, remove the following directories in your source tree, and try "make nss_build_all" again: mozilla/dist mozilla/nsprpub/WIN954.0_DBG.OBJ Wan-Teh -- dev-tech-crypto

Re: Problem building NSS with mozilla-build and mozillatools

2010-07-14 Thread Caden.smith Smith
Thank you for the help Wan. That was definitely a step forward. Now I have the following error: <--start of error--> c:\nss\cvs\mozilla\security\nss\lib\util\secasn1.h(49) : fatal error C1083: Cannot open include file: 'plarena.h': Invalid argument make[2]: *** [WIN954.0_DBG.OBJ/quickder.obj] Er

Re: Problem building NSS with mozilla-build and mozillatools

2010-07-14 Thread Wan-Teh Chang
Hi Cad, If you use MozillaBuild, do not use Netscape's wintools. MozillaBuild is a "one-stop shopping" package and gives you everything you need (except the compiler) to build NSS. To fix your build problem: 1. Remove Netscape's wintools from your computer. 2. Use "make" instead of "gmake". Deta

Problem building NSS with mozilla-build and mozillatools

2010-07-14 Thread Caden.smith Smith
Hello I'm trying to build NSS on windows. It's a clean WIN XP SP2 machine with only Java (for JSS later) and VS 2005 installed. I'm using the following tools: Netscape's wintools download from: http://www-archive.mozilla.org/build/win32-nmake.html (wintools.zip) mozilla-build fr