Re: Build NSS 3.25 on Windows = errors and failure

2016-07-12 Thread scottwsx96
I just tried setting up an Ubuntu 16.04 VM and building it on there. I'm getting nowhere there. I did run "wget -O bootstrap.py https://hg.mozilla.org/mozilla-central/raw-file/default/python/mozboot/bin/bootstrap.py && python bootstrap.py" in order to set up the Linux build environment. My sour

Re: Build NSS 3.25 on Windows = errors and failure

2016-07-12 Thread scottwsx96
I noticed that the new folder was called "WIN954.0_DBG.OBJ" instead of "WIN954.0_OPT.OBJ". This seemed to be related to that BUILD_OPT variable, so I tried setting the BUILD_OPT variable to "1" again. I reran the make process and confirmed it was now working in WIN954.0_OPT.OBJ, but I ended up

Re: Build NSS 3.25 on Windows = errors and failure

2016-07-12 Thread scottwsx96
I pressed OK and the build process terminated. Here are some new errors: /c/build/mozilla-source/nss/cmd/shlibsign/WIN954.0_DBG.OBJ/shlibsign -v -i /c/build/mozilla-source/nss/cmd/shlibsign/../../../dist/WIN954.0_DBG.OBJ/lib/softokn3.dll make[2]: *** [../../../dist/WIN954.0_DBG

Re: Build NSS 3.25 on Windows = errors and failure

2016-07-12 Thread scottwsx96
Whoops. A Windows error dialog just popped up: --- shlibsign.exe - Entry Point Not Found --- The procedure entry point PR_GetEnvSecure could not be located in the dynamic link library c:\build\mozilla-source\nss\cmd\shlibsign\WIN954.0_DBG.OBJ\shlib

Re: Build NSS 3.25 on Windows = errors and failure

2016-07-12 Thread scottwsx96
It seems that a major part of the problem was that I did not actually launch Visual Studio Community 2015 after installing it. I had already had it installed for a couple months and it required me to now sign in to a Microsoft account in order to continue using it. I did so and then retried th

Build NSS 3.25 on Windows = errors and failure

2016-07-12 Thread scottwsx96
I am a non-programmer trying to obtain the NSS certutil tool in order to facilitate the automated import of internal root CA certificates into the NSS certificate store on Windows computers that have Firefox installed. Since it does not appear that Mozilla offers Windows binaries of NSS tools,