If I set BUILD_PSM2=1, This happens: mpi\mpi.c(1094) : warning C4018: '<' : signed/unsigned mismatch mpi\mpi.c(1477) : warning C4018: '<' : signed/unsigned mismatch mpi\mpi.c(1992) : warning C4018: '<' : signed/unsigned mismatch mpi\mpi.c(2919) : warning C4018: '<' : signed/unsigned mismatch mpi\mpi.c(3044) : warning C4018: '>=' : signed/unsigned mismatch mpi\mpi.c(3366) : warning C4101: 'norm' : unreferenced local variable mpi\mpi.c(4578) : warning C4018: '>=' : signed/unsigned mismatch mpi\mpi.c(4698) : warning C4018: '<=' : signed/unsigned mismatch mpi\mpi.c(4728) : warning C4018: '<=' : signed/unsigned mismatch mpi\mpi.c(4742) : warning C4018: '<=' : signed/unsigned mismatch mpi\mpi.c(4743) : warning C4018: '>' : signed/unsigned mismatch mpi\mpi.c(4766) : warning C4018: '<=' : signed/unsigned mismatch mpi\mpi.c(4769) : warning C4018: '>' : signed/unsigned mismatch mpi\mpi.c(2572) : warning C4761: integral size mismatch in argument; conversion supplied ml.exe -FoWIN32_O.OBJ/mpi_x86.obj -Cp -Sn -Zi -coff - I../../../../dist/WIN32_O.O BJ/include -I../../../../dist/public/security - I../../../../dist/private/securi ty -I../../../../dist/include -Ic:/mozsrc/mozilla/dist/include/nspr - Ic:/mozsrc/ mozilla/dist/include/dbm -Impi -c mpi/mpi_x86.asm process_begin: CreateProcess((null), ml.exe -FoWIN32_O.OBJ/mpi_x86.obj - Cp -Sn - Zi -coff -I../../../../dist/WIN32_O.OBJ/include - I../../../../dist/public/securi ty -I../../../../dist/private/security -I../../../../dist/include - Ic:/mozsrc/mo zilla/dist/include/nspr -Ic:/mozsrc/mozilla/dist/include/dbm -Impi -c mpi/mpi_x8 6.asm, ...) failed. make (e=2): The system cannot find the file specified. gmake.exe[1]: *** [WIN32_O.OBJ/mpi_x86.obj] Error 2 gmake.exe[1]: Leaving directory `c:/mozsrc/mozilla/security/nss/lib/freebl' gmake.exe: *** [libs] Error 2 gmake.exe: Leaving directory `c:/mozsrc/mozilla/security/nss/lib' NMAKE : fatal error U1077: 'gmake.exe' : return code '0x2' Stop. NMAKE : fatal error U1077: '"C:\apps\Microsoft Visual Studio\VC98\Bin \NMAKE.EXE" ' : return code '0x2' Stop. NMAKE : fatal error U1077: '"C:\apps\Microsoft Visual Studio\VC98\Bin \NMAKE.EXE" ' : return code '0x2' Stop. NMAKE : fatal error U1077: '"C:\apps\Microsoft Visual Studio\VC98\Bin \NMAKE.EXE" ' : return code '0x2' Stop.
This is my build environment: @echo off set MOZ_BITS=32 set MOZ_SRC=c:\mozsrc set MOZ_TOOLS=c:\apps\moztools set OS_TARGET=WINNT set WINOS=%OS_TARGET% set PATH=%MOZ_TOOLS%\bin;c:\apps\cvs\cvs1-11;%PATH%;C:\apps\cygwin\bin set PATH=%PATH%;c:\apps\microsoft visual studio\common\msdev98\bin;C: \apps\Microsoft Visual Studio\VC98\Bin set CVSROOT=:pserver:[EMAIL PROTECTED]:/cvsroot set HOME=%temp% set MOZ_DISABLE_JAR_PACKAGING=1 set BUILD_PSM2=1 set INCLUDE=C:\apps\Microsoft Visual Studio\VC98\atl\include;C:\apps \Microsoft Visual Studio\VC98\mfc\include; set INCLUDE=%INCLUDE%C:\apps\Microsoft Visual Studio\VC98\include set LIB=C:\apps\Microsoft Visual Studio\VC98\mfc\lib;C:\apps\Microsoft Visual Studio\VC98\lib set _MSC_VER=1200 set MOZ_NT=5 set DISABLE_TESTS=1 c: cd\mozsrc\mozilla cmd I've *never* been able to build PSM, and I've been wracking my brain with this for months and still absolutely nothing. What am I missing? -- ICQ: N/A (temporarily) AIM: FlyersR1 9 email: [EMAIL PROTECTED] _ = m
