Re: Problem on building NSS with Windows

2016-08-19 Thread John Jiang
Hi, Thanks for your reply. I don't get any useful info from env output, like the below $ env | grep msys OSTYPE=msys MACHTYPE=i686-pc-msys 2016-08-20 0:31 GMT+08:00 Wan-Teh Chang : > On Fri, Aug 19, 2016 at 1:49 AM, John Jiang > wrote: > > Hi, > > Thanks for your reply. > > > > My steps are the

Re: Problem on building NSS with Windows

2016-08-19 Thread John Jiang
I checked the full logs. Many "execvp: pwd: Permission denied" in the logs, like the below, ... make[1]: Leaving directory `/d/security/nss/nss-latest/nspr/WIN954.0_x86_64_64_DBG.OBJ' cd coreconf; make export make[1]: execvp: pwd: Permission denied make[1]: Entering directory `/d/security/nss/nss-l

Re: Problem on building NSS with Windows

2016-08-19 Thread Julien Pierre
That looks correct; must be a different issue then. Julien On 8/19/2016 18:44, John Jiang wrote: Run "make -version" in the MSYS/BASH command prompt, which is launched by MozillaBuild, and got the following info, GNU Make 3.81.90 Copyright (C) 2006 Free Software Foundation, Inc. This is free

Re: Problem on building NSS with Windows

2016-08-19 Thread John Jiang
Run "make -version" in the MSYS/BASH command prompt, which is launched by MozillaBuild, and got the following info, GNU Make 3.81.90 Copyright (C) 2006 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or

Re: Problem on building NSS with Windows

2016-08-19 Thread Julien Pierre
Which version of GNU make do you have in your PATH ? The NSS build system tries to get the absolute location of all source files. It does so to facilitate debugging, so that debug binaries can automatically locate the files in a debugger. It uses gmake macros/function that don't work in very o

Re: Problem on building NSS with Windows

2016-08-19 Thread Wan-Teh Chang
On Fri, Aug 19, 2016 at 1:49 AM, John Jiang wrote: > Hi, > Thanks for your reply. > > My steps are the follwings: > 1. Double-click start-shell-msvc2015-x64.bat in C:\mozilla-build. And it > displayed some information, like the below: > MozillaBuild Install Directory: C:\mozilla-build\ > Visual C+

Re: Problem on building NSS with Windows

2016-08-19 Thread John Jiang
Hi, Thanks for your reply. My steps are the follwings: 1. Double-click start-shell-msvc2015-x64.bat in C:\mozilla-build. And it displayed some information, like the below: MozillaBuild Install Directory: C:\mozilla-build\ Visual C++ 2015 Directory: C:\Program Files (x86)\Microsoft Visual Studio 14

Re: Problem on building NSS with Windows

2016-08-19 Thread Franziskus Kiefer
This sounds like there's something wrong with the setup. quickder.c is a file in NSS [1] (lib/util as your output shows as well). 'C:/mozilla-build/msys/quickder.c': No such file or directory So this line is a bit confusing. Why is your build searching in the mozilla-build directory for NSS files

Re: Problem on building NSS with Windows

2016-08-19 Thread John Jiang
In addition, I have checked my installed MozillaBuild. It doesn't include file quickder.c. Is there any wrong on MoziilaBuild? Or some issue in my environment? 2016-08-19 15:24 GMT+08:00 John Jiang : > Hi, > I tried to build NSS on Windows 7 x86_64 machine, and followed the > instructions at: > h

Problem on building NSS with Windows

2016-08-19 Thread John Jiang
Hi, I tried to build NSS on Windows 7 x86_64 machine, and followed the instructions at: https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/Building VS 2015 community and Latest MozillaBuild have been installed, and USE_64 was set to 1. When "make nss_build_all" finished, I got the below