Sounds like you might have had one or more of these issues:
- Used the wrong make program. (Must use gmake, not nmake, on Windows.)
- Don't have the right set of build tools. (Don't have one of Mozilla's
packages of build tools for Windows that includes the nsinstall program.)
- Don't have all of the necessary sources in your source tree. (Did you
have mozilla/security/coreconf as well as mozilla/security nss?)
I have all mozilla-tools mentioned in NSS Building FAQ: gmake.exe,
nsinstall.exe, shmsdos,.exe uname.exe, glib-1.2_s.lib,
libIDL-0.6_s.lib, include-fles. Also, I have all of the necessary
sources(coreconf, nss...). I've set all environment variables. I'm
using "gmake nss_build_ all".
Please supply more output from the gmake run, like (say) the last 20
lines of output.
There is building log(but there are only 5 lines of output):
>>gmake nss_build_all
process_begin:CreateProcess((null),pwd,..) failed.
process_begin:CreateProcess((null),pwd,..) failed.
cd ../coreconf ; gmake
System could not find mentioned path.
gmake: *** [build_coreconf] Error 1
Sorry for bad translation. As you can see it isn't working from the
start. And as I said, I have "coreconf" directory.
I'll be appreciated for any help.
ps_mit...@mail.ru wrote:
> On 22 дек, 20:08, Nelson B Bolyard<nel...@bolyard.me> wrote:
>
>> ps_mitrofa...@mail.ru wrote, On 2008-12-22 08:45:
>> Please supply more output from the gmake run, like (say) the last 20
>> lines of output
>>
>
> There is building log(but there are only 5 lines of output):
>
>>> gmake nss_build_all
>>>
> process_begin:CreateProcess((null),pwd,..) failed.
> process_begin:CreateProcess((null),pwd,..) failed.
> cd ../coreconf ; gmake
> System could not find mentioned path.
> gmake: *** [build_coreconf] Error 1
>
>
>
did you install the MozillaBuild 1.3 package, and launch the correct
start-msvc*.bat file?
review:
https://developer.mozilla.org/en/Windows_Build_Prerequisites#MozillaBuild
Building on Vista works great using the MSYS build enviroment. You just
need a little patience and
follow the correct steps to get your enviroment correct.
-glen
> Sorry for bad translation. As you can see it isn't working from the
> start. And as I said, I have "coreconf" directory.
> I'll be appreciated for any help.
>
> _______________________________________________
> dev-tech-crypto mailing list
> dev-tec...@lists.mozilla.org
> https://lists.mozilla.org/listinfo/dev-tech-crypto
>
So, that's the real problem. I believe It means that gmake tried to
run the pwd program, but that program was not in any of the directories
listed in your PATH environment variable. You must ensure that all the
build tools are found in directories named in PATH. One way to do that
is to change the PATH variable to include additional directories.