Re: Recent builds of NSS on Windows?

2012-04-09 Thread helpcrypto helpcrypto
The only way I recommend building NSS on Windows is with Microsoft Visual C++ and the mozilla-build package located at https://developer.mozilla.org/en/Windows_Build_Prerequisites#MozillaBuild_.2F_Pymake :( See https://bugzilla.mozilla.org/show_bug.cgi?id=570340 where there is a

Re: Recent builds of NSS on Windows?

2012-04-04 Thread Brian Smith
Today, a buggy old/legacy modutil.exe binary we are using, made me try building NSS using mingw. Once again. The only way I recommend building NSS on Windows is with Microsoft Visual C++ and the mozilla-build package located at

Re: Recent builds of NSS on Windows?

2012-03-28 Thread helpcrypto helpcrypto
Hi brian ( CO) Today, a buggy old/legacy modutil.exe binary we are using, made me try building NSS using mingw. Once again. ... make[4]: /mingw/bin/windres: Command not found Ok...i must copy windres from another mingw and this seems solved. ... make[2]: Entering directory

Re: Recent builds of NSS on Windows?

2012-03-28 Thread helpcrypto helpcrypto
Using --verbose: $ gcc --verbose -mno-cygwin -o now.o -c -O -UDEBUG -DNDEBUG=1 -DXP_PC=1 -DWIN32=1 -DWINNT=1 -D_X86_=1 -DFORCE_PR_LOG ../../config /now.c Using built-in specs. COLLECT_GCC=C:\mozilla-build\msys\mingw\bin\gcc.exe Target: mingw32 Configured with: ../../src/gcc-4.5.2/configure

Re: Recent builds of NSS on Windows?

2012-03-28 Thread helpcrypto helpcrypto
Using process monitor, as explained here http://stackoverflow.com/questions/3908475/gcc-exe-createprocess-no-such-file-or-directory-error, i finally solved this issue, but an old friend appears again: warnings about discarding thread

Re: Recent builds of NSS on Windows?

2011-10-31 Thread Brian Smith
helpcrypto helpcrypto wrote: and, has anyone achieved to compile it using mingw? im always having many issues with that... MozillaBuild is pretty much mingw. Please post the errors you receive during your build and I will try to help you decipher them. Cheers, Brian -- dev-tech-crypto

Re: Recent builds of NSS on Windows?

2011-10-27 Thread helpcrypto helpcrypto
and, has anyone achieved to compile it using mingw? im always having many issues with that... -- dev-tech-crypto mailing list dev-tech-crypto@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-tech-crypto

Re: Recent builds of NSS on Windows?

2011-10-17 Thread Brian Smith
Walter Goulet wrote: I'm wondering if anyone has recently built a version of NSS on Windows per the instructions on the NSS build pages (http://www.mozilla.org/ projects/security/pki/nss/nss-3.7.7/nss-3.7.7-build.html)? I've run into problems building NSS using both MozillaBuild

Recent builds of NSS on Windows?

2011-10-14 Thread Walter Goulet
Hi, I'm wondering if anyone has recently built a version of NSS on Windows per the instructions on the NSS build pages (http://www.mozilla.org/ projects/security/pki/nss/nss-3.7.7/nss-3.7.7-build.html)? I've run into problems building NSS using both MozillaBuild and Netscape wintools (although I

Re: Recent builds of NSS on Windows?

2011-10-14 Thread Honza Bambas
On 10/13/2011 10:23 PM, Walter Goulet wrote: Hi, I'm wondering if anyone has recently built a version of NSS on Windows per the instructions on the NSS build pages (http://www.mozilla.org/ projects/security/pki/nss/nss-3.7.7/nss-3.7.7-build.html)? I've run into problems building NSS using both

Re: Recent builds of NSS on Windows?

2011-10-14 Thread Walter Goulet
On Oct 14, 3:00 pm, Honza Bambas honzab@firemni.cz wrote: On 10/13/2011 10:23 PM, Walter Goulet wrote: Hi, I'm wondering if anyone has recently built a version of NSS on Windows per the instructions on the NSS build pages (http://www.mozilla.org/