Re: Help on building NSPR, NSS on Windows

2006-10-25 Thread Julien Pierre
Frank wrote: Yeah, I'm using make from cygwin, but the problem still exists. Please check that you have these exact cygwin tools : http://developer.mozilla.org/en/docs/Windows_Build_Prerequisites#GNU_Tools_for_Microsoft_Windows_.28Cygwin.29 ___ dev-te

Re: Help on building NSPR, NSS on Windows

2006-10-25 Thread Frank
Yeah, I'm using make from cygwin, but the problem still exists. "Julien Pierre" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Wei, > > [EMAIL PROTECTED] wrote: > >>>Are you using cygwin's make program ? Please do a "which make" to >>>verify. If not, you need to do so. >> >> I have

Re: Help on building NSPR, NSS on Windows

2006-10-25 Thread Frank
Dave, ARGH~! was looking at: http://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_3_11_1_RTM/ http://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_3_11_2_RTM/ http://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_3_11_3_RTM/ instead of http://ftp.mozilla.org/pub/m

Re: Help on building NSPR, NSS on Windows

2006-10-25 Thread Julien Pierre
Wei, [EMAIL PROTECTED] wrote: Are you using cygwin's make program ? Please do a "which make" to verify. If not, you need to do so. I have the same issue. make does not exist under cygwin. I used gmake from moztools. Yes, cygwin has its own verison of make. Just not in your own cygwin insta

Re: Help on building NSPR, NSS on Windows

2006-10-25 Thread [EMAIL PROTECTED]
Nelson B wrote: > Frank Lee wrote: > > Found Cl to be from Microsoft Visual Studio 8 > > Right. It's Microsoft's version of "cc", the c compiler. > > > cl -Fonow.obj -c -W3 -nologo -GF -Gy -MD -O2 -UDEBUG -U_DEBUG -UWINNT > > -DNDEBUG=1 -DXP_PC=1 -DWIN32=1 -DWIN95=1 -D_PR_GLOBAL_THREADS_ON

Re: Help on building NSPR, NSS on Windows

2006-10-25 Thread [EMAIL PROTECTED]
Julien Pierre wrote: > Frank, > > Frank Lee wrote: > > sh ../../build/cygwin-wrapper > > cl -Fonow.obj -c -W3 -nologo -GF -Gy -MD -O2 -UDEBUG -U_DEBUG -UWINNT > > -DNDEBUG=1 -DXP_PC=1 -DWIN32=1 -DWIN95=1 -D_PR_GLOBAL_THREADS_ONLY=1 > > -D_X86_=1 > > -DFORCE_PR_LOG > > /cygdrive/c/Frank_L

Re: Help on building NSPR, NSS on Windows

2006-10-25 Thread Julien Pierre
Frank, Frank Lee wrote: sh ../../build/cygwin-wrapper cl -Fonow.obj -c -W3 -nologo -GF -Gy -MD -O2 -UDEBUG -U_DEBUG -UWINNT -DNDEBUG=1 -DXP_PC=1 -DWIN32=1 -DWIN95=1 -D_PR_GLOBAL_THREADS_ONLY=1 -D_X86_=1 -DFORCE_PR_LOG /cygdrive/c/Frank_Lee/Eclipse/Academy_workspace/NSS_SignTools/moz

Re: Help on building NSPR, NSS on Windows

2006-10-25 Thread [EMAIL PROTECTED]
done for NSS lib and I am not good at gmake to be able to change gmake rules. Please let me know if you get pass this problem. Wei Frank Lee wrote: > Hi, > while trying to build NSS using instructions from [EMAIL PROTECTED]'s > thread below on "Help on building NSPR, NSS on Wind

Re: Help on building NSPR, NSS on Windows

2006-10-25 Thread David Stutzman
Frank Lee wrote: Anyway, all this work I'm trying to do comes from trying to enable my .jsp page to AJAX to a localhost server. Here's my train of actions so far: Ajax to localhost? => Need signed scripts. Signed scripts? => Need SignTool Need SignTool? install cygwin + Build NSS + install mozt

