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] Error 2
make[2]: Leaving directory `/c/nss/cvs/mozilla/security/nss/lib/util'
make[1]: *** [libs] Error 2
make[1]: Leaving directory `/c/nss/cvs/mozilla/security/nss/lib'
make: *** [libs] Error 2
<--end of error-->

"plarena.h" exists in the path c:\nss\cvs\mozilla\nsprpub\lib\ds

I tried to add this path to the $LIB and $INCLUDE env variables but no luck.

Is this a problem in the makefiles?

Cad

On Wed, Jul 14, 2010 at 3:49 PM, Wan-Teh Chang <w...@google.com> wrote:
> 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".
>
> Details: your build problem is caused by using the GNU
> make from Netscape's wintools (named "gmake") with
> the MSYS shell from MozillaBuild.  If you use
> the GNU make from MozillaBuild (named "make"),
> it'll work.
>
> Wan-Teh
> --
> dev-tech-crypto mailing list
> dev-tech-crypto@lists.mozilla.org
> https://lists.mozilla.org/listinfo/dev-tech-crypto
>
-- 
dev-tech-crypto mailing list
dev-tech-crypto@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-tech-crypto

Reply via email to