On 10/18/07, David Stutzman <[EMAIL PROTECTED]> wrote: > Wan-Teh Chang wrote: > > http://developer.mozilla.org/en/docs/Windows_Build_Prerequisites#MozillaBuild > > First off, thanks for posting all that info Wan-Teh. I look forward to > being able to build NSS/NSPR on windows. > > I downloaded MozillaBuildSetup-1.1.exe and the disc images for Visual > C++ 2005 Express Edition and the Windows Platform SDK, *then* I scrolled > up and saw the compatibility chart. The chart doesn't mention NSS > versions so will I be able to compile NSS 3.11 using VC8 or do I need an > older version?
That page is a Mozilla (Firefox) build page, which is why the compatibility chart on it doesn't mention NSS. NSS doesn't have C++ code, therefore we're much less sensitive to complier versions. Regarding gmake vs. make: what we intend to convey is that you need to use GNU make if the system has both the traditional Unix make and GNU make installed. It is better to make gmake a copy or symbolic link of make, because the NSS test scripts assume that the name of GNU make is "gmake". You'll run into this issue if you run the NSS test suite. If you only need to build NSS, you can use 'make' instead of 'gmake' in the build instructions. Wan-Teh _______________________________________________ dev-tech-crypto mailing list dev-tech-crypto@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-tech-crypto