I have seen similar behavior when a wrong version of gmake is used.
Try using the
Netscape wintools: Netscape has internally modified versions of gmake, 
shmsdos, and uname that we use to get around some problems we were 
having keeping in sync with the Unix version of gmake. These versions 
can be found in the Windows Build Tools package, which can be ftp'd from 
ftp://ftp.mozilla.org/pub/mozilla/source/wintools.zip. Then, unpack the 
zip file, and run the handy install script:

      cd buildtools\windows
      install.bat
      
This batch script will install the files into %MOZ_TOOLS%/bin.

Sonja

Javier Delgadillo wrote:

> This doesn't appear to be a PSM build problem.  Your tree just finished building
> NSPR then it chokes on a file in mozilla/config trying to build the config directory
> which is the first directory built as part of the seamonky build well before PSM
> gets built.
> 
> "Manuel T. Ruiz" wrote:
> 
>> I'm trying to do the same thing but on Windows platform and I got the follwing
>> problem :
>> 
>> gmake[3]: Leaving directory `d:/moz_src/mozilla/nsprpub/WIN32_O.OBJ/lib/libc'
>> gmake[2]: Leaving directory `d:/moz_src/mozilla/nsprpub/WIN32_O.OBJ/lib'
>> rm -r -f d:/moz_src/mozilla/dist/../public/nspr
>> rm -f d:/moz_src/mozilla/dist/WIN32_O.OBJ/lib/libnspr.a
>> rm -f d:/moz_src/mozilla/dist/WIN32_O.OBJ/bin/libnspr.dll
>> gmake[1]: Leaving directory `d:/moz_src/mozilla/nsprpub/WIN32_O.OBJ'
>>         set DIST_DIRS=1
>>         set LAYOUT_DIRS=1
>>         set CLIENT_DIRS=1
>>         nmake -f makefile.win all
>> 
>> Microsoft (R) Program Maintenance Utility   Version 1.62.7022
>> Copyright (C) Microsoft Corp 1988-1997. All rights reserved.
>> 
>> .\config\rules.mak(391) : fatal error U1033: syntax error : '.\WIN32' unexpected
>> 
>> Stop.
>> NMAKE : fatal error U1077: '"d:\program files\devstudio\vc\bin\NMAKE.EXE"' : ret
>> urn code '0x2'
>> Stop.
>> 
>> p4r4N0id wrote:
>> 
> 
> --
> Javier Delgadillo            Sun / Netscape Alliance
> (408) 276-3977               Software Engineer
> mailto:[EMAIL PROTECTED]     http://people.netscape.com/javi
> 
> 
> 


Reply via email to