Re: Building NSS on Vista

2008-12-22 Thread Nelson B Bolyard
ps_mitrofa...@mail.ru wrote, On 2008-12-22 09:30:
> On 22 дек, 20:08, Nelson B Bolyard  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.

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.
___
dev-tech-crypto mailing list
dev-tech-crypto@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-tech-crypto


Re: Building NSS on Vista

2008-12-22 Thread Glen Beasley

hi,

ps_mitrofa...@mail.ru wrote:

On 22 дек, 20:08, Nelson B Bolyard  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-tech-crypto@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-tech-crypto
   


___
dev-tech-crypto mailing list
dev-tech-crypto@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-tech-crypto


Re: Building NSS on Vista

2008-12-22 Thread ps_mitrofanov
On 22 дек, 20:08, Nelson B Bolyard  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


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-tech-crypto@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-tech-crypto


Re: Building NSS on Vista

2008-12-22 Thread Nelson B Bolyard
ps_mitrofa...@mail.ru wrote, On 2008-12-22 08:45:
> On 22 дек, 19:14, Nelson B Bolyard  wrote:
>> ps_mitrofa...@mail.ru wrote, On 2008-12-22 03:33:
>>
>>> Hi. I'm asking for help :) When I  try to build NSS on Windows Vista,
>>> I've go build_coreconf error 1. Is it possible to build NSS on Vista ?
>>> If it is possible, then please tell me how?
>> 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.
___
dev-tech-crypto mailing list
dev-tech-crypto@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-tech-crypto


Re: Building NSS on Vista

2008-12-22 Thread ps_mitrofanov
On 22 дек, 19:14, Nelson B Bolyard  wrote:
> ps_mitrofa...@mail.ru wrote, On 2008-12-22 03:33:
>
> > Hi. I'm asking for help :) When I  try to build NSS on Windows Vista,
> > I've go build_coreconf error 1. Is it possible to build NSS on Vista ?
> > If it is possible, then please tell me how?
>
> 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".
___
dev-tech-crypto mailing list
dev-tech-crypto@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-tech-crypto


Re: Building NSS on Vista

2008-12-22 Thread Nelson B Bolyard
ps_mitrofa...@mail.ru wrote, On 2008-12-22 03:33:
> Hi. I'm asking for help :) When I  try to build NSS on Windows Vista,
> I've go build_coreconf error 1. Is it possible to build NSS on Vista ?
> If it is possible, then please tell me how?

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?)

___
dev-tech-crypto mailing list
dev-tech-crypto@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-tech-crypto


Re: Building NSS on Vista

2008-12-22 Thread ps_mitrofanov
Thank you, David Stutzman. I hope this information will help me.
___
dev-tech-crypto mailing list
dev-tech-crypto@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-tech-crypto


RE: Building NSS on Vista

2008-12-22 Thread David Stutzman
Unless you're intimate with the NSS build system and know enough to trim things 
down...then this set of instructions is the best thing.  I've built NSS on 
Vista using this wiki page:
https://developer.mozilla.org/En/Windows_Build_Prerequisites

-Original Message-
From: dev-tech-crypto-bounces+dstutzman=dsci@lists.mozilla.org 
[mailto:dev-tech-crypto-bounces+dstutzman=dsci@lists.mozilla.org] On Behalf 
Of ps_mitrofa...@mail.ru
Sent: Monday, December 22, 2008 6:34 AM
To: dev-tech-crypto@lists.mozilla.org
Subject: Building NSS on Vista

Hi. I'm asking for help :) When I  try to build NSS on Windows Vista,
I've go build_coreconf error 1. Is it possible to build NSS on Vista ?
If it is possible, then please tell me how?
___
dev-tech-crypto mailing list
dev-tech-crypto@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-tech-crypto


Building NSS on Vista

2008-12-22 Thread ps_mitrofanov
Hi. I'm asking for help :) When I  try to build NSS on Windows Vista,
I've go build_coreconf error 1. Is it possible to build NSS on Vista ?
If it is possible, then please tell me how?
___
dev-tech-crypto mailing list
dev-tech-crypto@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-tech-crypto