Re: Help on building NSPR, NSS on Windows

2006-10-25 Thread Nelson B
Frank Lee wrote: > Found Cl to be from Microsoft Visual Studio 8 Right. It's Microsoft's version of "cc", the c compiler. > cl -Fonow.obj -c -W3 -nologo -GF -Gy -MD -O2 -UDEBUG -U_DEBUG -UWINNT > -DNDEBUG=1 -DXP_PC=1 -DWIN32=1 -DWIN95=1 -D_PR_GLOBAL_THREADS_ONLY=1 > -D_X86_=1 > -DF

Re: Help on building NSPR, NSS on Windows

2006-10-24 Thread Frank Lee
Found Cl to be from Microsoft Visual Studio 8 and I've added the classpath to "C:\Program Files\Microsoft Visual Studio 8\VC\bin", only to meet with another error: C:\Frank_Lee\Eclipse\Academy_workspace\NSS_SignTools\mozilla\security\nss>make nss_build_all cd ../coreconf ; make make[1]: Enteri

Help on building NSPR, NSS on Windows

2006-10-24 Thread Frank Lee
Hi, while trying to build NSS using instructions from [EMAIL PROTECTED]'s thread below on "Help on building NSPR, NSS on Windows", dated "Monday, 16 October, 2006 3:16 AM", I encountered this problem. Below is the build error. ... ... creating pr/tests/dll/Makefil

Re: Help on building NSPR, NSS on Windows

2006-10-16 Thread Wan-Teh Chang
[EMAIL PROTECTED] wrote: Figure that out but still encountered an error due to cygwin's style for file path. gmake[2]: Entering directory `C:/mozilla/mozilla/security/dbm/src' cl /cygdrive/c/mozilla/mozilla/security/dbm/src/../../../dbm/src/h_bigkey.c cl : Command line warning D9002 : ign

Re: Help on building NSPR, NSS on Windows

2006-10-16 Thread Wan-Teh Chang
[EMAIL PROTECTED] wrote: It turns out that the file "configure" has \r\n line terminators. I changed it and a few other script files. I see. I believe this is because you chose the "Unix files" option during the installation of Cygwin. You should have chosen the "DOS files" option. I don't

Re: Help on building NSPR, NSS on Windows

2006-10-16 Thread [EMAIL PROTECTED]
Figure that out but still encountered an error due to cygwin's style for file path. gmake[2]: Entering directory `C:/mozilla/mozilla/security/dbm/src' cl /cygdrive/c/mozilla/mozilla/security/dbm/src/../../../dbm/src/h_bigkey.c cl : Command line warning D9002 : ignoring unknown option '/cygd

Re: Help on building NSPR, NSS on Windows

2006-10-16 Thread [EMAIL PROTECTED]
Thanks! It turns out that the file "configure" has \r\n line terminators. I changed it and a few other script files. It now gets passed that but got an error for link link -nologo .. link: invalid option -- n Try `link --help' for more information. $ which link /usr/bin/link $ echo $PATH

Re: Help on building NSPR, NSS on Windows

2006-10-15 Thread Wan-Teh Chang
[EMAIL PROTECTED] wrote: I downloaded NSPR 4.6.1 and NSS 3.11 from CVS. But build on Windows failed. I have cygwin, VC++ 2005 personal edition, and moztools installed. OS is Windows XP It failed on nspr configure. Do I need autoconf on my Windows? You don't need autoconf. autoconf is only

Help on building NSPR, NSS on Windows

2006-10-15 Thread [EMAIL PROTECTED]
I downloaded NSPR 4.6.1 and NSS 3.11 from CVS. But build on Windows failed. I have cygwin, VC++ 2005 personal edition, and moztools installed. OS is Windows XP It failed on nspr configure. Do I need autoconf on my Windows? : command not found: : command not found: : command not found6: : comm