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

Re: Problem building NSS

2010-04-21 Thread Robert Relyea
On 04/21/2010 02:21 PM, Jose Maria Ramirez wrote: > > Hello, everyone, thanks... I have already solved the problem. > > I modified the file: \mozilla\security\coreconfig\rules.ml > > There are some lines that add the double slash ("\\"): > for example: > $(MKPROG) $(subst /,\\,$(OBJS)) -Fe$@ -l

RE: Problem building NSS

2010-04-21 Thread Jose Maria Ramirez
Hello, everyone, thanks... I have already solved the problem. I modified the file: \mozilla\security\coreconfig\rules.ml There are some lines that add the double slash ("\\"): for example: $(MKPROG) $(subst /,\\,$(OBJS)) -Fe$@ -link $(LDFLAGS) $(subst /,\\,$(EXTRA_LIBS) $(EXTRA_SHAR