On Fri, Apr 29, 2011 at 6:30 AM, Nate Hoellein <natehoell...@gmail.com> wrote:
> Hi - I'm attempting to build nss on windows and getting the following
> output:
>
> <code>
> $ make nss_build_all
> cd ../coreconf ;  make
> make[1]: Entering directory `/c/mozilla/security/coreconf'
> cd nsinstall; make export
> make[2]: Entering directory `/c/mozilla/security/coreconf/nsinstall'
> make[2]: Nothing to be done for `export'.
> make[2]: Leaving directory `/c/mozilla/security/coreconf/nsinstall'
> cd nsinstall; make libs
> make[2]: Entering directory `/c/mozilla/security/coreconf/nsinstall'
> make[2]: Nothing to be done for `libs'.
> make[2]: Leaving directory `/c/mozilla/security/coreconf/nsinstall'
> make[1]: Leaving directory `/c/mozilla/security/coreconf'
> make: *** No rule to make target `../../nsprpub/configure', needed by
> `../../nsp
> rpub/WINNT6.0_gcc_DBG.OBJ/config.status'.  Stop.
> </code>
>
> I followed the instructions from here:
> http://www.mozilla.org/projects/security/pki/nss/nss-3.7.7/nss-3.7.7-build.html

The build instructions for current versions of NSS are at
https://developer.mozilla.org/en/NSS_reference/Building_and_installing_NSS/Build_instructions

> Feels like I'm missing something very small, any advice would be
> appreciated.
>
> Running with vs 2008 with all environment variables set.

If you use Visual Studio (the default), your WINNT6.0_gcc_DBG.OBJ
directory name should not have _gcc in it.  You may have set the
environment or build variable NS_USE_GCC=1 incorrectly.

Wan-Teh
-- 
dev-tech-crypto mailing list
dev-tech-crypto@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-tech-crypto

Reply via email to