Hi,

I am trying to compile openafs-1.0.3 on NT using MSVC 5.0.   I am seeing
quite a lot of warnings and a linker error so far.  I have piped the output
of nmake
to a text file which I am attaching.   
Has anyone successfully compiled OpenAFS on NT using VC5.0 or VC6.0?
I am having to touch quite a few files in order to remove some of the major
warnings.
It will be great if someone can point me in the right direction to compile
OpenAFS
on NT.    

Thanks,
Kangesh

Some of the warnings and the final errors are in 
hostparse.c(276) : warning C4013: 'FilepathNormalize' undefined; assuming
extern returning int
serverLog.c(193) : warning C4013: 'TM_GetTimeOfDay' undefined; assuming
extern returning int

        echo #define AFS_VERINFO_BUILD "CML not accessible: No version
information" >AFS_component_version_number.h
        rc -DWIN32 -D_WIN32 -DWINVER=0x0400  /r  kaserver.rc
        link
/OUT:o:\projects\openafs-1.0.3\DEST\root.server\usr\afs\bin\kaserver.exe
-debug:full -debugtype:cv -debugtype:both /NODEFAULTLIB /INCREMENTAL:NO
/PDB:NONE /RELEASE /NOLOGO -subsystem:console,4.0  /FIXED:NO msvcrt.lib
oldnames.lib kernel32.lib  ws2_32.lib mswsock.lib advapi32.lib binmode.obj
kaserver.obj kautils.obj kalocalcell.obj kadatabase.obj krb_udp.obj
kaprocs.obj kalog.obj kauth.ss.obj kauth.xdr.obj kaaux.obj kaauxdb.obj
kaserver.res o:\projects\openafs-1.0.3\DEST\lib\afs\afsprot.lib
o:\projects\openafs-1.0.3\DEST\lib\afs\afsauth.lib
o:\projects\openafs-1.0.3\DEST\lib\afs\afscmd.lib
o:\projects\openafs-1.0.3\DEST\lib\afs\afscom_err.lib
o:\projects\openafs-1.0.3\DEST\lib\afs\afsutil.lib
o:\projects\openafs-1.0.3\DEST\lib\afs\afsaudit.lib
o:\projects\openafs-1.0.3\DEST\lib\afs\afsreg.lib
o:\projects\openafs-1.0.3\DEST\lib\afslwp.lib
o:\projects\openafs-1.0.3\DEST\lib\afsdes.lib
o:\projects\openafs-1.0.3\DEST\lib\afsrxstat.lib
o:\projects\openafs-1.0.3\DEST\lib\afsrx.lib
o:\projects\openafs-1.0.3\DEST\lib\afsubik.lib
o:\projects\openafs-1.0.3\DEST\lib\afs\afseventlog.lib
o:\projects\openafs-1.0.3\DEST\lib\afsrxkad.lib
o:\projects\openafs-1.0.3\DEST\lib\afs\afsprocmgmt.lib
   Creating library
o:\projects\openafs-1.0.3\DEST\root.server\usr\afs\bin\kaserver.lib and
object o:\projects\openafs-1.0.3\DEST\root.server\usr\afs\bin\kaserver.exp
krb_udp.obj : error LNK2001: unresolved external symbol _snprintf
o:\projects\openafs-1.0.3\DEST\root.server\usr\afs\bin\kaserver.exe : fatal
error LNK1120: 1 unresolved externals

Thanks,
Kangesh
        cd src\config
        nmake /nologo /f ntmakefile install
        symlink make o:\projects\openafs-1.0.3\DEST\doc doc-pathname
        cl  mkvers.c
mkvers.c
Microsoft (R) 32-Bit Incremental Linker Version 5.10.7303
Copyright (C) Microsoft Corp 1992-1997. All rights reserved.

/out:mkvers.exe 
mkvers.obj 
        copy mkvers.exe o:\projects\openafs-1.0.3\DEST\bin
        1 file(s) copied.
        del NTMakefile.version
        copy NTMakefile.version-NOCML NTMakefile.version
        1 file(s) copied.
        cd ..\..
        cd src\procmgmt
        nmake /nologo /f ntmakefile install_headers
        cd ..\..
        cd src\WINNT\afsreg
        nmake /nologo /f ntmakefile install_headers
        cd ..\..\..
        cd src\util
        nmake /nologo /f ntmakefile install
        cl -c -W3 -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -D_WINNT 
-D_WIN32_WINNT=0x0400 -DWINVER=0x0400 -Z7  -DWIN32  -D_WIN32 -D_MT -D_DLL -MD  /Oy-  
/GF  /Gd  /Gy  /GX  /Os /Ox /Z7 /W3  -I.  -Io:\projects\openafs-1.0.3\DEST\include  
-Io:\projects\openafs-1.0.3\DEST\include\afs  
-Io:\projects\openafs-1.0.3\DEST\include\rx  -DWIN32_LEAN_AND_MEAN  -DSTRICT  
-D_WIN32_IE=0x0400  /c assert.c
assert.c
        cl -c -W3 -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -D_WINNT 
-D_WIN32_WINNT=0x0400 -DWINVER=0x0400 -Z7  -DWIN32  -D_WIN32 -D_MT -D_DLL -MD  /Oy-  
/GF  /Gd  /Gy  /GX  /Os /Ox /Z7 /W3  -I.  -Io:\projects\openafs-1.0.3\DEST\include  
-Io:\projects\openafs-1.0.3\DEST\include\afs  
-Io:\projects\openafs-1.0.3\DEST\include\rx  -DWIN32_LEAN_AND_MEAN  -DSTRICT  
-D_WIN32_IE=0x0400  /c base32.c
base32.c
        cl -c -W3 -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -D_WINNT 
-D_WIN32_WINNT=0x0400 -DWINVER=0x0400 -Z7  -DWIN32  -D_WIN32 -D_MT -D_DLL -MD  /Oy-  
/GF  /Gd  /Gy  /GX  /Os /Ox /Z7 /W3  -I.  -Io:\projects\openafs-1.0.3\DEST\include  
-Io:\projects\openafs-1.0.3\DEST\include\afs  
-Io:\projects\openafs-1.0.3\DEST\include\rx  -DWIN32_LEAN_AND_MEAN  -DSTRICT  
-D_WIN32_IE=0x0400  /c casestrcpy.c
casestrcpy.c
        cl -c -W3 -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -D_WINNT 
-D_WIN32_WINNT=0x0400 -DWINVER=0x0400 -Z7  -DWIN32  -D_WIN32 -D_MT -D_DLL -MD  /Oy-  
/GF  /Gd  /Gy  /GX  /Os /Ox /Z7 /W3  -I.  -Io:\projects\openafs-1.0.3\DEST\include  
-Io:\projects\openafs-1.0.3\DEST\include\afs  
-Io:\projects\openafs-1.0.3\DEST\include\rx  -DWIN32_LEAN_AND_MEAN  -DSTRICT  
-D_WIN32_IE=0x0400  /c get_krbrlm.c
get_krbrlm.c
        cl -c -W3 -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -D_WINNT 
-D_WIN32_WINNT=0x0400 -DWINVER=0x0400 -Z7  -DWIN32  -D_WIN32 -D_MT -D_DLL -MD  /Oy-  
/GF  /Gd  /Gy  /GX  /Os /Ox /Z7 /W3  -I.  -Io:\projects\openafs-1.0.3\DEST\include  
-Io:\projects\openafs-1.0.3\DEST\include\afs  
-Io:\projects\openafs-1.0.3\DEST\include\rx  -DWIN32_LEAN_AND_MEAN  -DSTRICT  
-D_WIN32_IE=0x0400  /c hostparse.c
hostparse.c
hostparse.c(72) : warning C4244: '=' : conversion from 'long ' to 'char ', possible 
loss of data
hostparse.c(81) : warning C4244: '=' : conversion from 'long ' to 'char ', possible 
loss of data
hostparse.c(276) : warning C4013: 'FilepathNormalize' undefined; assuming extern 
returning int
        cl -c -W3 -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -D_WINNT 
-D_WIN32_WINNT=0x0400 -DWINVER=0x0400 -Z7  -DWIN32  -D_WIN32 -D_MT -D_DLL -MD  /Oy-  
/GF  /Gd  /Gy  /GX  /Os /Ox /Z7 /W3  -I.  -Io:\projects\openafs-1.0.3\DEST\include  
-Io:\projects\openafs-1.0.3\DEST\include\afs  
-Io:\projects\openafs-1.0.3\DEST\include\rx  -DWIN32_LEAN_AND_MEAN  -DSTRICT  
-D_WIN32_IE=0x0400  /c isathing.c
isathing.c
        cl -c -W3 -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -D_WINNT 
-D_WIN32_WINNT=0x0400 -DWINVER=0x0400 -Z7  -DWIN32  -D_WIN32 -D_MT -D_DLL -MD  /Oy-  
/GF  /Gd  /Gy  /GX  /Os /Ox /Z7 /W3  -I.  -Io:\projects\openafs-1.0.3\DEST\include  
-Io:\projects\openafs-1.0.3\DEST\include\afs  
-Io:\projects\openafs-1.0.3\DEST\include\rx  -DWIN32_LEAN_AND_MEAN  -DSTRICT  
-D_WIN32_IE=0x0400  /c kreltime.c
kreltime.c
kreltime.c(89) : warning C4244: '=' : conversion from 'long ' to 'short ', possible 
loss of data
kreltime.c(199) : warning C4244: '=' : conversion from 'long ' to 'short ', possible 
loss of data
kreltime.c(206) : warning C4244: '=' : conversion from 'long ' to 'short ', possible 
loss of data
kreltime.c(215) : warning C4244: '=' : conversion from 'long ' to 'short ', possible 
loss of data
kreltime.c(308) : warning C4244: '+=' : conversion from 'long ' to 'short ', possible 
loss of data
        cl -c -W3 -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -D_WINNT 
-D_WIN32_WINNT=0x0400 -DWINVER=0x0400 -Z7  -DWIN32  -D_WIN32 -D_MT -D_DLL -MD  /Oy-  
/GF  /Gd  /Gy  /GX  /Os /Ox /Z7 /W3  -I.  -Io:\projects\openafs-1.0.3\DEST\include  
-Io:\projects\openafs-1.0.3\DEST\include\afs  
-Io:\projects\openafs-1.0.3\DEST\include\rx  -DWIN32_LEAN_AND_MEAN  -DSTRICT  
-D_WIN32_IE=0x0400  /c ktime.c
ktime.c
ktime.c(201) : warning C4244: '=' : conversion from 'long ' to 'short ', possible loss 
of data
ktime.c(203) : warning C4244: '=' : conversion from 'long ' to 'short ', possible loss 
of data
ktime.c(205) : warning C4244: '=' : conversion from 'long ' to 'short ', possible loss 
of data
ktime.c(522) : warning C4244: '=' : conversion from 'long ' to 'short ', possible loss 
of data
ktime.c(523) : warning C4244: '=' : conversion from 'long ' to 'short ', possible loss 
of data
ktime.c(524) : warning C4244: '=' : conversion from 'long ' to 'short ', possible loss 
of data
ktime.c(525) : warning C4244: '=' : conversion from 'long ' to 'short ', possible loss 
of data
ktime.c(526) : warning C4244: '=' : conversion from 'long ' to 'short ', possible loss 
of data
ktime.c(527) : warning C4244: '=' : conversion from 'long ' to 'short ', possible loss 
of data
        cl -c -W3 -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -D_WINNT 
-D_WIN32_WINNT=0x0400 -DWINVER=0x0400 -Z7  -DWIN32  -D_WIN32 -D_MT -D_DLL -MD  /Oy-  
/GF  /Gd  /Gy  /GX  /Os /Ox /Z7 /W3  -I.  -Io:\projects\openafs-1.0.3\DEST\include  
-Io:\projects\openafs-1.0.3\DEST\include\afs  
-Io:\projects\openafs-1.0.3\DEST\include\rx  -DWIN32_LEAN_AND_MEAN  -DSTRICT  
-D_WIN32_IE=0x0400  /c regex.c
regex.c
        cl -c -W3 -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -D_WINNT 
-D_WIN32_WINNT=0x0400 -DWINVER=0x0400 -Z7  -DWIN32  -D_WIN32 -D_MT -D_DLL -MD  /Oy-  
/GF  /Gd  /Gy  /GX  /Os /Ox /Z7 /W3  -I.  -Io:\projects\openafs-1.0.3\DEST\include  
-Io:\projects\openafs-1.0.3\DEST\include\afs  
-Io:\projects\openafs-1.0.3\DEST\include\rx  -DWIN32_LEAN_AND_MEAN  -DSTRICT  
-D_WIN32_IE=0x0400  /c readdir_nt.c
readdir_nt.c
        cl -c -W3 -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -D_WINNT 
-D_WIN32_WINNT=0x0400 -DWINVER=0x0400 -Z7  -DWIN32  -D_WIN32 -D_MT -D_DLL -MD  /Oy-  
/GF  /Gd  /Gy  /GX  /Os /Ox /Z7 /W3  -I.  -Io:\projects\openafs-1.0.3\DEST\include  
-Io:\projects\openafs-1.0.3\DEST\include\afs  
-Io:\projects\openafs-1.0.3\DEST\include\rx  -DWIN32_LEAN_AND_MEAN  -DSTRICT  
-D_WIN32_IE=0x0400  /c serverLog.c
serverLog.c
serverLog.c(121) : warning C4101: 'i' : unreferenced local variable
serverLog.c(193) : warning C4013: 'TM_GetTimeOfDay' undefined; assuming extern 
returning int
        cl -c -W3 -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -D_WINNT 
-D_WIN32_WINNT=0x0400 -DWINVER=0x0400 -Z7  -DWIN32  -D_WIN32 -D_MT -D_DLL -MD  /Oy-  
/GF  /Gd  /Gy  /GX  /Os /Ox /Z7 /W3  -I.  -Io:\projects\openafs-1.0.3\DEST\include  
-Io:\projects\openafs-1.0.3\DEST\include\afs  
-Io:\projects\openafs-1.0.3\DEST\include\rx  -DWIN32_LEAN_AND_MEAN  -DSTRICT  
-D_WIN32_IE=0x0400  /c uuid.c
uuid.c
uuid.c(112) : warning C4244: 'return' : conversion from 'unsigned long ' to 'unsigned 
short ', possible loss of data
uuid.c(202) : warning C4244: '=' : conversion from 'unsigned long ' to 'unsigned short 
', possible loss of data
uuid.c(203) : warning C4244: '=' : conversion from 'unsigned long ' to 'unsigned short 
', possible loss of data
uuid.c(321) : warning C4305: '=' : truncation from 'const int ' to 'char '
        cl -c -W3 -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -D_WINNT 
-D_WIN32_WINNT=0x0400 -DWINVER=0x0400 -Z7  -DWIN32  -D_WIN32 -D_MT -D_DLL -MD  /Oy-  
/GF  /Gd  /Gy  /GX  /Os /Ox /Z7 /W3  -I.  -Io:\projects\openafs-1.0.3\DEST\include  
-Io:\projects\openafs-1.0.3\DEST\include\afs  
-Io:\projects\openafs-1.0.3\DEST\include\rx  -DWIN32_LEAN_AND_MEAN  -DSTRICT  
-D_WIN32_IE=0x0400  /c volparse.c
volparse.c
        cl -c -W3 -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -D_WINNT 
-D_WIN32_WINNT=0x0400 -DWINVER=0x0400 -Z7  -DWIN32  -D_WIN32 -D_MT -D_DLL -MD  /Oy-  
/GF  /Gd  /Gy  /GX  /Os /Ox /Z7 /W3  -I.  -Io:\projects\openafs-1.0.3\DEST\include  
-Io:\projects\openafs-1.0.3\DEST\include\afs  
-Io:\projects\openafs-1.0.3\DEST\include\rx  -DWIN32_LEAN_AND_MEAN  -DSTRICT  
-D_WIN32_IE=0x0400  /c winsock_nt.c
winsock_nt.c
        cl -c -W3 -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -D_WINNT 
-D_WIN32_WINNT=0x0400 -DWINVER=0x0400 -Z7  -DWIN32  -D_WIN32 -D_MT -D_DLL -MD  /Oy-  
/GF  /Gd  /Gy  /GX  /Os /Ox /Z7 /W3  -I.  -Io:\projects\openafs-1.0.3\DEST\include  
-Io:\projects\openafs-1.0.3\DEST\include\afs  
-Io:\projects\openafs-1.0.3\DEST\include\rx  -DWIN32_LEAN_AND_MEAN  -DSTRICT  
-D_WIN32_IE=0x0400  /c errmap_nt.c
errmap_nt.c
        cl -c -W3 -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -D_WINNT 
-D_WIN32_WINNT=0x0400 -DWINVER=0x0400 -Z7  -DWIN32  -D_WIN32 -D_MT -D_DLL -MD  /Oy-  
/GF  /Gd  /Gy  /GX  /Os /Ox /Z7 /W3  -I.  -Io:\projects\openafs-1.0.3\DEST\include  
-Io:\projects\openafs-1.0.3\DEST\include\afs  
-Io:\projects\openafs-1.0.3\DEST\include\rx  -DWIN32_LEAN_AND_MEAN  -DSTRICT  
-D_WIN32_IE=0x0400  /c dirpath.c
dirpath.c
        cl -c -W3 -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -D_WINNT 
-D_WIN32_WINNT=0x0400 -DWINVER=0x0400 -Z7  -DWIN32  -D_WIN32 -D_MT -D_DLL -MD  /Oy-  
/GF  /Gd  /Gy  /GX  /Os /Ox /Z7 /W3  -I.  -Io:\projects\openafs-1.0.3\DEST\include  
-Io:\projects\openafs-1.0.3\DEST\include\afs  
-Io:\projects\openafs-1.0.3\DEST\include\rx  -DWIN32_LEAN_AND_MEAN  -DSTRICT  
-D_WIN32_IE=0x0400  /c fileutil.c
fileutil.c
fileutil.c(115) : warning C4013: 'open' undefined; assuming extern returning int
fileutil.c(126) : warning C4101: 'fd' : unreferenced local variable
fileutil.c(147) : warning C4013: 'read' undefined; assuming extern returning int
fileutil.c(193) : warning C4013: 'close' undefined; assuming extern returning int
        cl -c -W3 -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -D_WINNT 
-D_WIN32_WINNT=0x0400 -DWINVER=0x0400 -Z7  -DWIN32  -D_WIN32 -D_MT -D_DLL -MD  /Oy-  
/GF  /Gd  /Gy  /GX  /Os /Ox /Z7 /W3  -I.  -Io:\projects\openafs-1.0.3\DEST\include  
-Io:\projects\openafs-1.0.3\DEST\include\afs  
-Io:\projects\openafs-1.0.3\DEST\include\rx  -DWIN32_LEAN_AND_MEAN  -DSTRICT  
-D_WIN32_IE=0x0400  /c secutil_nt.c
secutil_nt.c
        lib /NOLOGO /OUT:o:\projects\openafs-1.0.3\DEST\lib\afs\afsutil.lib assert.obj 
base32.obj casestrcpy.obj get_krbrlm.obj hostparse.obj isathing.obj kreltime.obj 
ktime.obj regex.obj readdir_nt.obj serverLog.obj uuid.obj volparse.obj winsock_nt.obj 
errmap_nt.obj dirpath.obj fileutil.obj secutil_nt.obj
        cd ..\..
        cd src\comerr
        nmake /nologo /f ntmakefile install
        cl -c -W3 -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -D_WINNT 
-D_WIN32_WINNT=0x0400 -DWINVER=0x0400 -Z7  -DWIN32  -D_WIN32 -D_MT -D_DLL -MD  /Oy-  
/GF  /Gd  /Gy  /GX  /Os /Ox /Z7 /W3  -I.  -Io:\projects\openafs-1.0.3\DEST\include  
-Io:\projects\openafs-1.0.3\DEST\include\afs  
-Io:\projects\openafs-1.0.3\DEST\include\rx  -DWIN32_LEAN_AND_MEAN  -DSTRICT  
-D_WIN32_IE=0x0400  /c error_msg.c
error_msg.c
        cl -c -W3 -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -D_WINNT 
-D_WIN32_WINNT=0x0400 -DWINVER=0x0400 -Z7  -DWIN32  -D_WIN32 -D_MT -D_DLL -MD  /Oy-  
/GF  /Gd  /Gy  /GX  /Os /Ox /Z7 /W3  -I.  -Io:\projects\openafs-1.0.3\DEST\include  
-Io:\projects\openafs-1.0.3\DEST\include\afs  
-Io:\projects\openafs-1.0.3\DEST\include\rx  -DWIN32_LEAN_AND_MEAN  -DSTRICT  
-D_WIN32_IE=0x0400  /c et_name.c
et_name.c
        cl -c -W3 -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -D_WINNT 
-D_WIN32_WINNT=0x0400 -DWINVER=0x0400 -Z7  -DWIN32  -D_WIN32 -D_MT -D_DLL -MD  /Oy-  
/GF  /Gd  /Gy  /GX  /Os /Ox /Z7 /W3  -I.  -Io:\projects\openafs-1.0.3\DEST\include  
-Io:\projects\openafs-1.0.3\DEST\include\afs  
-Io:\projects\openafs-1.0.3\DEST\include\rx  -DWIN32_LEAN_AND_MEAN  -DSTRICT  
-D_WIN32_IE=0x0400  /c com_err.c
com_err.c
        echo char cml_version_number[]="@(#)CML not accessible: No version 
information"; >AFS_component_version_number.c
        echo char* AFSVersion = "afs??";  >>AFS_component_version_number.c
        cl -c -W3 -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -D_WINNT 
-D_WIN32_WINNT=0x0400 -DWINVER=0x0400 -Z7  -DWIN32  -D_WIN32 -D_MT -D_DLL -MD  /Oy-  
/GF  /Gd  /Gy  /GX  /Os /Ox /Z7 /W3  -I.  -Io:\projects\openafs-1.0.3\DEST\include  
-Io:\projects\openafs-1.0.3\DEST\include\afs  
-Io:\projects\openafs-1.0.3\DEST\include\rx  -DWIN32_LEAN_AND_MEAN  -DSTRICT  
-D_WIN32_IE=0x0400  /c AFS_component_version_number.c
AFS_component_version_number.c
        lib /NOLOGO /OUT:o:\projects\openafs-1.0.3\DEST\lib\afs\afscom_err.lib 
error_msg.obj et_name.obj com_err.obj AFS_component_version_number.obj
        cl -c -W3 -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -D_WINNT 
-D_WIN32_WINNT=0x0400 -DWINVER=0x0400 -Z7  -DWIN32  -D_WIN32 -D_MT -D_DLL -MD  /Oy-  
/GF  /Gd  /Gy  /GX  /Os /Ox /Z7 /W3  -I.  -Io:\projects\openafs-1.0.3\DEST\include  
-Io:\projects\openafs-1.0.3\DEST\include\afs  
-Io:\projects\openafs-1.0.3\DEST\include\rx  -DWIN32_LEAN_AND_MEAN  -DSTRICT  
-D_WIN32_IE=0x0400  /c compile_et.c
compile_et.c
        cl -c -W3 -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -D_WINNT 
-D_WIN32_WINNT=0x0400 -DWINVER=0x0400 -Z7  -DWIN32  -D_WIN32 -D_MT -D_DLL -MD  /Oy-  
/GF  /Gd  /Gy  /GX  /Os /Ox /Z7 /W3  -I.  -Io:\projects\openafs-1.0.3\DEST\include  
-Io:\projects\openafs-1.0.3\DEST\include\afs  
-Io:\projects\openafs-1.0.3\DEST\include\rx  -DWIN32_LEAN_AND_MEAN  -DSTRICT  
-D_WIN32_IE=0x0400  /c error_table_nt.c
error_table_nt.c
bison.simple(377) : warning C4013: 'yylex' undefined; assuming extern returning int
et_lex.lex.l(154) : warning C4102: 'find_rule' : unreferenced label
et_lex.lex.l(605) : warning C4013: 'fileno' undefined; assuming extern returning int
        link /OUT:o:\projects\openafs-1.0.3\DEST\bin\compile_et.exe -debug:full 
-debugtype:cv -debugtype:both /NODEFAULTLIB /INCREMENTAL:NO /PDB:NONE /RELEASE /NOLOGO 
-subsystem:console,4.0  /FIXED:NO msvcrt.lib oldnames.lib kernel32.lib  ws2_32.lib 
mswsock.lib advapi32.lib binmode.obj compile_et.obj error_table_nt.obj 
o:\projects\openafs-1.0.3\DEST\lib\afs\afsutil.lib
        rebase -b 0x00400000 -x o:\projects\openafs-1.0.3\DEST\bin -q 
o:\projects\openafs-1.0.3\DEST\bin\compile_et.exe
        cd ..\..
        cd src\cmd
        nmake /nologo /f ntmakefile install
        del cmd_errors.c cmd.h
        o:\projects\openafs-1.0.3\DEST\bin\compile_et cmd_errors -h cmd
        cl -c -W3 -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -D_WINNT 
-D_WIN32_WINNT=0x0400 -DWINVER=0x0400 -Z7  -DWIN32  -D_WIN32 -D_MT -D_DLL -MD  /Oy-  
/GF  /Gd  /Gy  /GX  /Os /Ox /Z7 /W3  -I.  -Io:\projects\openafs-1.0.3\DEST\include  
-Io:\projects\openafs-1.0.3\DEST\include\afs  
-Io:\projects\openafs-1.0.3\DEST\include\rx  -DWIN32_LEAN_AND_MEAN  -DSTRICT  
-D_WIN32_IE=0x0400  /c cmd_errors.c
cmd_errors.c
        cl -c -W3 -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -D_WINNT 
-D_WIN32_WINNT=0x0400 -DWINVER=0x0400 -Z7  -DWIN32  -D_WIN32 -D_MT -D_DLL -MD  /Oy-  
/GF  /Gd  /Gy  /GX  /Os /Ox /Z7 /W3  -I.  -Io:\projects\openafs-1.0.3\DEST\include  
-Io:\projects\openafs-1.0.3\DEST\include\afs  
-Io:\projects\openafs-1.0.3\DEST\include\rx  -DWIN32_LEAN_AND_MEAN  -DSTRICT  
-D_WIN32_IE=0x0400  /c cmd.c
cmd.c
cmd.c(76) : warning C4018: '<' : signed/unsigned mismatch
cmd.c(102) : warning C4018: '<' : signed/unsigned mismatch
cmd.c(209) : warning C4018: '>' : signed/unsigned mismatch
        echo char cml_version_number[]="@(#)CML not accessible: No version 
information"; >AFS_component_version_number.c
        echo char* AFSVersion = "afs??";  >>AFS_component_version_number.c
        cl -c -W3 -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -D_WINNT 
-D_WIN32_WINNT=0x0400 -DWINVER=0x0400 -Z7  -DWIN32  -D_WIN32 -D_MT -D_DLL -MD  /Oy-  
/GF  /Gd  /Gy  /GX  /Os /Ox /Z7 /W3  -I.  -Io:\projects\openafs-1.0.3\DEST\include  
-Io:\projects\openafs-1.0.3\DEST\include\afs  
-Io:\projects\openafs-1.0.3\DEST\include\rx  -DWIN32_LEAN_AND_MEAN  -DSTRICT  
-D_WIN32_IE=0x0400  /c AFS_component_version_number.c
AFS_component_version_number.c
        lib /NOLOGO /OUT:o:\projects\openafs-1.0.3\DEST\lib\afs\afscmd.lib 
cmd_errors.obj cmd.obj AFS_component_version_number.obj
        copy cmd.h o:\projects\openafs-1.0.3\DEST\include\afs
        1 file(s) copied.
        cd ..\..
        cd src\WINNT\afsreg
        nmake /nologo /f ntmakefile install
        cl -c -W3 -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -D_WINNT 
-D_WIN32_WINNT=0x0400 -DWINVER=0x0400 -Z7  -DWIN32  -D_WIN32 -D_MT -D_DLL -MD  /Oy-  
/GF  /Gd  /Gy  /GX  /Os /Ox /Z7 /W3  -I.  -Io:\projects\openafs-1.0.3\DEST\include  
-Io:\projects\openafs-1.0.3\DEST\include\afs  
-Io:\projects\openafs-1.0.3\DEST\include\rx  -DWIN32_LEAN_AND_MEAN  -DSTRICT  
-D_WIN32_IE=0x0400  /c afsreg.c
afsreg.c
        cl -c -W3 -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -D_WINNT 
-D_WIN32_WINNT=0x0400 -DWINVER=0x0400 -Z7  -DWIN32  -D_WIN32 -D_MT -D_DLL -MD  /Oy-  
/GF  /Gd  /Gy  /GX  /Os /Ox /Z7 /W3  -I.  -Io:\projects\openafs-1.0.3\DEST\include  
-Io:\projects\openafs-1.0.3\DEST\include\afs  
-Io:\projects\openafs-1.0.3\DEST\include\rx  -DWIN32_LEAN_AND_MEAN  -DSTRICT  
-D_WIN32_IE=0x0400  /c syscfg.c
syscfg.c
        cl -c -W3 -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -D_WINNT 
-D_WIN32_WINNT=0x0400 -DWINVER=0x0400 -Z7  -DWIN32  -D_WIN32 -D_MT -D_DLL -MD  /Oy-  
/GF  /Gd  /Gy  /GX  /Os /Ox /Z7 /W3  -I.  -Io:\projects\openafs-1.0.3\DEST\include  
-Io:\projects\openafs-1.0.3\DEST\include\afs  
-Io:\projects\openafs-1.0.3\DEST\include\rx  -DWIN32_LEAN_AND_MEAN  -DSTRICT  
-D_WIN32_IE=0x0400  /c afssw.c
afssw.c
        cl -c -W3 -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -D_WINNT 
-D_WIN32_WINNT=0x0400 -DWINVER=0x0400 -Z7  -DWIN32  -D_WIN32 -D_MT -D_DLL -MD  /Oy-  
/GF  /Gd  /Gy  /GX  /Os /Ox /Z7 /W3  -I.  -Io:\projects\openafs-1.0.3\DEST\include  
-Io:\projects\openafs-1.0.3\DEST\include\afs  
-Io:\projects\openafs-1.0.3\DEST\include\rx  -DWIN32_LEAN_AND_MEAN  -DSTRICT  
-D_WIN32_IE=0x0400  /c vptab.c
vptab.c
        lib /NOLOGO /OUT:o:\projects\openafs-1.0.3\DEST\lib\afs\afsreg.lib afsreg.obj 
syscfg.obj afssw.obj vptab.obj
        cd ..\..\..
        cd src\WINNT\eventlog
        nmake /nologo /f ntmakefile install
        cl -c -W3 -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -D_WINNT 
-D_WIN32_WINNT=0x0400 -DWINVER=0x0400 -Z7  -DWIN32  -D_WIN32 -D_MT -D_DLL -MD  /Oy-  
/GF  /Gd  /Gy  /GX  /Os /Ox /Z7 /W3  -I.  -Io:\projects\openafs-1.0.3\DEST\include  
-Io:\projects\openafs-1.0.3\DEST\include\afs  
-Io:\projects\openafs-1.0.3\DEST\include\rx  -DWIN32_LEAN_AND_MEAN  -DSTRICT  
-D_WIN32_IE=0x0400  /c logevent.c
logevent.c
        lib /NOLOGO /OUT:o:\projects\openafs-1.0.3\DEST\lib\afs\afseventlog.lib 
logevent.obj
        cd lang
        for /f %l in ('dir /B ??_??') do 
@o:\projects\openafs-1.0.3\DEST\bin\NTLang.bat %l nmake.exe /nologo /f NTMakefile 
install
Building German resources (1032, de_DE)
NOTE: If you have not already run WINNT/docs/NTLang.reg, do so now!

Building English resources (1033, en_US)

Building Spanish resources (1034, es_ES)
NOTE: If you have not already run WINNT/docs/NTLang.reg, do so now!

Building Japanese resources (1041, ja_JP)
NOTE: If you have not already run WINNT/docs/NTLang.reg, do so now!
        rc -DWIN32 -D_WIN32 -DWINVER=0x0400  /r  /foafseventmsg_1041.res /c932 /Ija_JP 
/I.. afseventmsg.rc


RC : fatal error RC1206 : code page specified on command line not in registry



Building Korean resources (1042, ko_KR)
NOTE: If you have not already run WINNT/docs/NTLang.reg, do so now!
        rc -DWIN32 -D_WIN32 -DWINVER=0x0400  /r  /foafseventmsg_1042.res /c949 /Iko_KR 
/I.. afseventmsg.rc


RC : fatal error RC1206 : code page specified on command line not in registry



Building Brazilian Portuguese resources (1046, pt_BR)
NOTE: If you have not already run WINNT/docs/NTLang.reg, do so now!

Building Chinese (Simplified: PR China) resources (2052, zh_CN)
NOTE: If you have not already run WINNT/docs/NTLang.reg, do so now!
        rc -DWIN32 -D_WIN32 -DWINVER=0x0400  /r  /foafseventmsg_2052.res /c936 /Izh_CN 
/I.. afseventmsg.rc


RC : fatal error RC1206 : code page specified on command line not in registry



Building Chinese (Traditional: Taiwan) resources (1028, zh_TW)
NOTE: If you have not already run WINNT/docs/NTLang.reg, do so now!
        rc -DWIN32 -D_WIN32 -DWINVER=0x0400  /r  /foafseventmsg_1028.res /c950 /Izh_TW 
/I.. afseventmsg.rc


RC : fatal error RC1206 : code page specified on command line not in registry



        cd ..
        cd ..\..\..
        cd src\lwp
        nmake /nologo /f ntmakefile install
        cl -c -W3 -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -D_WINNT 
-D_WIN32_WINNT=0x0400 -DWINVER=0x0400 -Z7  -DWIN32  -D_WIN32 -D_MT -D_DLL -MD  /Oy-  
/GF  /Gd  /Gy  /GX  /Os /Ox /Z7 /W3  -I.  -Io:\projects\openafs-1.0.3\DEST\include  
-Io:\projects\openafs-1.0.3\DEST\include\afs  
-Io:\projects\openafs-1.0.3\DEST\include\rx  -DWIN32_LEAN_AND_MEAN  -DSTRICT  
-D_WIN32_IE=0x0400  /c lock.c
lock.c
        cl -c -W3 -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -D_WINNT 
-D_WIN32_WINNT=0x0400 -DWINVER=0x0400 -Z7  -DWIN32  -D_WIN32 -D_MT -D_DLL -MD  /Oy-  
/GF  /Gd  /Gy  /GX  /Os /Ox /Z7 /W3  -I.  -Io:\projects\openafs-1.0.3\DEST\include  
-Io:\projects\openafs-1.0.3\DEST\include\afs  
-Io:\projects\openafs-1.0.3\DEST\include\rx  -DWIN32_LEAN_AND_MEAN  -DSTRICT  
-D_WIN32_IE=0x0400  /c lwp_nt.c
lwp_nt.c
        cl -c -W3 -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -D_WINNT 
-D_WIN32_WINNT=0x0400 -DWINVER=0x0400 -Z7  -DWIN32  -D_WIN32 -D_MT -D_DLL -MD  /Oy-  
/GF  /Gd  /Gy  /GX  /Os /Ox /Z7 /W3  -I.  -Io:\projects\openafs-1.0.3\DEST\include  
-Io:\projects\openafs-1.0.3\DEST\include\afs  
-Io:\projects\openafs-1.0.3\DEST\include\rx  -DWIN32_LEAN_AND_MEAN  -DSTRICT  
-D_WIN32_IE=0x0400  /c iomgr.c
iomgr.c
iomgr.c(281) : warning C4101: 'n' : unreferenced local variable
        cl -c -W3 -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -D_WINNT 
-D_WIN32_WINNT=0x0400 -DWINVER=0x0400 -Z7  -DWIN32  -D_WIN32 -D_MT -D_DLL -MD  /Oy-  
/GF  /Gd  /Gy  /GX  /Os /Ox /Z7 /W3  -I.  -Io:\projects\openafs-1.0.3\DEST\include  
-Io:\projects\openafs-1.0.3\DEST\include\afs  
-Io:\projects\openafs-1.0.3\DEST\include\rx  -DWIN32_LEAN_AND_MEAN  -DSTRICT  
-D_WIN32_IE=0x0400  /c timer.c
timer.c
        cl -c -W3 -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -D_WINNT 
-D_WIN32_WINNT=0x0400 -DWINVER=0x0400 -Z7  -DWIN32  -D_WIN32 -D_MT -D_DLL -MD  /Oy-  
/GF  /Gd  /Gy  /GX  /Os /Ox /Z7 /W3  -I.  -Io:\projects\openafs-1.0.3\DEST\include  
-Io:\projects\openafs-1.0.3\DEST\include\afs  
-Io:\projects\openafs-1.0.3\DEST\include\rx  -DWIN32_LEAN_AND_MEAN  -DSTRICT  
-D_WIN32_IE=0x0400  /c fasttime.c
fasttime.c
        cl -c -W3 -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -D_WINNT 
-D_WIN32_WINNT=0x0400 -DWINVER=0x0400 -Z7  -DWIN32  -D_WIN32 -D_MT -D_DLL -MD  /Oy-  
/GF  /Gd  /Gy  /GX  /Os /Ox /Z7 /W3  -I.  -Io:\projects\openafs-1.0.3\DEST\include  
-Io:\projects\openafs-1.0.3\DEST\include\afs  
-Io:\projects\openafs-1.0.3\DEST\include\rx  -DWIN32_LEAN_AND_MEAN  -DSTRICT  
-D_WIN32_IE=0x0400  /c waitkey.c
waitkey.c
        cl -c -W3 -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -D_WINNT 
-D_WIN32_WINNT=0x0400 -DWINVER=0x0400 -Z7  -DWIN32  -D_WIN32 -D_MT -D_DLL -MD  /Oy-  
/GF  /Gd  /Gy  /GX  /Os /Ox /Z7 /W3  -I.  -Io:\projects\openafs-1.0.3\DEST\include  
-Io:\projects\openafs-1.0.3\DEST\include\afs  
-Io:\projects\openafs-1.0.3\DEST\include\rx  -DWIN32_LEAN_AND_MEAN  -DSTRICT  
-D_WIN32_IE=0x0400  /c threadname.c
threadname.c
threadname.c(54) : warning C4013: 'LWP_ThreadId' undefined; assuming extern returning 
int
threadname.c(80) : warning C4033: 'registerthread' must return a value
threadname.c(83) : warning C4033: 'registerthread' must return a value
        echo char cml_version_number[]="@(#)CML not accessible: No version 
information"; >AFS_component_version_number.c
        echo char* AFSVersion = "afs??";  >>AFS_component_version_number.c
        cl -c -W3 -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -D_WINNT 
-D_WIN32_WINNT=0x0400 -DWINVER=0x0400 -Z7  -DWIN32  -D_WIN32 -D_MT -D_DLL -MD  /Oy-  
/GF  /Gd  /Gy  /GX  /Os /Ox /Z7 /W3  -I.  -Io:\projects\openafs-1.0.3\DEST\include  
-Io:\projects\openafs-1.0.3\DEST\include\afs  
-Io:\projects\openafs-1.0.3\DEST\include\rx  -DWIN32_LEAN_AND_MEAN  -DSTRICT  
-D_WIN32_IE=0x0400  /c AFS_component_version_number.c
AFS_component_version_number.c
        lib /NOLOGO /OUT:o:\projects\openafs-1.0.3\DEST\lib\afslwp.lib lock.obj 
lwp_nt.obj iomgr.obj timer.obj fasttime.obj waitkey.obj threadname.obj 
AFS_component_version_number.obj
        cd ..\..
        cd src\rxgen
        nmake /nologo /f ntmakefile install
        echo char cml_version_number[]="@(#)CML not accessible: No version 
information"; >AFS_component_version_number.c
        echo char* AFSVersion = "afs??";  >>AFS_component_version_number.c
        cl -c -W3 -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -D_WINNT 
-D_WIN32_WINNT=0x0400 -DWINVER=0x0400 -Z7  -DWIN32  -D_WIN32 -D_MT -D_DLL -MD  /Oy-  
/GF  /Gd  /Gy  /GX  /Os /Ox /Z7 /W3  -I.  -Io:\projects\openafs-1.0.3\DEST\include  
-Io:\projects\openafs-1.0.3\DEST\include\afs  
-Io:\projects\openafs-1.0.3\DEST\include\rx  -DWIN32_LEAN_AND_MEAN  -DSTRICT  
-D_WIN32_IE=0x0400  /c rpc_main.c
rpc_main.c
rpc_main.c(160) : warning C4013: 'reinitialize' undefined; assuming extern returning 
int
rpc_main.c(187) : warning C4013: 'C_output' undefined; assuming extern returning int
rpc_main.c(190) : warning C4013: 'S_output' undefined; assuming extern returning int
rpc_main.c(212) : warning C4035: 'main' : no return value
rpc_main.c(305) : warning C4033: 'open_output' must return a value
rpc_main.c(310) : warning C4013: 'crash' undefined; assuming extern returning int
rpc_main.c(367) : warning C4033: 'open_input' must return a value
rpc_main.c(376) : warning C4101: 'args' : unreferenced local variable
rpc_main.c(376) : warning C4101: 'exec_args' : unreferenced local variable
rpc_main.c(488) : warning C4035: 'c_output' : no return value
rpc_main.c(609) : warning C4035: 'h_output' : no return value
rpc_main.c(644) : warning C4033: 's_output' must return a value
rpc_main.c(683) : warning C4033: 'l_output' must return a value
rpc_main.c(705) : warning C4035: 'do_registers' : no return value
rpc_main.c(779) : warning C4035: 'C_output' : no return value
rpc_main.c(860) : warning C4035: 'S_output' : no return value
        cl -c -W3 -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -D_WINNT 
-D_WIN32_WINNT=0x0400 -DWINVER=0x0400 -Z7  -DWIN32  -D_WIN32 -D_MT -D_DLL -MD  /Oy-  
/GF  /Gd  /Gy  /GX  /Os /Ox /Z7 /W3  -I.  -Io:\projects\openafs-1.0.3\DEST\include  
-Io:\projects\openafs-1.0.3\DEST\include\afs  
-Io:\projects\openafs-1.0.3\DEST\include\rx  -DWIN32_LEAN_AND_MEAN  -DSTRICT  
-D_WIN32_IE=0x0400  /c rpc_hout.c
rpc_hout.c
rpc_hout.c(97) : warning C4013: 'pdefine' undefined; assuming extern returning int
rpc_hout.c(98) : warning C4035: 'pconstdef' : no return value
rpc_hout.c(113) : warning C4035: 'pstructdef' : no return value
rpc_hout.c(142) : warning C4035: 'puniondef' : no return value
rpc_hout.c(150) : warning C4035: 'pdefine' : no return value
rpc_hout.c(158) : warning C4035: 'puldefine' : no return value
rpc_hout.c(177) : warning C4013: 'abort' undefined; assuming extern returning int
rpc_hout.c(196) : warning C4013: 'pprocdef' undefined; assuming extern returning int
rpc_hout.c(199) : warning C4035: 'pprogramdef' : no return value
rpc_hout.c(223) : warning C4035: 'pprocdef' : no return value
rpc_hout.c(252) : warning C4035: 'penumdef' : no return value
rpc_hout.c(301) : warning C4035: 'ptypedef' : no return value
rpc_hout.c(315) : warning C4033: 'pdeclaration' must return a value
        cl -c -W3 -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -D_WINNT 
-D_WIN32_WINNT=0x0400 -DWINVER=0x0400 -Z7  -DWIN32  -D_WIN32 -D_MT -D_DLL -MD  /Oy-  
/GF  /Gd  /Gy  /GX  /Os /Ox /Z7 /W3  -I.  -Io:\projects\openafs-1.0.3\DEST\include  
-Io:\projects\openafs-1.0.3\DEST\include\afs  
-Io:\projects\openafs-1.0.3\DEST\include\rx  -DWIN32_LEAN_AND_MEAN  -DSTRICT  
-D_WIN32_IE=0x0400  /c rpc_cout.c
rpc_cout.c
rpc_cout.c(120) : warning C4035: 'print_header' : no return value
rpc_cout.c(128) : warning C4035: 'print_trailer' : no return value
rpc_cout.c(138) : warning C4035: 'print_ifopen' : no return value
rpc_cout.c(146) : warning C4035: 'print_ifarg' : no return value
rpc_cout.c(163) : warning C4035: 'print_ifsizeof' : no return value
rpc_cout.c(174) : warning C4035: 'print_ifclose' : no return value
rpc_cout.c(180) : warning C4035: 'space' : no return value
rpc_cout.c(255) : warning C4035: 'print_ifstat' : no return value
rpc_cout.c(266) : warning C4035: 'emit_enum' : no return value
rpc_cout.c(311) : warning C4035: 'emit_union' : no return value
rpc_cout.c(324) : warning C4035: 'emit_struct' : no return value
rpc_cout.c(339) : warning C4035: 'emit_typedef' : no return value
rpc_cout.c(361) : warning C4035: 'print_stat' : no return value
rpc_cout.c(389) : warning C4035: 'print_hout' : no return value
rpc_cout.c(407) : warning C4035: 'print_cout' : no return value
rpc_cout.c(416) : warning C4035: 'print_rxifopen' : no return value
rpc_cout.c(434) : warning C4035: 'print_rxifarg' : no return value
rpc_cout.c(458) : warning C4035: 'print_rxifsizeof' : no return value
rpc_cout.c(578) : warning C4035: 'print_param' : no return value
        cl -c -W3 -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -D_WINNT 
-D_WIN32_WINNT=0x0400 -DWINVER=0x0400 -Z7  -DWIN32  -D_WIN32 -D_MT -D_DLL -MD  /Oy-  
/GF  /Gd  /Gy  /GX  /Os /Ox /Z7 /W3  -I.  -Io:\projects\openafs-1.0.3\DEST\include  
-Io:\projects\openafs-1.0.3\DEST\include\afs  
-Io:\projects\openafs-1.0.3\DEST\include\rx  -DWIN32_LEAN_AND_MEAN  -DSTRICT  
-D_WIN32_IE=0x0400  /c rpc_parse.c
rpc_parse.c
rpc_parse.c(200) : warning C4013: 'unget_token' undefined; assuming extern returning 
int
rpc_parse.c(216) : warning C4013: 'IsRxgenToken' undefined; assuming extern returning 
int
rpc_parse.c(229) : warning C4035: 'isdefined' : no return value
rpc_parse.c(258) : warning C4035: 'def_struct' : no return value
rpc_parse.c(317) : warning C4035: 'def_program' : no return value
rpc_parse.c(347) : warning C4035: 'def_enum' : no return value
rpc_parse.c(361) : warning C4035: 'def_const' : no return value
rpc_parse.c(406) : warning C4035: 'def_union' : no return value
rpc_parse.c(422) : warning C4035: 'def_typedef' : no return value
rpc_parse.c(435) : warning C4033: 'get_declaration' must return a value
rpc_parse.c(527) : warning C4035: 'get_type' : no return value
rpc_parse.c(560) : warning C4035: 'unsigned_dec' : no return value
rpc_parse.c(583) : warning C4035: 'def_package' : no return value
rpc_parse.c(595) : warning C4035: 'def_prefix' : no return value
rpc_parse.c(618) : warning C4035: 'def_statindex' : no return value
rpc_parse.c(636) : warning C4035: 'def_startingopcode' : no return value
rpc_parse.c(666) : warning C4035: 'def_split' : no return value
rpc_parse.c(693) : warning C4035: 'customize_struct' : no return value
rpc_parse.c(740) : warning C4035: 'def_special' : no return value
rpc_parse.c(817) : warning C4013: 'generate_multi_macros' undefined; assuming extern 
returning int
rpc_parse.c(836) : warning C4035: 'check_proc' : no return value
rpc_parse.c(849) : warning C4018: '!=' : signed/unsigned mismatch
rpc_parse.c(909) : warning C4035: 'analyze_ProcParams' : no return value
rpc_parse.c(929) : warning C4035: 'generate_code' : no return value
rpc_parse.c(960) : warning C4035: 'handle_split_proc' : no return value
rpc_parse.c(985) : warning C4035: 'do_split' : no return value
rpc_parse.c(1009) : warning C4013: 'print_param' undefined; assuming extern returning 
int
rpc_parse.c(1013) : warning C4035: 'hdle_param_tok' : no return value
rpc_parse.c(1040) : warning C4035: 'get1_param_type' : no return value
rpc_parse.c(1070) : warning C4035: 'get_param_type' : no return value
rpc_parse.c(1095) : warning C4035: 'hndle_param_tail' : no return value
rpc_parse.c(1115) : warning C4035: 'cs_Proc_CodeGeneration' : no return value
rpc_parse.c(1145) : warning C4035: 'cs_ProcName_setup' : no return value
rpc_parse.c(1184) : warning C4035: 'cs_ProcParams_setup' : no return value
rpc_parse.c(1238) : warning C4035: 'cs_ProcMarshallInParams_setup' : no return value
rpc_parse.c(1256) : warning C4035: 'cs_ProcSendPacket_setup' : no return value
rpc_parse.c(1282) : warning C4035: 'cs_ProcUnmarshallOutParams_setup' : no return value
rpc_parse.c(1335) : warning C4035: 'cs_ProcTail_setup' : no return value
rpc_parse.c(1354) : warning C4035: 'ss_Proc_CodeGeneration' : no return value
rpc_parse.c(1381) : warning C4035: 'ss_ProcName_setup' : no return value
rpc_parse.c(1441) : warning C4035: 'ss_ProcParams_setup' : no return value
rpc_parse.c(1495) : warning C4035: 'ss_ProcSpecial_setup' : no return value
rpc_parse.c(1525) : warning C4035: 'ss_ProcUnmarshallInParams_setup' : no return value
rpc_parse.c(1553) : warning C4035: 'ss_ProcCallRealProc_setup' : no return value
rpc_parse.c(1580) : warning C4035: 'ss_ProcMarshallOutParams_setup' : no return value
rpc_parse.c(1700) : warning C4035: 'ss_ProcTail_setup' : no return value
rpc_parse.c(1736) : warning C4035: 'er_Proc_CodeGeneration' : no return value
rpc_parse.c(1754) : warning C4035: 'er_ProcDeclExterns_setup' : no return value
rpc_parse.c(1781) : warning C4035: 'er_ProcProcsArray_setup' : no return value
rpc_parse.c(1797) : warning C4035: 'er_ProcMainBody_setup' : no return value
rpc_parse.c(1813) : warning C4035: 'er_HeadofOldStyleProc_setup' : no return value
rpc_parse.c(1831) : warning C4035: 'er_BodyofOldStyleProc_setup' : no return value
rpc_parse.c(1851) : warning C4035: 'proc_er_case' : no return value
rpc_parse.c(1862) : warning C4035: 'er_TailofOldStyleProc_setup' : no return value
rpc_parse.c(1891) : warning C4035: 'h_opcode_stats' : no return value
rpc_parse.c(1902) : warning C4033: 'generate_multi_macros' must return a value
        cl -c -W3 -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -D_WINNT 
-D_WIN32_WINNT=0x0400 -DWINVER=0x0400 -Z7  -DWIN32  -D_WIN32 -D_MT -D_DLL -MD  /Oy-  
/GF  /Gd  /Gy  /GX  /Os /Ox /Z7 /W3  -I.  -Io:\projects\openafs-1.0.3\DEST\include  
-Io:\projects\openafs-1.0.3\DEST\include\afs  
-Io:\projects\openafs-1.0.3\DEST\include\rx  -DWIN32_LEAN_AND_MEAN  -DSTRICT  
-D_WIN32_IE=0x0400  /c rpc_scan.c
rpc_scan.c
rpc_scan.c(150) : warning C4013: 'unget_token' undefined; assuming extern returning int
rpc_scan.c(207) : warning C4013: 'printdirective' undefined; assuming extern returning 
int
rpc_scan.c(332) : warning C4013: 'findkind' undefined; assuming extern returning int
rpc_scan.c(343) : warning C4035: 'unget_token' : no return value
rpc_scan.c(367) : warning C4035: 'findstrconst' : no return value
rpc_scan.c(393) : warning C4035: 'findconst' : no return value
rpc_scan.c(454) : warning C4033: 'findkind' must return a value
rpc_scan.c(484) : warning C4035: 'printdirective' : no return value
rpc_scan.c(541) : warning C4035: 'docppline' : no return value
rpc_scan.c(562) : warning C4035: 'deverbatim' : no return value
        cl -c -W3 -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -D_WINNT 
-D_WIN32_WINNT=0x0400 -DWINVER=0x0400 -Z7  -DWIN32  -D_WIN32 -D_MT -D_DLL -MD  /Oy-  
/GF  /Gd  /Gy  /GX  /Os /Ox /Z7 /W3  -I.  -Io:\projects\openafs-1.0.3\DEST\include  
-Io:\projects\openafs-1.0.3\DEST\include\afs  
-Io:\projects\openafs-1.0.3\DEST\include\rx  -DWIN32_LEAN_AND_MEAN  -DSTRICT  
-D_WIN32_IE=0x0400  /c rpc_util.c
rpc_util.c
rpc_util.c(76) : warning C4035: 'reinitialize' : no return value
rpc_util.c(269) : warning C4013: 'crash' undefined; assuming extern returning int
rpc_util.c(284) : warning C4035: 'crash' : no return value
rpc_util.c(453) : warning C4035: 'printbuf' : no return value
rpc_util.c(476) : warning C4035: 'printwhere' : no return value
        cl -c -W3 -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -D_WINNT 
-D_WIN32_WINNT=0x0400 -DWINVER=0x0400 -Z7  -DWIN32  -D_WIN32 -D_MT -D_DLL -MD  /Oy-  
/GF  /Gd  /Gy  /GX  /Os /Ox /Z7 /W3  -I.  -Io:\projects\openafs-1.0.3\DEST\include  
-Io:\projects\openafs-1.0.3\DEST\include\afs  
-Io:\projects\openafs-1.0.3\DEST\include\rx  -DWIN32_LEAN_AND_MEAN  -DSTRICT  
-D_WIN32_IE=0x0400  /c rpc_svcout.c
rpc_svcout.c
rpc_svcout.c(210) : warning C4013: 'nullproc' undefined; assuming extern returning int
rpc_svcout.c(252) : warning C4035: 'write_program' : no return value
rpc_svcout.c(260) : warning C4035: 'printerr' : no return value
rpc_svcout.c(271) : warning C4035: 'printif' : no return value
        cl -c -W3 -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -D_WINNT 
-D_WIN32_WINNT=0x0400 -DWINVER=0x0400 -Z7  -DWIN32  -D_WIN32 -D_MT -D_DLL -MD  /Oy-  
/GF  /Gd  /Gy  /GX  /Os /Ox /Z7 /W3  -I.  -Io:\projects\openafs-1.0.3\DEST\include  
-Io:\projects\openafs-1.0.3\DEST\include\afs  
-Io:\projects\openafs-1.0.3\DEST\include\rx  -DWIN32_LEAN_AND_MEAN  -DSTRICT  
-D_WIN32_IE=0x0400  /c rpc_clntout.c
rpc_clntout.c
rpc_clntout.c(93) : warning C4035: 'write_program' : no return value
rpc_clntout.c(131) : warning C4035: 'printbody' : no return value
        link /OUT:o:\projects\openafs-1.0.3\DEST\bin\rxgen.exe -debug:full 
-debugtype:cv -debugtype:both /NODEFAULTLIB /INCREMENTAL:NO /PDB:NONE /RELEASE /NOLOGO 
-subsystem:console,4.0  /FIXED:NO msvcrt.lib oldnames.lib kernel32.lib  ws2_32.lib 
mswsock.lib advapi32.lib binmode.obj rpc_main.obj rpc_hout.obj rpc_cout.obj 
rpc_parse.obj rpc_scan.obj rpc_util.obj rpc_svcout.obj rpc_clntout.obj
        rebase -b 0x00400000 -x o:\projects\openafs-1.0.3\DEST\bin -q 
o:\projects\openafs-1.0.3\DEST\bin\rxgen.exe
        cd ..\..
        cd src\des
        nmake /nologo /f ntmakefile install
        cl -c -W3 -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -D_WINNT 
-D_WIN32_WINNT=0x0400 -DWINVER=0x0400 -Z7  -DWIN32  -D_WIN32 -D_MT -D_DLL -MD  /Oy-  
/GF  /Gd  /Gy  /GX  /Os /Ox /Z7 /W3  -I.  -Io:\projects\openafs-1.0.3\DEST\include  
-Io:\projects\openafs-1.0.3\DEST\include\afs  
-Io:\projects\openafs-1.0.3\DEST\include\rx  -DWIN32_LEAN_AND_MEAN  -DSTRICT  
-D_WIN32_IE=0x0400  /c make_keyperm.c
make_keyperm.c
        echo char cml_version_number[]="@(#)CML not accessible: No version 
information"; >AFS_component_version_number.c
        echo char* AFSVersion = "afs??";  >>AFS_component_version_number.c
        cl -c -W3 -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -D_WINNT 
-D_WIN32_WINNT=0x0400 -DWINVER=0x0400 -Z7  -DWIN32  -D_WIN32 -D_MT -D_DLL -MD  /Oy-  
/GF  /Gd  /Gy  /GX  /Os /Ox /Z7 /W3  -I.  -Io:\projects\openafs-1.0.3\DEST\include  
-Io:\projects\openafs-1.0.3\DEST\include\afs  
-Io:\projects\openafs-1.0.3\DEST\include\rx  -DWIN32_LEAN_AND_MEAN  -DSTRICT  
-D_WIN32_IE=0x0400  /c misc.c
misc.c
misc.c(349) : warning C4035: 'main' : no return value
        link /OUT:make_keyperm.exe -debug:full -debugtype:cv -debugtype:both 
/NODEFAULTLIB /INCREMENTAL:NO /PDB:NONE /RELEASE /NOLOGO -subsystem:console,4.0  
/FIXED:NO msvcrt.lib oldnames.lib kernel32.lib  ws2_32.lib mswsock.lib advapi32.lib 
binmode.obj make_keyperm.obj misc.obj
        make_keyperm.exe key_perm.h
        cl -c -W3 -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -D_WINNT 
-D_WIN32_WINNT=0x0400 -DWINVER=0x0400 -Z7  -DWIN32  -D_WIN32 -D_MT -D_DLL -MD  /Oy-  
/GF  /Gd  /Gy  /GX  /Os /Ox /Z7 /W3  -I.  -Io:\projects\openafs-1.0.3\DEST\include  
-Io:\projects\openafs-1.0.3\DEST\include\afs  
-Io:\projects\openafs-1.0.3\DEST\include\rx  -DWIN32_LEAN_AND_MEAN  -DSTRICT  
-D_WIN32_IE=0x0400  /c make_p_table.c
make_p_table.c
make_p_table.c(28) : warning C4244: '=' : conversion from 'unsigned long ' to 
'unsigned char ', possible loss of data
        link /OUT:make_p_table.exe -debug:full -debugtype:cv -debugtype:both 
/NODEFAULTLIB /INCREMENTAL:NO /PDB:NONE /RELEASE /NOLOGO -subsystem:console,4.0  
/FIXED:NO msvcrt.lib oldnames.lib kernel32.lib  ws2_32.lib mswsock.lib advapi32.lib 
binmode.obj make_p_table.obj misc.obj
        make_p_table.exe p_table.h
        cl -c -W3 -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -D_WINNT 
-D_WIN32_WINNT=0x0400 -DWINVER=0x0400 -Z7  -DWIN32  -D_WIN32 -D_MT -D_DLL -MD  /Oy-  
/GF  /Gd  /Gy  /GX  /Os /Ox /Z7 /W3  -I.  -Io:\projects\openafs-1.0.3\DEST\include  
-Io:\projects\openafs-1.0.3\DEST\include\afs  
-Io:\projects\openafs-1.0.3\DEST\include\rx  -DWIN32_LEAN_AND_MEAN  -DSTRICT  
-D_WIN32_IE=0x0400  /c make_s_table.c
make_s_table.c
make_s_table.c(49) : warning C4244: '=' : conversion from 'unsigned long ' to 'char ', 
possible loss of data
        link /OUT:make_s_table.exe -debug:full -debugtype:cv -debugtype:both 
/NODEFAULTLIB /INCREMENTAL:NO /PDB:NONE /RELEASE /NOLOGO -subsystem:console,4.0  
/FIXED:NO msvcrt.lib oldnames.lib kernel32.lib  ws2_32.lib mswsock.lib advapi32.lib 
binmode.obj make_s_table.obj misc.obj
        make_s_table.exe s_table.h
        cl -c -W3 -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -D_WINNT 
-D_WIN32_WINNT=0x0400 -DWINVER=0x0400 -Z7  -DWIN32  -D_WIN32 -D_MT -D_DLL -MD  /Oy-  
/GF  /Gd  /Gy  /GX  /Os /Ox /Z7 /W3  -I.  -Io:\projects\openafs-1.0.3\DEST\include  
-Io:\projects\openafs-1.0.3\DEST\include\afs  
-Io:\projects\openafs-1.0.3\DEST\include\rx  -DWIN32_LEAN_AND_MEAN  -DSTRICT  
-D_WIN32_IE=0x0400  /c make_odd.c
make_odd.c
        link /OUT:make_odd.exe -debug:full -debugtype:cv -debugtype:both /NODEFAULTLIB 
/INCREMENTAL:NO /PDB:NONE /RELEASE /NOLOGO -subsystem:console,4.0  /FIXED:NO 
msvcrt.lib oldnames.lib kernel32.lib  ws2_32.lib mswsock.lib advapi32.lib binmode.obj 
make_odd.obj misc.obj
        make_odd.exe odd.h
        cl -c -W3 -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -D_WINNT 
-D_WIN32_WINNT=0x0400 -DWINVER=0x0400 -Z7  -DWIN32  -D_WIN32 -D_MT -D_DLL -MD  /Oy-  
/GF  /Gd  /Gy  /GX  /Os /Ox /Z7 /W3  -I.  -Io:\projects\openafs-1.0.3\DEST\include  
-Io:\projects\openafs-1.0.3\DEST\include\afs  
-Io:\projects\openafs-1.0.3\DEST\include\rx  -DWIN32_LEAN_AND_MEAN  -DSTRICT  
-D_WIN32_IE=0x0400  /c make_p.c
make_p.c
        link /OUT:make_p.exe -debug:full -debugtype:cv -debugtype:both /NODEFAULTLIB 
/INCREMENTAL:NO /PDB:NONE /RELEASE /NOLOGO -subsystem:console,4.0  /FIXED:NO 
msvcrt.lib oldnames.lib kernel32.lib  ws2_32.lib mswsock.lib advapi32.lib binmode.obj 
make_p.obj misc.obj
        make_p.exe p.c
        cl -c -W3 -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -D_WINNT 
-D_WIN32_WINNT=0x0400 -DWINVER=0x0400 -Z7  -DWIN32  -D_WIN32 -D_MT -D_DLL -MD  /Oy-  
/GF  /Gd  /Gy  /GX  /Os /Ox /Z7 /W3  -I.  -Io:\projects\openafs-1.0.3\DEST\include  
-Io:\projects\openafs-1.0.3\DEST\include\afs  
-Io:\projects\openafs-1.0.3\DEST\include\rx  -DWIN32_LEAN_AND_MEAN  -DSTRICT  
-D_WIN32_IE=0x0400  /c make_s.c
make_s.c
        link /OUT:make_s.exe -debug:full -debugtype:cv -debugtype:both /NODEFAULTLIB 
/INCREMENTAL:NO /PDB:NONE /RELEASE /NOLOGO -subsystem:console,4.0  /FIXED:NO 
msvcrt.lib oldnames.lib kernel32.lib  ws2_32.lib mswsock.lib advapi32.lib binmode.obj 
make_s.obj misc.obj
        make_s.exe s.c
        cl -c -W3 -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -D_WINNT 
-D_WIN32_WINNT=0x0400 -DWINVER=0x0400 -Z7  -DWIN32  -D_WIN32 -D_MT -D_DLL -MD  /Oy-  
/GF  /Gd  /Gy  /GX  /Os /Ox /Z7 /W3  -I.  -Io:\projects\openafs-1.0.3\DEST\include  
-Io:\projects\openafs-1.0.3\DEST\include\afs  
-Io:\projects\openafs-1.0.3\DEST\include\rx  -DWIN32_LEAN_AND_MEAN  -DSTRICT  
-D_WIN32_IE=0x0400  /c make_fp.c
make_fp.c
make_fp.c(46) : warning C4013: 'swap_long_bytes_bit_number' undefined; assuming extern 
returning int
        link /OUT:make_fp.exe -debug:full -debugtype:cv -debugtype:both /NODEFAULTLIB 
/INCREMENTAL:NO /PDB:NONE /RELEASE /NOLOGO -subsystem:console,4.0  /FIXED:NO 
msvcrt.lib oldnames.lib kernel32.lib  ws2_32.lib mswsock.lib advapi32.lib binmode.obj 
make_fp.obj misc.obj
        make_fp.exe fp.c
        cl -c -W3 -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -D_WINNT 
-D_WIN32_WINNT=0x0400 -DWINVER=0x0400 -Z7  -DWIN32  -D_WIN32 -D_MT -D_DLL -MD  /Oy-  
/GF  /Gd  /Gy  /GX  /Os /Ox /Z7 /W3  -I.  -Io:\projects\openafs-1.0.3\DEST\include  
-Io:\projects\openafs-1.0.3\DEST\include\afs  
-Io:\projects\openafs-1.0.3\DEST\include\rx  -DWIN32_LEAN_AND_MEAN  -DSTRICT  
-D_WIN32_IE=0x0400  /c make_ip.c
make_ip.c
make_ip.c(35) : warning C4013: 'test_set' undefined; assuming extern returning int
make_ip.c(35) : warning C4013: 'swap_long_bytes_bit_number' undefined; assuming extern 
returning int
make_ip.c(35) : warning C4013: 'swap_bit_pos_0_to_ansi' undefined; assuming extern 
returning int
        link /OUT:make_ip.exe -debug:full -debugtype:cv -debugtype:both /NODEFAULTLIB 
/INCREMENTAL:NO /PDB:NONE /RELEASE /NOLOGO -subsystem:console,4.0  /FIXED:NO 
msvcrt.lib oldnames.lib kernel32.lib  ws2_32.lib mswsock.lib advapi32.lib binmode.obj 
make_ip.obj misc.obj
        make_ip.exe ip.c
        cl -c -W3 -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -D_WINNT 
-D_WIN32_WINNT=0x0400 -DWINVER=0x0400 -Z7  -DWIN32  -D_WIN32 -D_MT -D_DLL -MD  /Oy-  
/GF  /Gd  /Gy  /GX  /Os /Ox /Z7 /W3  -I.  -Io:\projects\openafs-1.0.3\DEST\include  
-Io:\projects\openafs-1.0.3\DEST\include\afs  
-Io:\projects\openafs-1.0.3\DEST\include\rx  -DWIN32_LEAN_AND_MEAN  -DSTRICT  
-D_WIN32_IE=0x0400  /c des.c
des.c
        cl -c -W3 -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -D_WINNT 
-D_WIN32_WINNT=0x0400 -DWINVER=0x0400 -Z7  -DWIN32  -D_WIN32 -D_MT -D_DLL -MD  /Oy-  
/GF  /Gd  /Gy  /GX  /Os /Ox /Z7 /W3  -I.  -Io:\projects\openafs-1.0.3\DEST\include  
-Io:\projects\openafs-1.0.3\DEST\include\afs  
-Io:\projects\openafs-1.0.3\DEST\include\rx  -DWIN32_LEAN_AND_MEAN  -DSTRICT  
-D_WIN32_IE=0x0400  /c cbc_encrypt.c
cbc_encrypt.c
cbc_encrypt.c(109) : warning C4013: 'des_ecb_encrypt' undefined; assuming extern 
returning int
        cl -c -W3 -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -D_WINNT 
-D_WIN32_WINNT=0x0400 -DWINVER=0x0400 -Z7  -DWIN32  -D_WIN32 -D_MT -D_DLL -MD  /Oy-  
/GF  /Gd  /Gy  /GX  /Os /Ox /Z7 /W3  -I.  -Io:\projects\openafs-1.0.3\DEST\include  
-Io:\projects\openafs-1.0.3\DEST\include\afs  
-Io:\projects\openafs-1.0.3\DEST\include\rx  -DWIN32_LEAN_AND_MEAN  -DSTRICT  
-D_WIN32_IE=0x0400  /c pcbc_encrypt.c
pcbc_encrypt.c
pcbc_encrypt.c(125) : warning C4013: 'des_ecb_encrypt' undefined; assuming extern 
returning int
        cl -c -W3 -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -D_WINNT 
-D_WIN32_WINNT=0x0400 -DWINVER=0x0400 -Z7  -DWIN32  -D_WIN32 -D_MT -D_DLL -MD  /Oy-  
/GF  /Gd  /Gy  /GX  /Os /Ox /Z7 /W3  -I.  -Io:\projects\openafs-1.0.3\DEST\include  
-Io:\projects\openafs-1.0.3\DEST\include\afs  
-Io:\projects\openafs-1.0.3\DEST\include\rx  -DWIN32_LEAN_AND_MEAN  -DSTRICT  
-D_WIN32_IE=0x0400  /c cksum.c
cksum.c
cksum.c(109) : warning C4013: 'des_ecb_encrypt' undefined; assuming extern returning 
int
        cl -c -W3 -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -D_WINNT 
-D_WIN32_WINNT=0x0400 -DWINVER=0x0400 -Z7  -DWIN32  -D_WIN32 -D_MT -D_DLL -MD  /Oy-  
/GF  /Gd  /Gy  /GX  /Os /Ox /Z7 /W3  -I.  -Io:\projects\openafs-1.0.3\DEST\include  
-Io:\projects\openafs-1.0.3\DEST\include\afs  
-Io:\projects\openafs-1.0.3\DEST\include\rx  -DWIN32_LEAN_AND_MEAN  -DSTRICT  
-D_WIN32_IE=0x0400  /c new_rnd_key.c
new_rnd_key.c
d:\msvc50\include\process.h(130) : warning C4028: formal parameter 1 different from 
declaration
d:\msvc50\include\process.h(159) : warning C4028: formal parameter 1 different from 
declaration
d:\msvc50\include\stdio.h(315) : warning C4028: formal parameter 1 different from 
declaration
d:\msvc50\include\stdio.h(394) : warning C4028: formal parameter 1 different from 
declaration
new_rnd_key.c(213) : warning C4013: 'des_key_sched' undefined; assuming extern 
returning int
new_rnd_key.c(260) : warning C4013: 'des_ecb_encrypt' undefined; assuming extern 
returning int
        cl -c -W3 -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -D_WINNT 
-D_WIN32_WINNT=0x0400 -DWINVER=0x0400 -Z7  -DWIN32  -D_WIN32 -D_MT -D_DLL -MD  /Oy-  
/GF  /Gd  /Gy  /GX  /Os /Ox /Z7 /W3  -I.  -Io:\projects\openafs-1.0.3\DEST\include  
-Io:\projects\openafs-1.0.3\DEST\include\afs  
-Io:\projects\openafs-1.0.3\DEST\include\rx  -DWIN32_LEAN_AND_MEAN  -DSTRICT  
-D_WIN32_IE=0x0400  /c key_sched.c
key_sched.c
d:\msvc50\include\stdio.h(315) : warning C4028: formal parameter 1 different from 
declaration
d:\msvc50\include\stdio.h(394) : warning C4028: formal parameter 1 different from 
declaration
key_sched.c(76) : warning C4013: 'des_check_key_parity' undefined; assuming extern 
returning int
key_sched.c(118) : warning C4013: 'des_is_weak_key' undefined; assuming extern 
returning int
key_sched.c(249) : warning C4035: 'make_key_sched' : no return value
        cl -c -W3 -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -D_WINNT 
-D_WIN32_WINNT=0x0400 -DWINVER=0x0400 -Z7  -DWIN32  -D_WIN32 -D_MT -D_DLL -MD  /Oy-  
/GF  /Gd  /Gy  /GX  /Os /Ox /Z7 /W3  -I.  -Io:\projects\openafs-1.0.3\DEST\include  
-Io:\projects\openafs-1.0.3\DEST\include\afs  
-Io:\projects\openafs-1.0.3\DEST\include\rx  -DWIN32_LEAN_AND_MEAN  -DSTRICT  
-D_WIN32_IE=0x0400  /c debug_decl.c
debug_decl.c
        cl -c -W3 -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -D_WINNT 
-D_WIN32_WINNT=0x0400 -DWINVER=0x0400 -Z7  -DWIN32  -D_WIN32 -D_MT -D_DLL -MD  /Oy-  
/GF  /Gd  /Gy  /GX  /Os /Ox /Z7 /W3  -I.  -Io:\projects\openafs-1.0.3\DEST\include  
-Io:\projects\openafs-1.0.3\DEST\include\afs  
-Io:\projects\openafs-1.0.3\DEST\include\rx  -DWIN32_LEAN_AND_MEAN  -DSTRICT  
-D_WIN32_IE=0x0400  /c quad_cksum.c
quad_cksum.c
        cl -c -W3 -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -D_WINNT 
-D_WIN32_WINNT=0x0400 -DWINVER=0x0400 -Z7  -DWIN32  -D_WIN32 -D_MT -D_DLL -MD  /Oy-  
/GF  /Gd  /Gy  /GX  /Os /Ox /Z7 /W3  -I.  -Io:\projects\openafs-1.0.3\DEST\include  
-Io:\projects\openafs-1.0.3\DEST\include\afs  
-Io:\projects\openafs-1.0.3\DEST\include\rx  -DWIN32_LEAN_AND_MEAN  -DSTRICT  
-D_WIN32_IE=0x0400  /c key_parity.c
key_parity.c
        cl -c -W3 -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -D_WINNT 
-D_WIN32_WINNT=0x0400 -DWINVER=0x0400 -Z7  -DWIN32  -D_WIN32 -D_MT -D_DLL -MD  /Oy-  
/GF  /Gd  /Gy  /GX  /Os /Ox /Z7 /W3  -I.  -Io:\projects\openafs-1.0.3\DEST\include  
-Io:\projects\openafs-1.0.3\DEST\include\afs  
-Io:\projects\openafs-1.0.3\DEST\include\rx  -DWIN32_LEAN_AND_MEAN  -DSTRICT  
-D_WIN32_IE=0x0400  /c weak_key.c
weak_key.c
        cl -c -W3 -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -D_WINNT 
-D_WIN32_WINNT=0x0400 -DWINVER=0x0400 -Z7  -DWIN32  -D_WIN32 -D_MT -D_DLL -MD  /Oy-  
/GF  /Gd  /Gy  /GX  /Os /Ox /Z7 /W3  -I.  -Io:\projects\openafs-1.0.3\DEST\include  
-Io:\projects\openafs-1.0.3\DEST\include\afs  
-Io:\projects\openafs-1.0.3\DEST\include\rx  -DWIN32_LEAN_AND_MEAN  -DSTRICT  
-D_WIN32_IE=0x0400  /c read_pssword.c
read_pssword.c
d:\msvc50\include\stdio.h(315) : warning C4028: formal parameter 1 different from 
declaration
d:\msvc50\include\stdio.h(394) : warning C4028: formal parameter 1 different from 
declaration
read_pssword.c(93) : warning C4013: 'des_read_pw_string' undefined; assuming extern 
returning int
read_pssword.c(95) : warning C4013: 'des_string_to_key' undefined; assuming extern 
returning int
read_pssword.c(100) : warning C4102: 'lose' : unreferenced label
read_pssword.c(350) : warning C4102: 'lose' : unreferenced label
        cl -c -W3 -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -D_WINNT 
-D_WIN32_WINNT=0x0400 -DWINVER=0x0400 -Z7  -DWIN32  -D_WIN32 -D_MT -D_DLL -MD  /Oy-  
/GF  /Gd  /Gy  /GX  /Os /Ox /Z7 /W3  -I.  -Io:\projects\openafs-1.0.3\DEST\include  
-Io:\projects\openafs-1.0.3\DEST\include\afs  
-Io:\projects\openafs-1.0.3\DEST\include\rx  -DWIN32_LEAN_AND_MEAN  -DSTRICT  
-D_WIN32_IE=0x0400  /c strng_to_key.c
strng_to_key.c
strng_to_key.c(69) : warning C4018: '<=' : signed/unsigned mismatch
strng_to_key.c(105) : warning C4013: 'des_key_sched' undefined; assuming extern 
returning int
strng_to_key.c(118) : warning C4035: 'des_string_to_key' : no return value
        cl -c -W3 -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -D_WINNT 
-D_WIN32_WINNT=0x0400 -DWINVER=0x0400 -Z7  -DWIN32  -D_WIN32 -D_MT -D_DLL -MD  /Oy-  
/GF  /Gd  /Gy  /GX  /Os /Ox /Z7 /W3  -I.  -Io:\projects\openafs-1.0.3\DEST\include  
-Io:\projects\openafs-1.0.3\DEST\include\afs  
-Io:\projects\openafs-1.0.3\DEST\include\rx  -DWIN32_LEAN_AND_MEAN  -DSTRICT  
-D_WIN32_IE=0x0400  /c misc.c /Fomisco.obj -DDONT_INCL_MAIN
misc.c
        cl -c -W3 -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -D_WINNT 
-D_WIN32_WINNT=0x0400 -DWINVER=0x0400 -Z7  -DWIN32  -D_WIN32 -D_MT -D_DLL -MD  /Oy-  
/GF  /Gd  /Gy  /GX  /Os /Ox /Z7 /W3  -I.  -Io:\projects\openafs-1.0.3\DEST\include  
-Io:\projects\openafs-1.0.3\DEST\include\afs  
-Io:\projects\openafs-1.0.3\DEST\include\rx  -DWIN32_LEAN_AND_MEAN  -DSTRICT  
-D_WIN32_IE=0x0400  /c util.c
util.c
util.c(29) : warning C4035: 'des_cblock_print_file' : no return value
        cl -c -W3 -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -D_WINNT 
-D_WIN32_WINNT=0x0400 -DWINVER=0x0400 -Z7  -DWIN32  -D_WIN32 -D_MT -D_DLL -MD  /Oy-  
/GF  /Gd  /Gy  /GX  /Os /Ox /Z7 /W3  -I.  -Io:\projects\openafs-1.0.3\DEST\include  
-Io:\projects\openafs-1.0.3\DEST\include\afs  
-Io:\projects\openafs-1.0.3\DEST\include\rx  -DWIN32_LEAN_AND_MEAN  -DSTRICT  
-D_WIN32_IE=0x0400  /c crypt.c
crypt.c
        lib /NOLOGO /OUT:o:\projects\openafs-1.0.3\DEST\lib\afsdes.lib des.obj 
cbc_encrypt.obj pcbc_encrypt.obj cksum.obj new_rnd_key.obj key_sched.obj 
debug_decl.obj quad_cksum.obj key_parity.obj weak_key.obj read_pssword.obj 
strng_to_key.obj misco.obj util.obj crypt.obj
        copy odd.h o:\projects\openafs-1.0.3\DEST\include\des_odd.h
        1 file(s) copied.
        cd ..\..
        cd src\rx
        nmake /nologo /f ntmakefile install
        cl -c -W3 -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -D_WINNT 
-D_WIN32_WINNT=0x0400 -DWINVER=0x0400 -Z7  -DWIN32  -D_WIN32 -D_MT -D_DLL -MD  /Oy-  
/GF  /Gd  /Gy  /GX  /Os /Ox /Z7 /W3  -I.  -Io:\projects\openafs-1.0.3\DEST\include  
-Io:\projects\openafs-1.0.3\DEST\include\afs  
-Io:\projects\openafs-1.0.3\DEST\include\rx  -DWIN32_LEAN_AND_MEAN  -DSTRICT  
-D_WIN32_IE=0x0400 -DRXDEBUG /c rx_clock_nt.c
rx_clock_nt.c
rx_clock_nt.c(53) : warning C4035: 'clock_UnInit' : no return value
        cl -c -W3 -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -D_WINNT 
-D_WIN32_WINNT=0x0400 -DWINVER=0x0400 -Z7  -DWIN32  -D_WIN32 -D_MT -D_DLL -MD  /Oy-  
/GF  /Gd  /Gy  /GX  /Os /Ox /Z7 /W3  -I.  -Io:\projects\openafs-1.0.3\DEST\include  
-Io:\projects\openafs-1.0.3\DEST\include\afs  
-Io:\projects\openafs-1.0.3\DEST\include\rx  -DWIN32_LEAN_AND_MEAN  -DSTRICT  
-D_WIN32_IE=0x0400 -DRXDEBUG /c rx_event.c
rx_event.c
rx_event.c(265) : warning C4101: 'ept' : unreferenced local variable
        cl -c -W3 -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -D_WINNT 
-D_WIN32_WINNT=0x0400 -DWINVER=0x0400 -Z7  -DWIN32  -D_WIN32 -D_MT -D_DLL -MD  /Oy-  
/GF  /Gd  /Gy  /GX  /Os /Ox /Z7 /W3  -I.  -Io:\projects\openafs-1.0.3\DEST\include  
-Io:\projects\openafs-1.0.3\DEST\include\afs  
-Io:\projects\openafs-1.0.3\DEST\include\rx  -DWIN32_LEAN_AND_MEAN  -DSTRICT  
-D_WIN32_IE=0x0400 -DRXDEBUG /c rx_user.c
rx_user.c
rx_user.c(248) : warning C4018: '<' : signed/unsigned mismatch
rx_user.c(295) : warning C4013: 'rxi_MorePackets' undefined; assuming extern returning 
int
rx_user.c(580) : warning C4018: '<' : signed/unsigned mismatch
rx_user.c(590) : warning C4244: '=' : conversion from 'unsigned long ' to 'unsigned 
short ', possible loss of data
        cl -c -W3 -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -D_WINNT 
-D_WIN32_WINNT=0x0400 -DWINVER=0x0400 -Z7  -DWIN32  -D_WIN32 -D_MT -D_DLL -MD  /Oy-  
/GF  /Gd  /Gy  /GX  /Os /Ox /Z7 /W3  -I.  -Io:\projects\openafs-1.0.3\DEST\include  
-Io:\projects\openafs-1.0.3\DEST\include\afs  
-Io:\projects\openafs-1.0.3\DEST\include\rx  -DWIN32_LEAN_AND_MEAN  -DSTRICT  
-D_WIN32_IE=0x0400 -DRXDEBUG /c rx_lwp.c
rx_lwp.c
rx_lwp.c(107) : warning C4133: 'function' : incompatible types - from 'void (__cdecl 
*)(void *)' to 'int (__cdecl *)(void)'
rx_lwp.c(148) : warning C4013: 'LWP_CurrentProcess' undefined; assuming extern 
returning int
rx_lwp.c(154) : warning C4013: 'swapthreadname' undefined; assuming extern returning 
int
rx_lwp.c(159) : warning C4013: 'rxi_RestoreDataBufs' undefined; assuming extern 
returning int
rx_lwp.c(238) : warning C4018: '<' : signed/unsigned mismatch
rx_lwp.c(246) : warning C4013: 'rxi_FreePacket' undefined; assuming extern returning 
int
rx_lwp.c(316) : warning C4013: 'rxi_MorePackets' undefined; assuming extern returning 
int
rx_lwp.c(360) : warning C4018: '==' : signed/unsigned mismatch
rx_lwp.c(391) : warning C4018: '==' : signed/unsigned mismatch
        cl -c -W3 -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -D_WINNT 
-D_WIN32_WINNT=0x0400 -DWINVER=0x0400 -Z7  -DWIN32  -D_WIN32 -D_MT -D_DLL -MD  /Oy-  
/GF  /Gd  /Gy  /GX  /Os /Ox /Z7 /W3  -I.  -Io:\projects\openafs-1.0.3\DEST\include  
-Io:\projects\openafs-1.0.3\DEST\include\afs  
-Io:\projects\openafs-1.0.3\DEST\include\rx  -DWIN32_LEAN_AND_MEAN  -DSTRICT  
-D_WIN32_IE=0x0400 -DRXDEBUG /c rx.c
rx.c
rx.c(439) : warning C4013: 'rx_CheckPackets' undefined; assuming extern returning int
rx.c(1562) : warning C4018: '>' : signed/unsigned mismatch
rx.c(2198) : warning C4018: '==' : signed/unsigned mismatch
rx.c(2266) : warning C4018: '==' : signed/unsigned mismatch
rx.c(2376) : warning C4018: '<' : signed/unsigned mismatch
rx.c(2684) : warning C4018: '>' : signed/unsigned mismatch
rx.c(3427) : warning C4018: '>' : signed/unsigned mismatch
rx.c(3433) : warning C4018: '>' : signed/unsigned mismatch
rx.c(3443) : warning C4244: '=' : conversion from 'unsigned long ' to 'unsigned short 
', possible loss of data
rx.c(3444) : warning C4244: '=' : conversion from 'unsigned long ' to 'unsigned short 
', possible loss of data
rx.c(3445) : warning C4244: '=' : conversion from 'unsigned long ' to 'unsigned short 
', possible loss of data
rx.c(3452) : warning C4018: '>' : signed/unsigned mismatch
rx.c(3455) : warning C4244: '=' : conversion from 'unsigned long ' to 'unsigned short 
', possible loss of data
rx.c(3471) : warning C4018: '>' : signed/unsigned mismatch
rx.c(3477) : warning C4244: '=' : conversion from 'unsigned long ' to 'unsigned short 
', possible loss of data
rx.c(3480) : warning C4244: '=' : conversion from 'unsigned long ' to 'unsigned short 
', possible loss of data
rx.c(3490) : warning C4018: '>' : signed/unsigned mismatch
rx.c(3495) : warning C4018: '<' : signed/unsigned mismatch
rx.c(4317) : warning C4018: '<' : signed/unsigned mismatch
rx.c(4332) : warning C4018: '<' : signed/unsigned mismatch
rx.c(4341) : warning C4244: '=' : conversion from 'unsigned long ' to 'unsigned short 
', possible loss of data
rx.c(4381) : warning C4018: '>' : signed/unsigned mismatch
rx.c(4383) : warning C4018: '>' : signed/unsigned mismatch
rx.c(4387) : warning C4018: '>' : signed/unsigned mismatch
rx.c(4391) : warning C4018: '>' : signed/unsigned mismatch
rx.c(4426) : warning C4018: '<' : signed/unsigned mismatch
rx.c(4547) : warning C4013: 'rxi_SendPacketList' undefined; assuming extern returning 
int
rx.c(5086) : warning C4018: '>' : signed/unsigned mismatch
rx.c(5447) : warning C4018: '<' : signed/unsigned mismatch
rx.c(5941) : warning C4018: '==' : signed/unsigned mismatch
rx.c(5952) : warning C4018: '==' : signed/unsigned mismatch
rx.c(5959) : warning C4018: '>' : signed/unsigned mismatch
rx.c(6256) : warning C4101: 'i' : unreferenced local variable
rx.c(6279) : warning C4013: 'rxi_StopListener' undefined; assuming extern returning int
rx.c(6281) : warning C4013: 'shutdown_rxevent' undefined; assuming extern returning int
rx.c(6285) : warning C4013: 'clock_UnInit' undefined; assuming extern returning int
rx.c(6338) : warning C4018: '<' : signed/unsigned mismatch
rx.c(6544) : warning C4018: '==' : signed/unsigned mismatch
rx.c(6554) : warning C4018: '!=' : signed/unsigned mismatch
rx.c(6567) : warning C4018: '<' : signed/unsigned mismatch
rx.c(6874) : warning C4101: 'pp' : unreferenced local variable
rx.c(6874) : warning C4101: 'i' : unreferenced local variable
rx.c(6992) : warning C4101: 'i' : unreferenced local variable
        cl -c -W3 -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -D_WINNT 
-D_WIN32_WINNT=0x0400 -DWINVER=0x0400 -Z7  -DWIN32  -D_WIN32 -D_MT -D_DLL -MD  /Oy-  
/GF  /Gd  /Gy  /GX  /Os /Ox /Z7 /W3  -I.  -Io:\projects\openafs-1.0.3\DEST\include  
-Io:\projects\openafs-1.0.3\DEST\include\afs  
-Io:\projects\openafs-1.0.3\DEST\include\rx  -DWIN32_LEAN_AND_MEAN  -DSTRICT  
-D_WIN32_IE=0x0400 -DRXDEBUG /c rx_null.c
rx_null.c
        cl -c -W3 -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -D_WINNT 
-D_WIN32_WINNT=0x0400 -DWINVER=0x0400 -Z7  -DWIN32  -D_WIN32 -D_MT -D_DLL -MD  /Oy-  
/GF  /Gd  /Gy  /GX  /Os /Ox /Z7 /W3  -I.  -Io:\projects\openafs-1.0.3\DEST\include  
-Io:\projects\openafs-1.0.3\DEST\include\afs  
-Io:\projects\openafs-1.0.3\DEST\include\rx  -DWIN32_LEAN_AND_MEAN  -DSTRICT  
-D_WIN32_IE=0x0400 -DRXDEBUG /c rx_globals.c
rx_globals.c
        cl -c -W3 -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -D_WINNT 
-D_WIN32_WINNT=0x0400 -DWINVER=0x0400 -Z7  -DWIN32  -D_WIN32 -D_MT -D_DLL -MD  /Oy-  
/GF  /Gd  /Gy  /GX  /Os /Ox /Z7 /W3  -I.  -Io:\projects\openafs-1.0.3\DEST\include  
-Io:\projects\openafs-1.0.3\DEST\include\afs  
-Io:\projects\openafs-1.0.3\DEST\include\rx  -DWIN32_LEAN_AND_MEAN  -DSTRICT  
-D_WIN32_IE=0x0400 -DRXDEBUG /c rx_getaddr.c
rx_getaddr.c
        cl -c -W3 -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -D_WINNT 
-D_WIN32_WINNT=0x0400 -DWINVER=0x0400 -Z7  -DWIN32  -D_WIN32 -D_MT -D_DLL -MD  /Oy-  
/GF  /Gd  /Gy  /GX  /Os /Ox /Z7 /W3  -I.  -Io:\projects\openafs-1.0.3\DEST\include  
-Io:\projects\openafs-1.0.3\DEST\include\afs  
-Io:\projects\openafs-1.0.3\DEST\include\rx  -DWIN32_LEAN_AND_MEAN  -DSTRICT  
-D_WIN32_IE=0x0400 -DRXDEBUG /c rx_misc.c
rx_misc.c
rx_misc.c(121) : warning C4033: 'osi_free' must return a value
        cl -c -W3 -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -D_WINNT 
-D_WIN32_WINNT=0x0400 -DWINVER=0x0400 -Z7  -DWIN32  -D_WIN32 -D_MT -D_DLL -MD  /Oy-  
/GF  /Gd  /Gy  /GX  /Os /Ox /Z7 /W3  -I.  -Io:\projects\openafs-1.0.3\DEST\include  
-Io:\projects\openafs-1.0.3\DEST\include\afs  
-Io:\projects\openafs-1.0.3\DEST\include\rx  -DWIN32_LEAN_AND_MEAN  -DSTRICT  
-D_WIN32_IE=0x0400 -DRXDEBUG /c rx_packet.c
rx_packet.c
rx_packet.c(157) : warning C4018: '<' : signed/unsigned mismatch
rx_packet.c(179) : warning C4018: '<' : signed/unsigned mismatch
rx_packet.c(192) : warning C4018: '>=' : signed/unsigned mismatch
rx_packet.c(267) : warning C4102: 'done' : unreferenced label
rx_packet.c(301) : warning C4018: '<=' : signed/unsigned mismatch
rx_packet.c(307) : warning C4018: '<=' : signed/unsigned mismatch
rx_packet.c(493) : warning C4018: '<' : signed/unsigned mismatch
rx_packet.c(678) : warning C4018: '>' : signed/unsigned mismatch
rx_packet.c(756) : warning C4018: '<' : signed/unsigned mismatch
rx_packet.c(757) : warning C4244: '=' : conversion from 'long ' to 'unsigned short ', 
possible loss of data
rx_packet.c(1106) : warning C4018: '<' : signed/unsigned mismatch
rx_packet.c(1136) : warning C4018: '<' : signed/unsigned mismatch
rx_packet.c(1158) : warning C4018: '<' : signed/unsigned mismatch
rx_packet.c(1185) : warning C4244: '=' : conversion from 'unsigned long ' to 'char ', 
possible loss of data
rx_packet.c(1225) : warning C4244: '=' : conversion from 'long ' to 'unsigned short ', 
possible loss of data
rx_packet.c(1237) : warning C4244: '=' : conversion from 'long ' to 'unsigned short ', 
possible loss of data
rx_packet.c(1258) : warning C4018: '<' : signed/unsigned mismatch
rx_packet.c(1314) : warning C4244: '=' : conversion from 'long ' to 'unsigned short ', 
possible loss of data
rx_packet.c(1326) : warning C4244: '=' : conversion from 'long ' to 'unsigned short ', 
possible loss of data
rx_packet.c(1344) : warning C4018: '>=' : signed/unsigned mismatch
rx_packet.c(1350) : warning C4244: '=' : conversion from 'long ' to 'unsigned short ', 
possible loss of data
rx_packet.c(1362) : warning C4244: '=' : conversion from 'long ' to 'unsigned short ', 
possible loss of data
rx_packet.c(1366) : warning C4101: 'j' : unreferenced local variable
rx_packet.c(1380) : warning C4244: '=' : conversion from 'long ' to 'unsigned short ', 
possible loss of data
rx_packet.c(1405) : warning C4018: '<' : signed/unsigned mismatch
rx_packet.c(1537) : warning C4101: 'waslocked' : unreferenced local variable
rx_packet.c(1702) : warning C4101: 'waslocked' : unreferenced local variable
rx_packet.c(1821) : warning C4244: '=' : conversion from 'unsigned long ' to 'unsigned 
char ', possible loss of data
rx_packet.c(1822) : warning C4244: '=' : conversion from 'unsigned long ' to 'unsigned 
char ', possible loss of data
rx_packet.c(1823) : warning C4244: '=' : conversion from 'unsigned long ' to 'unsigned 
char ', possible loss of data
rx_packet.c(1824) : warning C4244: '=' : conversion from 'unsigned long ' to 'unsigned 
char ', possible loss of data
rx_packet.c(1826) : warning C4244: '=' : conversion from 'unsigned long ' to 'unsigned 
short ', possible loss of data
rx_packet.c(1827) : warning C4244: '=' : conversion from 'unsigned long ' to 'unsigned 
short ', possible loss of data
rx_packet.c(1865) : warning C4018: '<' : signed/unsigned mismatch
rx_packet.c(1873) : warning C4018: '<' : signed/unsigned mismatch
        cl -c -W3 -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -D_WINNT 
-D_WIN32_WINNT=0x0400 -DWINVER=0x0400 -Z7  -DWIN32  -D_WIN32 -D_MT -D_DLL -MD  /Oy-  
/GF  /Gd  /Gy  /GX  /Os /Ox /Z7 /W3  -I.  -Io:\projects\openafs-1.0.3\DEST\include  
-Io:\projects\openafs-1.0.3\DEST\include\afs  
-Io:\projects\openafs-1.0.3\DEST\include\rx  -DWIN32_LEAN_AND_MEAN  -DSTRICT  
-D_WIN32_IE=0x0400 -DRXDEBUG /c rx_rdwr.c
rx_rdwr.c
rx_rdwr.c(1018) : warning C4018: '<' : signed/unsigned mismatch
rx_rdwr.c(1029) : warning C4018: '>=' : signed/unsigned mismatch
rx_rdwr.c(1253) : warning C4101: 't' : unreferenced local variable
        cl -c -W3 -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -D_WINNT 
-D_WIN32_WINNT=0x0400 -DWINVER=0x0400 -Z7  -DWIN32  -D_WIN32 -D_MT -D_DLL -MD  /Oy-  
/GF  /Gd  /Gy  /GX  /Os /Ox /Z7 /W3  -I.  -Io:\projects\openafs-1.0.3\DEST\include  
-Io:\projects\openafs-1.0.3\DEST\include\afs  
-Io:\projects\openafs-1.0.3\DEST\include\rx  -DWIN32_LEAN_AND_MEAN  -DSTRICT  
-D_WIN32_IE=0x0400 -DRXDEBUG /c rx_trace.c
rx_trace.c
rx_trace.c(69) : warning C4244: '=' : conversion from 'unsigned long ' to 'unsigned 
short ', possible loss of data
        cl -c -W3 -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -D_WINNT 
-D_WIN32_WINNT=0x0400 -DWINVER=0x0400 -Z7  -DWIN32  -D_WIN32 -D_MT -D_DLL -MD  /Oy-  
/GF  /Gd  /Gy  /GX  /Os /Ox /Z7 /W3  -I.  -Io:\projects\openafs-1.0.3\DEST\include  
-Io:\projects\openafs-1.0.3\DEST\include\afs  
-Io:\projects\openafs-1.0.3\DEST\include\rx  -DWIN32_LEAN_AND_MEAN  -DSTRICT  
-D_WIN32_IE=0x0400 -DRXDEBUG /c rx_xmit_nt.c
rx_xmit_nt.c
        cl -c -W3 -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -D_WINNT 
-D_WIN32_WINNT=0x0400 -DWINVER=0x0400 -Z7  -DWIN32  -D_WIN32 -D_MT -D_DLL -MD  /Oy-  
/GF  /Gd  /Gy  /GX  /Os /Ox /Z7 /W3  -I.  -Io:\projects\openafs-1.0.3\DEST\include  
-Io:\projects\openafs-1.0.3\DEST\include\afs  
-Io:\projects\openafs-1.0.3\DEST\include\rx  -DWIN32_LEAN_AND_MEAN  -DSTRICT  
-D_WIN32_IE=0x0400 -DRXDEBUG /c rx_conncache.c
rx_conncache.c
        cl -c -W3 -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -D_WINNT 
-D_WIN32_WINNT=0x0400 -DWINVER=0x0400 -Z7  -DWIN32  -D_WIN32 -D_MT -D_DLL -MD  /Oy-  
/GF  /Gd  /Gy  /GX  /Os /Ox /Z7 /W3  -I.  -Io:\projects\openafs-1.0.3\DEST\include  
-Io:\projects\openafs-1.0.3\DEST\include\afs  
-Io:\projects\openafs-1.0.3\DEST\include\rx  -DWIN32_LEAN_AND_MEAN  -DSTRICT  
-D_WIN32_IE=0x0400 -DRXDEBUG /c rx_multi.c
rx_multi.c
        cl -c -W3 -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -D_WINNT 
-D_WIN32_WINNT=0x0400 -DWINVER=0x0400 -Z7  -DWIN32  -D_WIN32 -D_MT -D_DLL -MD  /Oy-  
/GF  /Gd  /Gy  /GX  /Os /Ox /Z7 /W3  -I.  -Io:\projects\openafs-1.0.3\DEST\include  
-Io:\projects\openafs-1.0.3\DEST\include\afs  
-Io:\projects\openafs-1.0.3\DEST\include\rx  -DWIN32_LEAN_AND_MEAN  -DSTRICT  
-D_WIN32_IE=0x0400 -DRXDEBUG /c xdr.c
xdr.c
xdr.c(475) : warning C4013: 'osi_free' undefined; assuming extern returning int
        cl -c -W3 -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -D_WINNT 
-D_WIN32_WINNT=0x0400 -DWINVER=0x0400 -Z7  -DWIN32  -D_WIN32 -D_MT -D_DLL -MD  /Oy-  
/GF  /Gd  /Gy  /GX  /Os /Ox /Z7 /W3  -I.  -Io:\projects\openafs-1.0.3\DEST\include  
-Io:\projects\openafs-1.0.3\DEST\include\afs  
-Io:\projects\openafs-1.0.3\DEST\include\rx  -DWIN32_LEAN_AND_MEAN  -DSTRICT  
-D_WIN32_IE=0x0400 -DRXDEBUG /c xdr_array.c
xdr_array.c
xdr_array.c(128) : warning C4013: 'osi_free' undefined; assuming extern returning int
        cl -c -W3 -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -D_WINNT 
-D_WIN32_WINNT=0x0400 -DWINVER=0x0400 -Z7  -DWIN32  -D_WIN32 -D_MT -D_DLL -MD  /Oy-  
/GF  /Gd  /Gy  /GX  /Os /Ox /Z7 /W3  -I.  -Io:\projects\openafs-1.0.3\DEST\include  
-Io:\projects\openafs-1.0.3\DEST\include\afs  
-Io:\projects\openafs-1.0.3\DEST\include\rx  -DWIN32_LEAN_AND_MEAN  -DSTRICT  
-D_WIN32_IE=0x0400 -DRXDEBUG /c xdr_arrayn.c
xdr_arrayn.c
        cl -c -W3 -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -D_WINNT 
-D_WIN32_WINNT=0x0400 -DWINVER=0x0400 -Z7  -DWIN32  -D_WIN32 -D_MT -D_DLL -MD  /Oy-  
/GF  /Gd  /Gy  /GX  /Os /Ox /Z7 /W3  -I.  -Io:\projects\openafs-1.0.3\DEST\include  
-Io:\projects\openafs-1.0.3\DEST\include\afs  
-Io:\projects\openafs-1.0.3\DEST\include\rx  -DWIN32_LEAN_AND_MEAN  -DSTRICT  
-D_WIN32_IE=0x0400 -DRXDEBUG /c xdr_float.c
xdr_float.c
        cl -c -W3 -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -D_WINNT 
-D_WIN32_WINNT=0x0400 -DWINVER=0x0400 -Z7  -DWIN32  -D_WIN32 -D_MT -D_DLL -MD  /Oy-  
/GF  /Gd  /Gy  /GX  /Os /Ox /Z7 /W3  -I.  -Io:\projects\openafs-1.0.3\DEST\include  
-Io:\projects\openafs-1.0.3\DEST\include\afs  
-Io:\projects\openafs-1.0.3\DEST\include\rx  -DWIN32_LEAN_AND_MEAN  -DSTRICT  
-D_WIN32_IE=0x0400 -DRXDEBUG /c xdr_mem.c
xdr_mem.c
        cl -c -W3 -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -D_WINNT 
-D_WIN32_WINNT=0x0400 -DWINVER=0x0400 -Z7  -DWIN32  -D_WIN32 -D_MT -D_DLL -MD  /Oy-  
/GF  /Gd  /Gy  /GX  /Os /Ox /Z7 /W3  -I.  -Io:\projects\openafs-1.0.3\DEST\include  
-Io:\projects\openafs-1.0.3\DEST\include\afs  
-Io:\projects\openafs-1.0.3\DEST\include\rx  -DWIN32_LEAN_AND_MEAN  -DSTRICT  
-D_WIN32_IE=0x0400 -DRXDEBUG /c xdr_rec.c
xdr_rec.c
xdr_rec.c(249) : warning C4018: '<' : signed/unsigned mismatch
xdr_rec.c(270) : warning C4018: '<' : signed/unsigned mismatch
xdr_rec.c(381) : warning C4013: 'osi_free' undefined; assuming extern returning int
        cl -c -W3 -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -D_WINNT 
-D_WIN32_WINNT=0x0400 -DWINVER=0x0400 -Z7  -DWIN32  -D_WIN32 -D_MT -D_DLL -MD  /Oy-  
/GF  /Gd  /Gy  /GX  /Os /Ox /Z7 /W3  -I.  -Io:\projects\openafs-1.0.3\DEST\include  
-Io:\projects\openafs-1.0.3\DEST\include\afs  
-Io:\projects\openafs-1.0.3\DEST\include\rx  -DWIN32_LEAN_AND_MEAN  -DSTRICT  
-D_WIN32_IE=0x0400 -DRXDEBUG /c xdr_refernce.c
xdr_refernce.c
xdr_refernce.c(87) : warning C4013: 'osi_free' undefined; assuming extern returning int
        cl -c -W3 -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -D_WINNT 
-D_WIN32_WINNT=0x0400 -DWINVER=0x0400 -Z7  -DWIN32  -D_WIN32 -D_MT -D_DLL -MD  /Oy-  
/GF  /Gd  /Gy  /GX  /Os /Ox /Z7 /W3  -I.  -Io:\projects\openafs-1.0.3\DEST\include  
-Io:\projects\openafs-1.0.3\DEST\include\afs  
-Io:\projects\openafs-1.0.3\DEST\include\rx  -DWIN32_LEAN_AND_MEAN  -DSTRICT  
-D_WIN32_IE=0x0400 -DRXDEBUG /c xdr_rx.c
xdr_rx.c
xdr_rx.c(259) : warning C4018: '==' : signed/unsigned mismatch
xdr_rx.c(292) : warning C4018: '==' : signed/unsigned mismatch
        cl -c -W3 -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -D_WINNT 
-D_WIN32_WINNT=0x0400 -DWINVER=0x0400 -Z7  -DWIN32  -D_WIN32 -D_MT -D_DLL -MD  /Oy-  
/GF  /Gd  /Gy  /GX  /Os /Ox /Z7 /W3  -I.  -Io:\projects\openafs-1.0.3\DEST\include  
-Io:\projects\openafs-1.0.3\DEST\include\afs  
-Io:\projects\openafs-1.0.3\DEST\include\rx  -DWIN32_LEAN_AND_MEAN  -DSTRICT  
-D_WIN32_IE=0x0400 -DRXDEBUG /c xdr_update.c
xdr_update.c
        cl -c -W3 -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -D_WINNT 
-D_WIN32_WINNT=0x0400 -DWINVER=0x0400 -Z7  -DWIN32  -D_WIN32 -D_MT -D_DLL -MD  /Oy-  
/GF  /Gd  /Gy  /GX  /Os /Ox /Z7 /W3  -I.  -Io:\projects\openafs-1.0.3\DEST\include  
-Io:\projects\openafs-1.0.3\DEST\include\afs  
-Io:\projects\openafs-1.0.3\DEST\include\rx  -DWIN32_LEAN_AND_MEAN  -DSTRICT  
-D_WIN32_IE=0x0400 -DRXDEBUG /c xdr_afsuuid.c
xdr_afsuuid.c
        cl -c -W3 -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -D_WINNT 
-D_WIN32_WINNT=0x0400 -DWINVER=0x0400 -Z7  -DWIN32  -D_WIN32 -D_MT -D_DLL -MD  /Oy-  
/GF  /Gd  /Gy  /GX  /Os /Ox /Z7 /W3  -I.  -Io:\projects\openafs-1.0.3\DEST\include  
-Io:\projects\openafs-1.0.3\DEST\include\afs  
-Io:\projects\openafs-1.0.3\DEST\include\rx  -DWIN32_LEAN_AND_MEAN  -DSTRICT  
-D_WIN32_IE=0x0400 -DRXDEBUG /c xdr_int64.c
xdr_int64.c
        lib /NOLOGO /OUT:o:\projects\openafs-1.0.3\DEST\lib\afsrx.lib rx_clock_nt.obj 
rx_event.obj rx_user.obj rx_lwp.obj rx.obj rx_null.obj rx_globals.obj rx_getaddr.obj 
rx_misc.obj rx_packet.obj rx_rdwr.obj rx_trace.obj rx_xmit_nt.obj rx_conncache.obj 
rx_multi.obj xdr.obj xdr_array.obj xdr_arrayn.obj xdr_float.obj xdr_mem.obj 
xdr_rec.obj xdr_refernce.obj xdr_rx.obj xdr_update.obj xdr_afsuuid.obj xdr_int64.obj
        cl -c -W3 -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -D_WINNT 
-D_WIN32_WINNT=0x0400 -DWINVER=0x0400 -Z7  -DWIN32  -D_WIN32 -D_MT -D_DLL -MD  /Oy-  
/GF  /Gd  /Gy  /GX  /Os /Ox /Z7 /W3  -I.  -Io:\projects\openafs-1.0.3\DEST\include  
-Io:\projects\openafs-1.0.3\DEST\include\afs  
-Io:\projects\openafs-1.0.3\DEST\include\rx  -DWIN32_LEAN_AND_MEAN  -DSTRICT  
-D_WIN32_IE=0x0400 -DRXDEBUG /c rxdebug.c
rxdebug.c
rxdebug.c(261) : warning C4013: 'rx_PrintTheseStats' undefined; assuming extern 
returning int
rxdebug.c(369) : warning C4244: 'initializing' : conversion from 'long ' to 'char ', 
possible loss of data
rxdebug.c(481) : warning C4035: 'MainCommand' : no return value
        echo #define AFS_VERINFO_BUILD "CML not accessible: No version information" 
>AFS_component_version_number.h
        rc -DWIN32 -D_WIN32 -DWINVER=0x0400  /r  rxdebug.rc
        link /OUT:o:\projects\openafs-1.0.3\DEST\etc\rxdebug.exe -debug:full 
-debugtype:cv -debugtype:both /NODEFAULTLIB /INCREMENTAL:NO /PDB:NONE /RELEASE /NOLOGO 
-subsystem:console,4.0  /FIXED:NO msvcrt.lib oldnames.lib kernel32.lib  ws2_32.lib 
mswsock.lib advapi32.lib binmode.obj rxdebug.obj rxdebug.res 
o:\projects\openafs-1.0.3\DEST\lib\afs\afscmd.lib 
o:\projects\openafs-1.0.3\DEST\lib\afsrx.lib 
o:\projects\openafs-1.0.3\DEST\lib\afslwp.lib 
o:\projects\openafs-1.0.3\DEST\lib\afs\afsutil.lib 
o:\projects\openafs-1.0.3\DEST\lib\afs\afsreg.lib
        rebase -b 0x00400000 -x o:\projects\openafs-1.0.3\DEST\etc -q 
o:\projects\openafs-1.0.3\DEST\etc\rxdebug.exe
        cd ..\..
        cd src\rxstat
        nmake /nologo /f ntmakefile install
        cl -c -W3 -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -D_WINNT 
-D_WIN32_WINNT=0x0400 -DWINVER=0x0400 -Z7  -DWIN32  -D_WIN32 -D_MT -D_DLL -MD  /Oy-  
/GF  /Gd  /Gy  /GX  /Os /Ox /Z7 /W3  -I.  -Io:\projects\openafs-1.0.3\DEST\include  
-Io:\projects\openafs-1.0.3\DEST\include\afs  
-Io:\projects\openafs-1.0.3\DEST\include\rx  -DWIN32_LEAN_AND_MEAN  -DSTRICT  
-D_WIN32_IE=0x0400  /c rxstat.cs.c
rxstat.cs.c
        cl -c -W3 -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -D_WINNT 
-D_WIN32_WINNT=0x0400 -DWINVER=0x0400 -Z7  -DWIN32  -D_WIN32 -D_MT -D_DLL -MD  /Oy-  
/GF  /Gd  /Gy  /GX  /Os /Ox /Z7 /W3  -I.  -Io:\projects\openafs-1.0.3\DEST\include  
-Io:\projects\openafs-1.0.3\DEST\include\afs  
-Io:\projects\openafs-1.0.3\DEST\include\rx  -DWIN32_LEAN_AND_MEAN  -DSTRICT  
-D_WIN32_IE=0x0400  /c rxstat.ss.c
rxstat.ss.c
rxstat.ss.c(41) : warning C4013: 'MRXSTATS_RetrieveProcessRPCStats' undefined; 
assuming extern returning int
rxstat.ss.c(97) : warning C4013: 'MRXSTATS_RetrievePeerRPCStats' undefined; assuming 
extern returning int
rxstat.ss.c(143) : warning C4013: 'MRXSTATS_QueryProcessRPCStats' undefined; assuming 
extern returning int
rxstat.ss.c(170) : warning C4013: 'MRXSTATS_QueryPeerRPCStats' undefined; assuming 
extern returning int
rxstat.ss.c(196) : warning C4013: 'MRXSTATS_EnableProcessRPCStats' undefined; assuming 
extern returning int
rxstat.ss.c(219) : warning C4013: 'MRXSTATS_EnablePeerRPCStats' undefined; assuming 
extern returning int
rxstat.ss.c(242) : warning C4013: 'MRXSTATS_DisableProcessRPCStats' undefined; 
assuming extern returning int
rxstat.ss.c(265) : warning C4013: 'MRXSTATS_DisablePeerRPCStats' undefined; assuming 
extern returning int
rxstat.ss.c(289) : warning C4013: 'MRXSTATS_QueryRPCStatsVersion' undefined; assuming 
extern returning int
rxstat.ss.c(322) : warning C4013: 'MRXSTATS_ClearProcessRPCStats' undefined; assuming 
extern returning int
rxstat.ss.c(353) : warning C4013: 'MRXSTATS_ClearPeerRPCStats' undefined; assuming 
extern returning int
rxstat.ss.c(397) : warning C4013: 'hton_syserr_conv' undefined; assuming extern 
returning int
        cl -c -W3 -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -D_WINNT 
-D_WIN32_WINNT=0x0400 -DWINVER=0x0400 -Z7  -DWIN32  -D_WIN32 -D_MT -D_DLL -MD  /Oy-  
/GF  /Gd  /Gy  /GX  /Os /Ox /Z7 /W3  -I.  -Io:\projects\openafs-1.0.3\DEST\include  
-Io:\projects\openafs-1.0.3\DEST\include\afs  
-Io:\projects\openafs-1.0.3\DEST\include\rx  -DWIN32_LEAN_AND_MEAN  -DSTRICT  
-D_WIN32_IE=0x0400  /c rxstat.xdr.c
rxstat.xdr.c
        cl -c -W3 -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -D_WINNT 
-D_WIN32_WINNT=0x0400 -DWINVER=0x0400 -Z7  -DWIN32  -D_WIN32 -D_MT -D_DLL -MD  /Oy-  
/GF  /Gd  /Gy  /GX  /Os /Ox /Z7 /W3  -I.  -Io:\projects\openafs-1.0.3\DEST\include  
-Io:\projects\openafs-1.0.3\DEST\include\afs  
-Io:\projects\openafs-1.0.3\DEST\include\rx  -DWIN32_LEAN_AND_MEAN  -DSTRICT  
-D_WIN32_IE=0x0400  /c rxstat.c
rxstat.c
        lib /NOLOGO /OUT:o:\projects\openafs-1.0.3\DEST\lib\afsrxstat.lib 
rxstat.cs.obj rxstat.ss.obj rxstat.xdr.obj rxstat.obj
        cd ..\..
        cd src\rxkad
        nmake /nologo /f ntmakefile install
        cl -c -W3 -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -D_WINNT 
-D_WIN32_WINNT=0x0400 -DWINVER=0x0400 -Z7  -DWIN32  -D_WIN32 -D_MT -D_DLL -MD  /Oy-  
/GF  /Gd  /Gy  /GX  /Os /Ox /Z7 /W3  -I.  -Io:\projects\openafs-1.0.3\DEST\include  
-Io:\projects\openafs-1.0.3\DEST\include\afs  
-Io:\projects\openafs-1.0.3\DEST\include\rx  -DWIN32_LEAN_AND_MEAN  -DSTRICT  
-D_WIN32_IE=0x0400  /c rxkad_client.c
rxkad_client.c
rxkad_client.c(120) : warning C4013: 'rxi_getaddr' undefined; assuming extern 
returning int
rxkad_client.c(129) : warning C4013: 'getpid' undefined; assuming extern returning int
rxkad_client.c(136) : warning C4013: 'fc_cbc_encrypt' undefined; assuming extern 
returning int
rxkad_client.c(146) : warning C4013: 'rx_SetEpoch' undefined; assuming extern 
returning int
rxkad_client.c(189) : warning C4013: 'fc_keysched' undefined; assuming extern 
returning int
rxkad_client.c(231) : warning C4244: '=' : conversion from 'unsigned long ' to 'char 
', possible loss of data
rxkad_client.c(238) : warning C4244: '=' : conversion from 'unsigned long ' to 'char 
', possible loss of data
rxkad_client.c(252) : warning C4013: 'rxkad_SetupEndpoint' undefined; assuming extern 
returning int
rxkad_client.c(253) : warning C4013: 'rxi_GetCallNumberVector' undefined; assuming 
extern returning int
rxkad_client.c(262) : warning C4013: 'rxkad_CksumChallengeResponse' undefined; 
assuming extern returning int
rxkad_client.c(274) : warning C4013: 'fc_ecb_encrypt' undefined; assuming extern 
returning int
rxkad_client.c(282) : warning C4018: '<' : signed/unsigned mismatch
rxkad_client.c(285) : warning C4013: 'rxi_AllocDataBuf' undefined; assuming extern 
returning int
rxkad_client.c(289) : warning C4013: 'rx_SlowWritePacket' undefined; assuming extern 
returning int
rxkad_client.c(292) : warning C4244: '=' : conversion from 'long ' to 'unsigned short 
', possible loss of data
rxkad_client.c(303) : warning C4035: 'rxkad_ResetState' : no return value
        cl -c -W3 -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -D_WINNT 
-D_WIN32_WINNT=0x0400 -DWINVER=0x0400 -Z7  -DWIN32  -D_WIN32 -D_MT -D_DLL -MD  /Oy-  
/GF  /Gd  /Gy  /GX  /Os /Ox /Z7 /W3  -I.  -Io:\projects\openafs-1.0.3\DEST\include  
-Io:\projects\openafs-1.0.3\DEST\include\afs  
-Io:\projects\openafs-1.0.3\DEST\include\rx  -DWIN32_LEAN_AND_MEAN  -DSTRICT  
-D_WIN32_IE=0x0400  /c rxkad_server.c
rxkad_server.c
rxkad_server.c(81) : warning C4013: 'fc_keysched' undefined; assuming extern returning 
int
rxkad_server.c(90) : warning C4013: 'fc_ecb_encrypt' undefined; assuming extern 
returning int
rxkad_server.c(205) : warning C4018: '<' : signed/unsigned mismatch
rxkad_server.c(208) : warning C4013: 'rx_SlowWritePacket' undefined; assuming extern 
returning int
rxkad_server.c(215) : warning C4101: 'temp' : unreferenced local variable
rxkad_server.c(253) : warning C4013: 'rx_SlowReadPacket' undefined; assuming extern 
returning int
rxkad_server.c(275) : warning C4018: '>' : signed/unsigned mismatch
rxkad_server.c(303) : warning C4013: 'tkt_DecodeTicket' undefined; assuming extern 
returning int
rxkad_server.c(308) : warning C4013: 'tkt_CheckTimes' undefined; assuming extern 
returning int
rxkad_server.c(324) : warning C4013: 'fc_cbc_encrypt' undefined; assuming extern 
returning int
rxkad_server.c(326) : warning C4013: 'rxkad_CksumChallengeResponse' undefined; 
assuming extern returning int
rxkad_server.c(329) : warning C4013: 'rxkad_SetupEndpoint' undefined; assuming extern 
returning int
rxkad_server.c(338) : warning C4013: 'rxi_SetCallNumberVector' undefined; assuming 
extern returning int
rxkad_server.c(340) : warning C4244: '=' : conversion from 'unsigned long ' to 'char 
', possible loss of data
rxkad_server.c(346) : warning C4244: '=' : conversion from 'unsigned long ' to 'char 
', possible loss of data
rxkad_server.c(352) : warning C4013: 'rxkad_SetLevel' undefined; assuming extern 
returning int
rxkad_server.c(358) : warning C4013: 'rxkad_DeriveXORInfo' undefined; assuming extern 
returning int
rxkad_server.c(395) : warning C4018: '<' : signed/unsigned mismatch
        cl -c -W3 -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -D_WINNT 
-D_WIN32_WINNT=0x0400 -DWINVER=0x0400 -Z7  -DWIN32  -D_WIN32 -D_MT -D_DLL -MD  /Oy-  
/GF  /Gd  /Gy  /GX  /Os /Ox /Z7 /W3  -I.  -Io:\projects\openafs-1.0.3\DEST\include  
-Io:\projects\openafs-1.0.3\DEST\include\afs  
-Io:\projects\openafs-1.0.3\DEST\include\rx  -DWIN32_LEAN_AND_MEAN  -DSTRICT  
-D_WIN32_IE=0x0400  /c rxkad_common.c
rxkad_common.c
rxkad_common.c(100) : warning C4013: 'fc_cbc_encrypt' undefined; assuming extern 
returning int
rxkad_common.c(166) : warning C4013: 'fc_ecb_encrypt' undefined; assuming extern 
returning int
rxkad_common.c(180) : warning C4013: 'rxi_Free' undefined; assuming extern returning 
int
rxkad_common.c(317) : warning C4018: '<' : signed/unsigned mismatch
rxkad_common.c(368) : warning C4013: 'rxkad_DecryptPacket' undefined; assuming extern 
returning int
rxkad_common.c(372) : warning C4013: 'rx_SlowGetInt32' undefined; assuming extern 
returning int
rxkad_common.c(409) : warning C4018: '<' : signed/unsigned mismatch
rxkad_common.c(445) : warning C4244: '=' : conversion from 'long ' to 'unsigned short 
', possible loss of data
rxkad_common.c(451) : warning C4013: 'rx_SlowPutInt32' undefined; assuming extern 
returning int
rxkad_common.c(459) : warning C4013: 'rxi_RoundUpPacket' undefined; assuming extern 
returning int
rxkad_common.c(470) : warning C4013: 'rxkad_EncryptPacket' undefined; assuming extern 
returning int
        cl -c -W3 -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -D_WINNT 
-D_WIN32_WINNT=0x0400 -DWINVER=0x0400 -Z7  -DWIN32  -D_WIN32 -D_MT -D_DLL -MD  /Oy-  
/GF  /Gd  /Gy  /GX  /Os /Ox /Z7 /W3  -I.  -Io:\projects\openafs-1.0.3\DEST\include  
-Io:\projects\openafs-1.0.3\DEST\include\afs  
-Io:\projects\openafs-1.0.3\DEST\include\rx  -DWIN32_LEAN_AND_MEAN  -DSTRICT  
-D_WIN32_IE=0x0400  /c ticket.c
ticket.c
ticket.c(93) : warning C4013: 'des_key_sched' undefined; assuming extern returning int
ticket.c(96) : warning C4013: 'des_pcbc_encrypt' undefined; assuming extern returning 
int
ticket.c(125) : warning C4013: 'tkt_CheckTimes' undefined; assuming extern returning 
int
        del rxkad_errs.c
        o:\projects\openafs-1.0.3\DEST\bin\compile_et rxkad_errs -h rxkad
        copy rxkad.h  o:\projects\openafs-1.0.3\DEST\include\rx\rxkad.h
        1 file(s) copied.
        cl -c -W3 -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -D_WINNT 
-D_WIN32_WINNT=0x0400 -DWINVER=0x0400 -Z7  -DWIN32  -D_WIN32 -D_MT -D_DLL -MD  /Oy-  
/GF  /Gd  /Gy  /GX  /Os /Ox /Z7 /W3  -I.  -Io:\projects\openafs-1.0.3\DEST\include  
-Io:\projects\openafs-1.0.3\DEST\include\afs  
-Io:\projects\openafs-1.0.3\DEST\include\rx  -DWIN32_LEAN_AND_MEAN  -DSTRICT  
-D_WIN32_IE=0x0400  /c rxkad_errs.c
rxkad_errs.c
        echo char cml_version_number[]="@(#)CML not accessible: No version 
information"; >AFS_component_version_number.c
        echo char* AFSVersion = "afs??";  >>AFS_component_version_number.c
        cl -c -W3 -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -D_WINNT 
-D_WIN32_WINNT=0x0400 -DWINVER=0x0400 -Z7  -DWIN32  -D_WIN32 -D_MT -D_DLL -MD  /Oy-  
/GF  /Gd  /Gy  /GX  /Os /Ox /Z7 /W3  -I.  -Io:\projects\openafs-1.0.3\DEST\include  
-Io:\projects\openafs-1.0.3\DEST\include\afs  
-Io:\projects\openafs-1.0.3\DEST\include\rx  -DWIN32_LEAN_AND_MEAN  -DSTRICT  
-D_WIN32_IE=0x0400  /c AFS_component_version_number.c
AFS_component_version_number.c
        cl -c -W3 -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -D_WINNT 
-D_WIN32_WINNT=0x0400 -DWINVER=0x0400 -Z7  -DWIN32  -D_WIN32 -D_MT -D_DLL -MD  /Oy-  
/GF  /Gd  /Gy  /GX  /Os /Ox /Z7 /W3  -I.  -Io:\projects\openafs-1.0.3\DEST\include  
-Io:\projects\openafs-1.0.3\DEST\include\afs  
-Io:\projects\openafs-1.0.3\DEST\include\rx  -DWIN32_LEAN_AND_MEAN  -DSTRICT  
-D_WIN32_IE=0x0400  /c fcrypt.c
fcrypt.c
        cl -c -W3 -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -D_WINNT 
-D_WIN32_WINNT=0x0400 -DWINVER=0x0400 -Z7  -DWIN32  -D_WIN32 -D_MT -D_DLL -MD  /Oy-  
/GF  /Gd  /Gy  /GX  /Os /Ox /Z7 /W3  -I.  -Io:\projects\openafs-1.0.3\DEST\include  
-Io:\projects\openafs-1.0.3\DEST\include\afs  
-Io:\projects\openafs-1.0.3\DEST\include\rx  -DWIN32_LEAN_AND_MEAN  -DSTRICT  
-D_WIN32_IE=0x0400  /c crypt_conn.c
crypt_conn.c
crypt_conn.c(76) : warning C4013: 'fc_cbc_encrypt' undefined; assuming extern 
returning int
crypt_conn.c(113) : warning C4013: 'rx_SlowPutInt32' undefined; assuming extern 
returning int
        lib /NOLOGO /OUT:o:\projects\openafs-1.0.3\DEST\lib\afsrxkad.lib 
rxkad_client.obj rxkad_server.obj rxkad_common.obj ticket.obj rxkad_errs.obj 
AFS_component_version_number.obj fcrypt.obj crypt_conn.obj
        cd ..\..
        cd src\WINNT\pthread
        nmake /nologo /f ntmakefile install
        cl -c -W3 -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -D_WINNT 
-D_WIN32_WINNT=0x0400 -DWINVER=0x0400 -Z7  -DWIN32  -D_WIN32 -D_MT -D_DLL -MD  /Oy-  
/GF  /Gd  /Gy  /GX  /Os /Ox /Z7 /W3  -I.  -Io:\projects\openafs-1.0.3\DEST\include  
-Io:\projects\openafs-1.0.3\DEST\include\afs  
-Io:\projects\openafs-1.0.3\DEST\include\rx  -DWIN32_LEAN_AND_MEAN  -DSTRICT  
-D_WIN32_IE=0x0400  /c pthread.c
pthread.c
        echo #define AFS_VERINFO_BUILD "CML not accessible: No version information" 
>AFS_component_version_number.h
        rc -DWIN32 -D_WIN32 -DWINVER=0x0400  /r  pthread.rc
        link /OUT:o:\projects\openafs-1.0.3\DEST\lib\pthread.dll -debug:full 
-debugtype:cv -debugtype:both /NODEFAULTLIB /INCREMENTAL:NO /PDB:NONE /RELEASE /NOLOGO 
-entry:_DllMainCRTStartup@12 -dll  /FIXED:NO msvcrt.lib oldnames.lib kernel32.lib  
ws2_32.lib mswsock.lib advapi32.lib binmode.obj pthread.obj pthread.res 
/DEF:pthread.def
   Creating library o:\projects\openafs-1.0.3\DEST\lib\pthread.lib and object 
o:\projects\openafs-1.0.3\DEST\lib\pthread.exp
        rebase -i o:\projects\openafs-1.0.3\DEST\NTDllmap.txt -x 
o:\projects\openafs-1.0.3\DEST\lib -q o:\projects\openafs-1.0.3\DEST\lib\pthread.dll
REBASE:      pthread.dll rebased to 0x00000000 (size 0x00010000)
        cl -c -W3 -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -D_WINNT 
-D_WIN32_WINNT=0x0400 -DWINVER=0x0400 -Z7  -DWIN32  -D_WIN32 -D_MT -D_DLL -MD  /Oy-  
/GF  /Gd  /Gy  /GX  /Os /Ox /Z7 /W3  -I.  -Io:\projects\openafs-1.0.3\DEST\include  
-Io:\projects\openafs-1.0.3\DEST\include\afs  
-Io:\projects\openafs-1.0.3\DEST\include\rx  -DWIN32_LEAN_AND_MEAN  -DSTRICT  
-D_WIN32_IE=0x0400  /c pthread.c -DAFS_WIN95_ENV /Fopthread_95.obj
pthread.c
        rc -DWIN32 -D_WIN32 -DWINVER=0x0400  /r  pthread95.rc
        link /OUT:o:\projects\openafs-1.0.3\DEST\lib\win95\pthread.dll -debug:full 
-debugtype:cv -debugtype:both /NODEFAULTLIB /INCREMENTAL:NO /PDB:NONE /RELEASE /NOLOGO 
-entry:_DllMainCRTStartup@12 -dll  /FIXED:NO msvcrt.lib oldnames.lib kernel32.lib  
ws2_32.lib mswsock.lib advapi32.lib binmode.obj pthread_95.obj pthread95.res 
/DEF:pthread.def
   Creating library o:\projects\openafs-1.0.3\DEST\lib\win95\pthread.lib and object 
o:\projects\openafs-1.0.3\DEST\lib\win95\pthread.exp
        rebase -i o:\projects\openafs-1.0.3\DEST\NTDllmap.txt -x 
o:\projects\openafs-1.0.3\DEST\lib\win95 -q 
o:\projects\openafs-1.0.3\DEST\lib\win95\pthread.dll
REBASE:      pthread.dll rebased to 0x00000000 (size 0x00010000)
        cd ..\..\..
        cd src\procmgmt
        nmake /nologo /f ntmakefile install
        cl -c -W3 -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -D_WINNT 
-D_WIN32_WINNT=0x0400 -DWINVER=0x0400 -Z7  -DWIN32  -D_WIN32 -D_MT -D_DLL -MD  /Oy-  
/GF  /Gd  /Gy  /GX  /Os /Ox /Z7 /W3  -I.  -Io:\projects\openafs-1.0.3\DEST\include  
-Io:\projects\openafs-1.0.3\DEST\include\afs  
-Io:\projects\openafs-1.0.3\DEST\include\rx  -DWIN32_LEAN_AND_MEAN  -DSTRICT  
-D_WIN32_IE=0x0400 -DPMGTEXPORT=__declspec(dllexport) /c procmgmt_nt.c
procmgmt_nt.c
        cl -c -W3 -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -D_WINNT 
-D_WIN32_WINNT=0x0400 -DWINVER=0x0400 -Z7  -DWIN32  -D_WIN32 -D_MT -D_DLL -MD  /Oy-  
/GF  /Gd  /Gy  /GX  /Os /Ox /Z7 /W3  -I.  -Io:\projects\openafs-1.0.3\DEST\include  
-Io:\projects\openafs-1.0.3\DEST\include\afs  
-Io:\projects\openafs-1.0.3\DEST\include\rx  -DWIN32_LEAN_AND_MEAN  -DSTRICT  
-D_WIN32_IE=0x0400 -DPMGTEXPORT=__declspec(dllexport) /c redirect_nt.c
redirect_nt.c
        echo #define AFS_VERINFO_BUILD "CML not accessible: No version information" 
>AFS_component_version_number.h
        rc -DWIN32 -D_WIN32 -DWINVER=0x0400  /r  afsprocmgmt.rc
        link 
/OUT:o:\projects\openafs-1.0.3\DEST\root.server\usr\afs\bin\afsprocmgmt.dll 
-debug:full -debugtype:cv -debugtype:both /NODEFAULTLIB /INCREMENTAL:NO /PDB:NONE 
/RELEASE /NOLOGO -entry:_DllMainCRTStartup@12 -dll  /FIXED:NO msvcrt.lib oldnames.lib 
kernel32.lib  ws2_32.lib mswsock.lib advapi32.lib binmode.obj procmgmt_nt.obj 
redirect_nt.obj afsprocmgmt.res o:\projects\openafs-1.0.3\DEST\lib\pthread.lib 
o:\projects\openafs-1.0.3\DEST\lib\afs\afsutil.lib /DEF:afsprocmgmt.def
   Creating library 
o:\projects\openafs-1.0.3\DEST\root.server\usr\afs\bin\afsprocmgmt.lib and object 
o:\projects\openafs-1.0.3\DEST\root.server\usr\afs\bin\afsprocmgmt.exp
        rebase -i o:\projects\openafs-1.0.3\DEST\NTDllmap.txt -x 
o:\projects\openafs-1.0.3\DEST\root.server\usr\afs\bin -q 
o:\projects\openafs-1.0.3\DEST\root.server\usr\afs\bin\afsprocmgmt.dll
REBASE:  afsprocmgmt.dll rebased to 0x00000000 (size 0x00010000)
        copy o:\projects\openafs-1.0.3\DEST\root.server\usr\afs\bin\afsprocmgmt.lib 
o:\projects\openafs-1.0.3\DEST\lib\afs
        1 file(s) copied.
        del o:\projects\openafs-1.0.3\DEST\root.server\usr\afs\bin\afsprocmgmt.lib 
o:\projects\openafs-1.0.3\DEST\root.server\usr\afs\bin\afsprocmgmt.exp
        cl -c -W3 -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -D_WINNT 
-D_WIN32_WINNT=0x0400 -DWINVER=0x0400 -Z7  -DWIN32  -D_WIN32 -D_MT -D_DLL -MD  /Oy-  
/GF  /Gd  /Gy  /GX  /Os /Ox /Z7 /W3  -I.  -Io:\projects\openafs-1.0.3\DEST\include  
-Io:\projects\openafs-1.0.3\DEST\include\afs  
-Io:\projects\openafs-1.0.3\DEST\include\rx  -DWIN32_LEAN_AND_MEAN  -DSTRICT  
-D_WIN32_IE=0x0400 -DPMGTEXPORT=__declspec(dllexport) /c afskill.c
afskill.c
        rc -DWIN32 -D_WIN32 -DWINVER=0x0400  /r  afskill.rc
        link /OUT:o:\projects\openafs-1.0.3\DEST\root.server\usr\afs\bin\afskill.exe 
-debug:full -debugtype:cv -debugtype:both /NODEFAULTLIB /INCREMENTAL:NO /PDB:NONE 
/RELEASE /NOLOGO -subsystem:console,4.0  /FIXED:NO msvcrt.lib oldnames.lib 
kernel32.lib  ws2_32.lib mswsock.lib advapi32.lib binmode.obj afskill.obj afskill.res 
o:\projects\openafs-1.0.3\DEST\lib\afs\afsprocmgmt.lib
        rebase -b 0x00400000 -x o:\projects\openafs-1.0.3\DEST\root.server\usr\afs\bin 
-q o:\projects\openafs-1.0.3\DEST\root.server\usr\afs\bin\afskill.exe
        copy o:\projects\openafs-1.0.3\DEST\root.server\usr\afs\bin\afskill.exe 
o:\projects\openafs-1.0.3\DEST\etc\afskill.exe
        1 file(s) copied.
        cd ..\..
        cd src\fsint
        nmake /nologo /f ntmakefile install
        o:\projects\openafs-1.0.3\DEST\bin\rxgen -x -y afscbint.xg
        cl -c -W3 -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -D_WINNT 
-D_WIN32_WINNT=0x0400 -DWINVER=0x0400 -Z7  -DWIN32  -D_WIN32 -D_MT -D_DLL -MD  /Oy-  
/GF  /Gd  /Gy  /GX  /Os /Ox /Z7 /W3  -I.  -Io:\projects\openafs-1.0.3\DEST\include  
-Io:\projects\openafs-1.0.3\DEST\include\afs  
-Io:\projects\openafs-1.0.3\DEST\include\rx  -DWIN32_LEAN_AND_MEAN  -DSTRICT  
-D_WIN32_IE=0x0400  /c afscbint.cs.c
afscbint.cs.c
        cl -c -W3 -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -D_WINNT 
-D_WIN32_WINNT=0x0400 -DWINVER=0x0400 -Z7  -DWIN32  -D_WIN32 -D_MT -D_DLL -MD  /Oy-  
/GF  /Gd  /Gy  /GX  /Os /Ox /Z7 /W3  -I.  -Io:\projects\openafs-1.0.3\DEST\include  
-Io:\projects\openafs-1.0.3\DEST\include\afs  
-Io:\projects\openafs-1.0.3\DEST\include\rx  -DWIN32_LEAN_AND_MEAN  -DSTRICT  
-D_WIN32_IE=0x0400  /c afscbint.ss.c
afscbint.ss.c
afscbint.ss.c(48) : warning C4013: 'SRXAFSCB_CallBack' undefined; assuming extern 
returning int
afscbint.ss.c(87) : warning C4013: 'SRXAFSCB_InitCallBackState' undefined; assuming 
extern returning int
afscbint.ss.c(110) : warning C4013: 'SRXAFSCB_Probe' undefined; assuming extern 
returning int
afscbint.ss.c(141) : warning C4013: 'SRXAFSCB_GetLock' undefined; assuming extern 
returning int
afscbint.ss.c(176) : warning C4013: 'SRXAFSCB_GetCE' undefined; assuming extern 
returning int
afscbint.ss.c(204) : warning C4013: 'SRXAFSCB_XStatsVersion' undefined; assuming 
extern returning int
afscbint.ss.c(242) : warning C4013: 'SRXAFSCB_GetXStats' undefined; assuming extern 
returning int
afscbint.ss.c(286) : warning C4013: 'SRXAFSCB_InitCallBackState2' undefined; assuming 
extern returning int
afscbint.ss.c(313) : warning C4013: 'SRXAFSCB_WhoAreYou' undefined; assuming extern 
returning int
afscbint.ss.c(346) : warning C4013: 'SRXAFSCB_InitCallBackState3' undefined; assuming 
extern returning int
afscbint.ss.c(377) : warning C4013: 'SRXAFSCB_ProbeUuid' undefined; assuming extern 
returning int
afscbint.ss.c(409) : warning C4013: 'SRXAFSCB_GetServerPrefs' undefined; assuming 
extern returning int
afscbint.ss.c(445) : warning C4013: 'SRXAFSCB_GetCellServDB' undefined; assuming 
extern returning int
afscbint.ss.c(488) : warning C4013: 'SRXAFSCB_GetLocalCell' undefined; assuming extern 
returning int
afscbint.ss.c(539) : warning C4013: 'SRXAFSCB_GetCacheConfig' undefined; assuming 
extern returning int
afscbint.ss.c(606) : warning C4013: 'hton_syserr_conv' undefined; assuming extern 
returning int
        cl -c -W3 -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -D_WINNT 
-D_WIN32_WINNT=0x0400 -DWINVER=0x0400 -Z7  -DWIN32  -D_WIN32 -D_MT -D_DLL -MD  /Oy-  
/GF  /Gd  /Gy  /GX  /Os /Ox /Z7 /W3  -I.  -Io:\projects\openafs-1.0.3\DEST\include  
-Io:\projects\openafs-1.0.3\DEST\include\afs  
-Io:\projects\openafs-1.0.3\DEST\include\rx  -DWIN32_LEAN_AND_MEAN  -DSTRICT  
-D_WIN32_IE=0x0400  /c afscbint.xdr.c
afscbint.xdr.c
        o:\projects\openafs-1.0.3\DEST\bin\rxgen -x afsint.xg
        cl -c -W3 -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -D_WINNT 
-D_WIN32_WINNT=0x0400 -DWINVER=0x0400 -Z7  -DWIN32  -D_WIN32 -D_MT -D_DLL -MD  /Oy-  
/GF  /Gd  /Gy  /GX  /Os /Ox /Z7 /W3  -I.  -Io:\projects\openafs-1.0.3\DEST\include  
-Io:\projects\openafs-1.0.3\DEST\include\afs  
-Io:\projects\openafs-1.0.3\DEST\include\rx  -DWIN32_LEAN_AND_MEAN  -DSTRICT  
-D_WIN32_IE=0x0400  /c afsint.cs.c
afsint.cs.c
        cl -c -W3 -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -D_WINNT 
-D_WIN32_WINNT=0x0400 -DWINVER=0x0400 -Z7  -DWIN32  -D_WIN32 -D_MT -D_DLL -MD  /Oy-  
/GF  /Gd  /Gy  /GX  /Os /Ox /Z7 /W3  -I.  -Io:\projects\openafs-1.0.3\DEST\include  
-Io:\projects\openafs-1.0.3\DEST\include\afs  
-Io:\projects\openafs-1.0.3\DEST\include\rx  -DWIN32_LEAN_AND_MEAN  -DSTRICT  
-D_WIN32_IE=0x0400  /c afsint.ss.c
afsint.ss.c
afsint.ss.c(75) : warning C4013: 'SRXAFS_FetchData' undefined; assuming extern 
returning int
afsint.ss.c(116) : warning C4013: 'SRXAFS_FetchACL' undefined; assuming extern 
returning int
afsint.ss.c(169) : warning C4013: 'SRXAFS_FetchStatus' undefined; assuming extern 
returning int
afsint.ss.c(213) : warning C4013: 'SRXAFS_StoreData' undefined; assuming extern 
returning int
afsint.ss.c(254) : warning C4013: 'SRXAFS_StoreACL' undefined; assuming extern 
returning int
afsint.ss.c(307) : warning C4013: 'SRXAFS_StoreStatus' undefined; assuming extern 
returning int
afsint.ss.c(345) : warning C4013: 'SRXAFS_RemoveFile' undefined; assuming extern 
returning int
afsint.ss.c(400) : warning C4013: 'SRXAFS_CreateFile' undefined; assuming extern 
returning int
afsint.ss.c(457) : warning C4013: 'SRXAFS_Rename' undefined; assuming extern returning 
int
afsint.ss.c(514) : warning C4013: 'SRXAFS_Symlink' undefined; assuming extern 
returning int
afsint.ss.c(570) : warning C4013: 'SRXAFS_Link' undefined; assuming extern returning 
int
afsint.ss.c(626) : warning C4013: 'SRXAFS_MakeDir' undefined; assuming extern 
returning int
afsint.ss.c(681) : warning C4013: 'SRXAFS_RemoveDir' undefined; assuming extern 
returning int
afsint.ss.c(734) : warning C4013: 'SRXAFS_OldSetLock' undefined; assuming extern 
returning int
afsint.ss.c(781) : warning C4013: 'SRXAFS_OldExtendLock' undefined; assuming extern 
returning int
afsint.ss.c(814) : warning C4013: 'SRXAFS_OldReleaseLock' undefined; assuming extern 
returning int
afsint.ss.c(839) : warning C4013: 'SRXAFS_GetStatistics' undefined; assuming extern 
returning int
afsint.ss.c(878) : warning C4013: 'SRXAFS_GiveUpCallBacks' undefined; assuming extern 
returning int
afsint.ss.c(924) : warning C4013: 'SRXAFS_GetVolumeInfo' undefined; assuming extern 
returning int
afsint.ss.c(973) : warning C4013: 'SRXAFS_GetVolumeStatus' undefined; assuming extern 
returning int
afsint.ss.c(1031) : warning C4013: 'SRXAFS_SetVolumeStatus' undefined; assuming extern 
returning int
afsint.ss.c(1071) : warning C4013: 'SRXAFS_GetRootVolume' undefined; assuming extern 
returning int
afsint.ss.c(1122) : warning C4013: 'SRXAFS_CheckToken' undefined; assuming extern 
returning int
afsint.ss.c(1161) : warning C4013: 'SRXAFS_GetTime' undefined; assuming extern 
returning int
afsint.ss.c(1195) : warning C4013: 'SRXAFS_NGetVolumeInfo' undefined; assuming extern 
returning int
afsint.ss.c(1252) : warning C4013: 'SRXAFS_BulkStatus' undefined; assuming extern 
returning int
afsint.ss.c(1307) : warning C4013: 'SRXAFS_SetLock' undefined; assuming extern 
returning int
afsint.ss.c(1356) : warning C4013: 'SRXAFS_ExtendLock' undefined; assuming extern 
returning int
afsint.ss.c(1391) : warning C4013: 'SRXAFS_ReleaseLock' undefined; assuming extern 
returning int
afsint.ss.c(1419) : warning C4013: 'SRXAFS_XStatsVersion' undefined; assuming extern 
returning int
afsint.ss.c(1457) : warning C4013: 'SRXAFS_GetXStats' undefined; assuming extern 
returning int
afsint.ss.c(1511) : warning C4013: 'SRXAFS_Lookup' undefined; assuming extern 
returning int
afsint.ss.c(1572) : warning C4013: 'SRXAFS_FlushCPS' undefined; assuming extern 
returning int
afsint.ss.c(1629) : warning C4013: 'SRXAFS_DFSSymlink' undefined; assuming extern 
returning int
afsint.ss.c(1685) : warning C4013: 'SRXAFS_ResidencyCmd' undefined; assuming extern 
returning int
        cl -c -W3 -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -D_WINNT 
-D_WIN32_WINNT=0x0400 -DWINVER=0x0400 -Z7  -DWIN32  -D_WIN32 -D_MT -D_DLL -MD  /Oy-  
/GF  /Gd  /Gy  /GX  /Os /Ox /Z7 /W3  -I.  -Io:\projects\openafs-1.0.3\DEST\include  
-Io:\projects\openafs-1.0.3\DEST\include\afs  
-Io:\projects\openafs-1.0.3\DEST\include\rx  -DWIN32_LEAN_AND_MEAN  -DSTRICT  
-D_WIN32_IE=0x0400  /c afsint.xdr.c
afsint.xdr.c
        cl -c -W3 -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -D_WINNT 
-D_WIN32_WINNT=0x0400 -DWINVER=0x0400 -Z7  -DWIN32  -D_WIN32 -D_MT -D_DLL -MD  /Oy-  
/GF  /Gd  /Gy  /GX  /Os /Ox /Z7 /W3  -I.  -Io:\projects\openafs-1.0.3\DEST\include  
-Io:\projects\openafs-1.0.3\DEST\include\afs  
-Io:\projects\openafs-1.0.3\DEST\include\rx  -DWIN32_LEAN_AND_MEAN  -DSTRICT  
-D_WIN32_IE=0x0400  /c afsaux.c
afsaux.c
        echo char cml_version_number[]="@(#)CML not accessible: No version 
information"; >AFS_component_version_number.c
        echo char* AFSVersion = "afs??";  >>AFS_component_version_number.c
        cl -c -W3 -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -D_WINNT 
-D_WIN32_WINNT=0x0400 -DWINVER=0x0400 -Z7  -DWIN32  -D_WIN32 -D_MT -D_DLL -MD  /Oy-  
/GF  /Gd  /Gy  /GX  /Os /Ox /Z7 /W3  -I.  -Io:\projects\openafs-1.0.3\DEST\include  
-Io:\projects\openafs-1.0.3\DEST\include\afs  
-Io:\projects\openafs-1.0.3\DEST\include\rx  -DWIN32_LEAN_AND_MEAN  -DSTRICT  
-D_WIN32_IE=0x0400  /c AFS_component_version_number.c
AFS_component_version_number.c
        lib /NOLOGO /OUT:o:\projects\openafs-1.0.3\DEST\lib\afs\afsint.lib 
afscbint.cs.obj afscbint.ss.obj afscbint.xdr.obj afsint.cs.obj afsint.ss.obj 
afsint.xdr.obj afsaux.obj AFS_component_version_number.obj
        copy afsint.h o:\projects\openafs-1.0.3\DEST\include\afs
        1 file(s) copied.
        copy afscbint.h o:\projects\openafs-1.0.3\DEST\include\afs
        1 file(s) copied.
        cl -c -W3 -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -D_WINNT 
-D_WIN32_WINNT=0x0400 -DWINVER=0x0400 -Z7  -DWIN32  -D_WIN32 -D_MT -D_DLL -MD  /Oy-  
/GF  /Gd  /Gy  /GX  /Os /Ox /Z7 /W3  -I.  -Io:\projects\openafs-1.0.3\DEST\include  
-Io:\projects\openafs-1.0.3\DEST\include\afs  
-Io:\projects\openafs-1.0.3\DEST\include\rx  -DWIN32_LEAN_AND_MEAN  -DSTRICT  
-D_WIN32_IE=0x0400  /c afscbint.cs.c -DAFS_PTHREAD_ENV /Foafscbint.cs_mt.obj
afscbint.cs.c
        cl -c -W3 -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -D_WINNT 
-D_WIN32_WINNT=0x0400 -DWINVER=0x0400 -Z7  -DWIN32  -D_WIN32 -D_MT -D_DLL -MD  /Oy-  
/GF  /Gd  /Gy  /GX  /Os /Ox /Z7 /W3  -I.  -Io:\projects\openafs-1.0.3\DEST\include  
-Io:\projects\openafs-1.0.3\DEST\include\afs  
-Io:\projects\openafs-1.0.3\DEST\include\rx  -DWIN32_LEAN_AND_MEAN  -DSTRICT  
-D_WIN32_IE=0x0400  /c afscbint.ss.c -DAFS_PTHREAD_ENV /Foafscbint.ss_mt.obj
afscbint.ss.c
afscbint.ss.c(48) : warning C4013: 'SRXAFSCB_CallBack' undefined; assuming extern 
returning int
afscbint.ss.c(87) : warning C4013: 'SRXAFSCB_InitCallBackState' undefined; assuming 
extern returning int
afscbint.ss.c(110) : warning C4013: 'SRXAFSCB_Probe' undefined; assuming extern 
returning int
afscbint.ss.c(141) : warning C4013: 'SRXAFSCB_GetLock' undefined; assuming extern 
returning int
afscbint.ss.c(176) : warning C4013: 'SRXAFSCB_GetCE' undefined; assuming extern 
returning int
afscbint.ss.c(204) : warning C4013: 'SRXAFSCB_XStatsVersion' undefined; assuming 
extern returning int
afscbint.ss.c(242) : warning C4013: 'SRXAFSCB_GetXStats' undefined; assuming extern 
returning int
afscbint.ss.c(286) : warning C4013: 'SRXAFSCB_InitCallBackState2' undefined; assuming 
extern returning int
afscbint.ss.c(313) : warning C4013: 'SRXAFSCB_WhoAreYou' undefined; assuming extern 
returning int
afscbint.ss.c(346) : warning C4013: 'SRXAFSCB_InitCallBackState3' undefined; assuming 
extern returning int
afscbint.ss.c(377) : warning C4013: 'SRXAFSCB_ProbeUuid' undefined; assuming extern 
returning int
afscbint.ss.c(409) : warning C4013: 'SRXAFSCB_GetServerPrefs' undefined; assuming 
extern returning int
afscbint.ss.c(445) : warning C4013: 'SRXAFSCB_GetCellServDB' undefined; assuming 
extern returning int
afscbint.ss.c(488) : warning C4013: 'SRXAFSCB_GetLocalCell' undefined; assuming extern 
returning int
afscbint.ss.c(539) : warning C4013: 'SRXAFSCB_GetCacheConfig' undefined; assuming 
extern returning int
afscbint.ss.c(606) : warning C4013: 'hton_syserr_conv' undefined; assuming extern 
returning int
        cl -c -W3 -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -D_WINNT 
-D_WIN32_WINNT=0x0400 -DWINVER=0x0400 -Z7  -DWIN32  -D_WIN32 -D_MT -D_DLL -MD  /Oy-  
/GF  /Gd  /Gy  /GX  /Os /Ox /Z7 /W3  -I.  -Io:\projects\openafs-1.0.3\DEST\include  
-Io:\projects\openafs-1.0.3\DEST\include\afs  
-Io:\projects\openafs-1.0.3\DEST\include\rx  -DWIN32_LEAN_AND_MEAN  -DSTRICT  
-D_WIN32_IE=0x0400  /c afscbint.xdr.c -DAFS_PTHREAD_ENV /Foafscbint.xdr_mt.obj
afscbint.xdr.c
        cl -c -W3 -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -D_WINNT 
-D_WIN32_WINNT=0x0400 -DWINVER=0x0400 -Z7  -DWIN32  -D_WIN32 -D_MT -D_DLL -MD  /Oy-  
/GF  /Gd  /Gy  /GX  /Os /Ox /Z7 /W3  -I.  -Io:\projects\openafs-1.0.3\DEST\include  
-Io:\projects\openafs-1.0.3\DEST\include\afs  
-Io:\projects\openafs-1.0.3\DEST\include\rx  -DWIN32_LEAN_AND_MEAN  -DSTRICT  
-D_WIN32_IE=0x0400  /c afsint.cs.c -DAFS_PTHREAD_ENV /Foafsint.cs_mt.obj
afsint.cs.c
        cl -c -W3 -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -D_WINNT 
-D_WIN32_WINNT=0x0400 -DWINVER=0x0400 -Z7  -DWIN32  -D_WIN32 -D_MT -D_DLL -MD  /Oy-  
/GF  /Gd  /Gy  /GX  /Os /Ox /Z7 /W3  -I.  -Io:\projects\openafs-1.0.3\DEST\include  
-Io:\projects\openafs-1.0.3\DEST\include\afs  
-Io:\projects\openafs-1.0.3\DEST\include\rx  -DWIN32_LEAN_AND_MEAN  -DSTRICT  
-D_WIN32_IE=0x0400  /c afsint.ss.c -DAFS_PTHREAD_ENV /Foafsint.ss_mt.obj
afsint.ss.c
afsint.ss.c(75) : warning C4013: 'SRXAFS_FetchData' undefined; assuming extern 
returning int
afsint.ss.c(116) : warning C4013: 'SRXAFS_FetchACL' undefined; assuming extern 
returning int
afsint.ss.c(169) : warning C4013: 'SRXAFS_FetchStatus' undefined; assuming extern 
returning int
afsint.ss.c(213) : warning C4013: 'SRXAFS_StoreData' undefined; assuming extern 
returning int
afsint.ss.c(254) : warning C4013: 'SRXAFS_StoreACL' undefined; assuming extern 
returning int
afsint.ss.c(307) : warning C4013: 'SRXAFS_StoreStatus' undefined; assuming extern 
returning int
afsint.ss.c(345) : warning C4013: 'SRXAFS_RemoveFile' undefined; assuming extern 
returning int
afsint.ss.c(400) : warning C4013: 'SRXAFS_CreateFile' undefined; assuming extern 
returning int
afsint.ss.c(457) : warning C4013: 'SRXAFS_Rename' undefined; assuming extern returning 
int
afsint.ss.c(514) : warning C4013: 'SRXAFS_Symlink' undefined; assuming extern 
returning int
afsint.ss.c(570) : warning C4013: 'SRXAFS_Link' undefined; assuming extern returning 
int
afsint.ss.c(626) : warning C4013: 'SRXAFS_MakeDir' undefined; assuming extern 
returning int
afsint.ss.c(681) : warning C4013: 'SRXAFS_RemoveDir' undefined; assuming extern 
returning int
afsint.ss.c(734) : warning C4013: 'SRXAFS_OldSetLock' undefined; assuming extern 
returning int
afsint.ss.c(781) : warning C4013: 'SRXAFS_OldExtendLock' undefined; assuming extern 
returning int
afsint.ss.c(814) : warning C4013: 'SRXAFS_OldReleaseLock' undefined; assuming extern 
returning int
afsint.ss.c(839) : warning C4013: 'SRXAFS_GetStatistics' undefined; assuming extern 
returning int
afsint.ss.c(878) : warning C4013: 'SRXAFS_GiveUpCallBacks' undefined; assuming extern 
returning int
afsint.ss.c(924) : warning C4013: 'SRXAFS_GetVolumeInfo' undefined; assuming extern 
returning int
afsint.ss.c(973) : warning C4013: 'SRXAFS_GetVolumeStatus' undefined; assuming extern 
returning int
afsint.ss.c(1031) : warning C4013: 'SRXAFS_SetVolumeStatus' undefined; assuming extern 
returning int
afsint.ss.c(1071) : warning C4013: 'SRXAFS_GetRootVolume' undefined; assuming extern 
returning int
afsint.ss.c(1122) : warning C4013: 'SRXAFS_CheckToken' undefined; assuming extern 
returning int
afsint.ss.c(1161) : warning C4013: 'SRXAFS_GetTime' undefined; assuming extern 
returning int
afsint.ss.c(1195) : warning C4013: 'SRXAFS_NGetVolumeInfo' undefined; assuming extern 
returning int
afsint.ss.c(1252) : warning C4013: 'SRXAFS_BulkStatus' undefined; assuming extern 
returning int
afsint.ss.c(1307) : warning C4013: 'SRXAFS_SetLock' undefined; assuming extern 
returning int
afsint.ss.c(1356) : warning C4013: 'SRXAFS_ExtendLock' undefined; assuming extern 
returning int
afsint.ss.c(1391) : warning C4013: 'SRXAFS_ReleaseLock' undefined; assuming extern 
returning int
afsint.ss.c(1419) : warning C4013: 'SRXAFS_XStatsVersion' undefined; assuming extern 
returning int
afsint.ss.c(1457) : warning C4013: 'SRXAFS_GetXStats' undefined; assuming extern 
returning int
afsint.ss.c(1511) : warning C4013: 'SRXAFS_Lookup' undefined; assuming extern 
returning int
afsint.ss.c(1572) : warning C4013: 'SRXAFS_FlushCPS' undefined; assuming extern 
returning int
afsint.ss.c(1629) : warning C4013: 'SRXAFS_DFSSymlink' undefined; assuming extern 
returning int
afsint.ss.c(1685) : warning C4013: 'SRXAFS_ResidencyCmd' undefined; assuming extern 
returning int
        cl -c -W3 -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -D_WINNT 
-D_WIN32_WINNT=0x0400 -DWINVER=0x0400 -Z7  -DWIN32  -D_WIN32 -D_MT -D_DLL -MD  /Oy-  
/GF  /Gd  /Gy  /GX  /Os /Ox /Z7 /W3  -I.  -Io:\projects\openafs-1.0.3\DEST\include  
-Io:\projects\openafs-1.0.3\DEST\include\afs  
-Io:\projects\openafs-1.0.3\DEST\include\rx  -DWIN32_LEAN_AND_MEAN  -DSTRICT  
-D_WIN32_IE=0x0400  /c afsint.xdr.c -DAFS_PTHREAD_ENV /Foafsint.xdr_mt.obj
afsint.xdr.c
        cl -c -W3 -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -D_WINNT 
-D_WIN32_WINNT=0x0400 -DWINVER=0x0400 -Z7  -DWIN32  -D_WIN32 -D_MT -D_DLL -MD  /Oy-  
/GF  /Gd  /Gy  /GX  /Os /Ox /Z7 /W3  -I.  -Io:\projects\openafs-1.0.3\DEST\include  
-Io:\projects\openafs-1.0.3\DEST\include\afs  
-Io:\projects\openafs-1.0.3\DEST\include\rx  -DWIN32_LEAN_AND_MEAN  -DSTRICT  
-D_WIN32_IE=0x0400  /c afsaux.c -DAFS_PTHREAD_ENV /Foafsaux_mt.obj
afsaux.c
        lib /NOLOGO /OUT:o:\projects\openafs-1.0.3\DEST\lib\afs\mtafsint.lib 
afscbint.cs_mt.obj afscbint.ss_mt.obj afscbint.xdr_mt.obj afsint.cs_mt.obj 
afsint.ss_mt.obj afsint.xdr_mt.obj afsaux_mt.obj AFS_component_version_number.obj
        cd ..\..
        cd src\audit
        nmake /nologo /f ntmakefile install
        cl -c -W3 -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -D_WINNT 
-D_WIN32_WINNT=0x0400 -DWINVER=0x0400 -Z7  -DWIN32  -D_WIN32 -D_MT -D_DLL -MD  /Oy-  
/GF  /Gd  /Gy  /GX  /Os /Ox /Z7 /W3  -I.  -Io:\projects\openafs-1.0.3\DEST\include  
-Io:\projects\openafs-1.0.3\DEST\include\afs  
-Io:\projects\openafs-1.0.3\DEST\include\rx  -DWIN32_LEAN_AND_MEAN  -DSTRICT  
-D_WIN32_IE=0x0400  /c audit.c
audit.c
audit.c(422) : warning C4035: 'osi_audit' : no return value
audit.c(425) : warning C4035: 'osi_auditU' : no return value
        lib /NOLOGO /OUT:o:\projects\openafs-1.0.3\DEST\lib\afs\afsaudit.lib audit.obj
        cd ..\..
        cd src\WINNT\client_osi
        nmake /nologo /f ntmakefile install_headers
        midl -Zp4 -cpp_cmd cl -cpp_opt "-E" dbrpc.idl
Processing .\dbrpc.idl
        copy dbrpc.h o:\projects\openafs-1.0.3\DEST\include
        1 file(s) copied.
        cd ..\..\..
        cd src\libacl
        nmake /nologo /f ntmakefile install_headers
        cd ..\..
        cd src\WINNT\afsd
        nmake /nologo /f ntmakefile install_headers
        cl -c -W3 -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -D_WINNT 
-D_WIN32_WINNT=0x0400 -DWINVER=0x0400 -Z7  -DWIN32  -D_WIN32 -D_MT -D_DLL -MD  /Oy-  
/GF  /Gd  /Gy  /GX  /Os /Ox /Z7 /W3  -I.  -Io:\projects\openafs-1.0.3\DEST\include  
-Io:\projects\openafs-1.0.3\DEST\include\afs  
-Io:\projects\openafs-1.0.3\DEST\include\rx  -DWIN32_LEAN_AND_MEAN  -DSTRICT  
-D_WIN32_IE=0x0400  /c afsrpc_c.c
afsrpc_c.c
        cd ..\..\..
        cd src\sys
        nmake /nologo /f ntmakefile install
        cl -c -W3 -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -D_WINNT 
-D_WIN32_WINNT=0x0400 -DWINVER=0x0400 -Z7  -DWIN32  -D_WIN32 -D_MT -D_DLL -MD  /Oy-  
/GF  /Gd  /Gy  /GX  /Os /Ox /Z7 /W3  -I.  -Io:\projects\openafs-1.0.3\DEST\include  
-Io:\projects\openafs-1.0.3\DEST\include\afs  
-Io:\projects\openafs-1.0.3\DEST\include\rx  -DWIN32_LEAN_AND_MEAN  -DSTRICT  
-D_WIN32_IE=0x0400  /c pioctl_nt.c
pioctl_nt.c
        lib /NOLOGO /OUT:o:\projects\openafs-1.0.3\DEST\lib\afs\afspioctl.lib 
pioctl_nt.obj
        cd ..\..
        cd src\auth
        nmake /nologo /f ntmakefile install
        del auth.h ktc_errors.c
        o:\projects\openafs-1.0.3\DEST\bin\compile_et ktc_errors.et -h auth
        copy auth.h o:\projects\openafs-1.0.3\DEST\include\afs\auth.h
        1 file(s) copied.
        del o:\projects\openafs-1.0.3\DEST\include\afs\cellconfig.h  acfg_errors.c
        o:\projects\openafs-1.0.3\DEST\bin\compile_et acfg_errors.et -h cellconfig
        copy cellconfig.h o:\projects\openafs-1.0.3\DEST\include\afs\cellconfig.h
        1 file(s) copied.
        cl -c -W3 -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -D_WINNT 
-D_WIN32_WINNT=0x0400 -DWINVER=0x0400 -Z7  -DWIN32  -D_WIN32 -D_MT -D_DLL -MD  /Oy-  
/GF  /Gd  /Gy  /GX  /Os /Ox /Z7 /W3  -I.  -Io:\projects\openafs-1.0.3\DEST\include  
-Io:\projects\openafs-1.0.3\DEST\include\afs  
-Io:\projects\openafs-1.0.3\DEST\include\rx  -DWIN32_LEAN_AND_MEAN  -DSTRICT  
-D_WIN32_IE=0x0400  /c cellconfig.c
cellconfig.c
cellconfig.c(207) : warning C4101: 'tvp' : unreferenced local variable
cellconfig.c(432) : warning C4244: '=' : conversion from 'long ' to 'short ', possible 
loss of data
cellconfig.c(445) : warning C4013: 'afsconf_IntGetKeys' undefined; assuming extern 
returning int
cellconfig.c(530) : warning C4013: 'afsconf_GetCellInfo' undefined; assuming extern 
returning int
cellconfig.c(565) : warning C4013: 'afsconf_GetLocalCell' undefined; assuming extern 
returning int
cellconfig.c(586) : warning C4018: '<' : signed/unsigned mismatch
cellconfig.c(88) : warning C4761: integral size mismatch in argument; conversion 
supplied
        cl -c -W3 -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -D_WINNT 
-D_WIN32_WINNT=0x0400 -DWINVER=0x0400 -Z7  -DWIN32  -D_WIN32 -D_MT -D_DLL -MD  /Oy-  
/GF  /Gd  /Gy  /GX  /Os /Ox /Z7 /W3  -I.  -Io:\projects\openafs-1.0.3\DEST\include  
-Io:\projects\openafs-1.0.3\DEST\include\afs  
-Io:\projects\openafs-1.0.3\DEST\include\rx  -DWIN32_LEAN_AND_MEAN  -DSTRICT  
-D_WIN32_IE=0x0400  /c userok.c
userok.c
userok.c(60) : warning C4013: 'afsconf_SuperUser' undefined; assuming extern returning 
int
userok.c(108) : warning C4035: 'afsconf_SetNoAuthFlag' : no return value
userok.c(260) : warning C4101: 'tp' : unreferenced local variable
userok.c(336) : warning C4013: 'rxkad_GetServerInfo' undefined; assuming extern 
returning int
userok.c(345) : warning C4013: 'afsconf_GetLocalCell' undefined; assuming extern 
returning int
userok.c(348) : warning C4013: 'afs_krb_get_lrealm' undefined; assuming extern 
returning int
        cl -c -W3 -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -D_WINNT 
-D_WIN32_WINNT=0x0400 -DWINVER=0x0400 -Z7  -DWIN32  -D_WIN32 -D_MT -D_DLL -MD  /Oy-  
/GF  /Gd  /Gy  /GX  /Os /Ox /Z7 /W3  -I.  -Io:\projects\openafs-1.0.3\DEST\include  
-Io:\projects\openafs-1.0.3\DEST\include\afs  
-Io:\projects\openafs-1.0.3\DEST\include\rx  -DWIN32_LEAN_AND_MEAN  -DSTRICT  
-D_WIN32_IE=0x0400  /c writeconfig.c
writeconfig.c
writeconfig.c(81) : warning C4013: 'afsconf_SetExtendedCellInfo' undefined; assuming 
extern returning int
        cl -c -W3 -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -D_WINNT 
-D_WIN32_WINNT=0x0400 -DWINVER=0x0400 -Z7  -DWIN32  -D_WIN32 -D_MT -D_DLL -MD  /Oy-  
/GF  /Gd  /Gy  /GX  /Os /Ox /Z7 /W3  -I.  -Io:\projects\openafs-1.0.3\DEST\include  
-Io:\projects\openafs-1.0.3\DEST\include\afs  
-Io:\projects\openafs-1.0.3\DEST\include\rx  -DWIN32_LEAN_AND_MEAN  -DSTRICT  
-D_WIN32_IE=0x0400  /c authcon.c
authcon.c
authcon.c(82) : warning C4013: 'rxnull_NewClientSecurityObject' undefined; assuming 
extern returning int
authcon.c(127) : warning C4013: 'afsconf_GetLatestKey' undefined; assuming extern 
returning int
authcon.c(133) : warning C4013: 'des_init_random_number_generator' undefined; assuming 
extern returning int
authcon.c(134) : warning C4013: 'des_random_key' undefined; assuming extern returning 
int
authcon.c(141) : warning C4013: 'tkt_MakeTicket' undefined; assuming extern returning 
int
authcon.c(160) : warning C4101: 'schedule' : unreferenced local variable
authcon.c(160) : warning C4101: 'i' : unreferenced local variable
authcon.c(160) : warning C4101: 'tv' : unreferenced local variable
        cl -c -W3 -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -D_WINNT 
-D_WIN32_WINNT=0x0400 -DWINVER=0x0400 -Z7  -DWIN32  -D_WIN32 -D_MT -D_DLL -MD  /Oy-  
/GF  /Gd  /Gy  /GX  /Os /Ox /Z7 /W3  -I.  -Io:\projects\openafs-1.0.3\DEST\include  
-Io:\projects\openafs-1.0.3\DEST\include\afs  
-Io:\projects\openafs-1.0.3\DEST\include\rx  -DWIN32_LEAN_AND_MEAN  -DSTRICT  
-D_WIN32_IE=0x0400  /c acfg_errors.c
acfg_errors.c
        cl -c -W3 -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -D_WINNT 
-D_WIN32_WINNT=0x0400 -DWINVER=0x0400 -Z7  -DWIN32  -D_WIN32 -D_MT -D_DLL -MD  /Oy-  
/GF  /Gd  /Gy  /GX  /Os /Ox /Z7 /W3  -I.  -Io:\projects\openafs-1.0.3\DEST\include  
-Io:\projects\openafs-1.0.3\DEST\include\afs  
-Io:\projects\openafs-1.0.3\DEST\include\rx  -DWIN32_LEAN_AND_MEAN  -DSTRICT  
-D_WIN32_IE=0x0400  /c ktc_errors.c
ktc_errors.c
        cl -c -W3 -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -D_WINNT 
-D_WIN32_WINNT=0x0400 -DWINVER=0x0400 -Z7  -DWIN32  -D_WIN32 -D_MT -D_DLL -MD  /Oy-  
/GF  /Gd  /Gy  /GX  /Os /Ox /Z7 /W3  -I.  -Io:\projects\openafs-1.0.3\DEST\include  
-Io:\projects\openafs-1.0.3\DEST\include\afs  
-Io:\projects\openafs-1.0.3\DEST\include\rx  -DWIN32_LEAN_AND_MEAN  -DSTRICT  
-D_WIN32_IE=0x0400  /c ktc_nt.c
ktc_nt.c
        echo char cml_version_number[]="@(#)CML not accessible: No version 
information"; >AFS_component_version_number.c
        echo char* AFSVersion = "afs??";  >>AFS_component_version_number.c
        cl -c -W3 -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -D_WINNT 
-D_WIN32_WINNT=0x0400 -DWINVER=0x0400 -Z7  -DWIN32  -D_WIN32 -D_MT -D_DLL -MD  /Oy-  
/GF  /Gd  /Gy  /GX  /Os /Ox /Z7 /W3  -I.  -Io:\projects\openafs-1.0.3\DEST\include  
-Io:\projects\openafs-1.0.3\DEST\include\afs  
-Io:\projects\openafs-1.0.3\DEST\include\rx  -DWIN32_LEAN_AND_MEAN  -DSTRICT  
-D_WIN32_IE=0x0400  /c AFS_component_version_number.c
AFS_component_version_number.c
        lib /NOLOGO /OUT:o:\projects\openafs-1.0.3\DEST\lib\afs\afsauth.lib 
cellconfig.obj userok.obj writeconfig.obj authcon.obj acfg_errors.obj ktc_errors.obj 
ktc_nt.obj ..\WINNT\afsd\afsrpc_c.obj AFS_component_version_number.obj rpcrt4.lib
        cl -c -W3 -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -D_WINNT 
-D_WIN32_WINNT=0x0400 -DWINVER=0x0400 -Z7  -DWIN32  -D_WIN32 -D_MT -D_DLL -MD  /Oy-  
/GF  /Gd  /Gy  /GX  /Os /Ox /Z7 /W3  -I.  -Io:\projects\openafs-1.0.3\DEST\include  
-Io:\projects\openafs-1.0.3\DEST\include\afs  
-Io:\projects\openafs-1.0.3\DEST\include\rx  -DWIN32_LEAN_AND_MEAN  -DSTRICT  
-D_WIN32_IE=0x0400  /c setkey.c
setkey.c
setkey.c(68) : warning C4013: 'afsconf_AddKey' undefined; assuming extern returning int
setkey.c(81) : warning C4013: 'afsconf_DeleteKey' undefined; assuming extern returning 
int
setkey.c(92) : warning C4013: 'afsconf_GetKeys' undefined; assuming extern returning 
int
setkey.c(120) : warning C4035: 'main' : no return value
setkey.c(106) : warning C4761: integral size mismatch in argument; conversion supplied
setkey.c(107) : warning C4761: integral size mismatch in argument; conversion supplied
        link /OUT:setkey.exe -debug:full -debugtype:cv -debugtype:both /NODEFAULTLIB 
/INCREMENTAL:NO /PDB:NONE /RELEASE /NOLOGO -subsystem:console,4.0  /FIXED:NO 
msvcrt.lib oldnames.lib kernel32.lib  ws2_32.lib mswsock.lib advapi32.lib binmode.obj 
setkey.obj o:\projects\openafs-1.0.3\DEST\lib\afs\afsauth.lib 
o:\projects\openafs-1.0.3\DEST\lib\afsrxkad.lib 
o:\projects\openafs-1.0.3\DEST\lib\afsdes.lib 
o:\projects\openafs-1.0.3\DEST\lib\afsrx.lib 
o:\projects\openafs-1.0.3\DEST\lib\afslwp.lib 
o:\projects\openafs-1.0.3\DEST\lib\afs\afsutil.lib 
o:\projects\openafs-1.0.3\DEST\lib\afs\afseventlog.lib 
o:\projects\openafs-1.0.3\DEST\lib\afs\afsreg.lib
        rebase -b 0x00400000 -x . -q setkey.exe
        cd ..\..
        cd src\ubik
        nmake /nologo /f ntmakefile install
        del  ubik.h uerrors.c
        o:\projects\openafs-1.0.3\DEST\bin\compile_et uerrors -h ubik
        copy ubik.h o:\projects\openafs-1.0.3\DEST\include\ubik.h
        1 file(s) copied.
        o:\projects\openafs-1.0.3\DEST\bin\rxgen -x ubik_int.xg
        copy ubik_int.h o:\projects\openafs-1.0.3\DEST\include\ubik_int.h
        1 file(s) copied.
        cl -c -W3 -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -D_WINNT 
-D_WIN32_WINNT=0x0400 -DWINVER=0x0400 -Z7  -DWIN32  -D_WIN32 -D_MT -D_DLL -MD  /Oy-  
/GF  /Gd  /Gy  /GX  /Os /Ox /Z7 /W3  -I.  -Io:\projects\openafs-1.0.3\DEST\include  
-Io:\projects\openafs-1.0.3\DEST\include\afs  
-Io:\projects\openafs-1.0.3\DEST\include\rx  -DWIN32_LEAN_AND_MEAN  -DSTRICT  
-D_WIN32_IE=0x0400  /c disk.c
disk.c
disk.c(89) : warning C4035: 'udisk_Debug' : no return value
disk.c(313) : warning C4013: 'ubik_print' undefined; assuming extern returning int
disk.c(322) : warning C4101: 'trys' : unreferenced local variable
disk.c(433) : warning C4035: 'FixupBucket' : no return value
disk.c(474) : warning C4033: 'DRelease' must return a value
disk.c(718) : warning C4013: 'ubeacon_AmSyncSite' undefined; assuming extern returning 
int
disk.c(732) : warning C4013: 'ContactQuorum' undefined; assuming extern returning int
disk.c(750) : warning C4013: 'panic' undefined; assuming extern returning int
disk.c(816) : warning C4013: 'ulock_relLock' undefined; assuming extern returning int
        cl -c -W3 -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -D_WINNT 
-D_WIN32_WINNT=0x0400 -DWINVER=0x0400 -Z7  -DWIN32  -D_WIN32 -D_MT -D_DLL -MD  /Oy-  
/GF  /Gd  /Gy  /GX  /Os /Ox /Z7 /W3  -I.  -Io:\projects\openafs-1.0.3\DEST\include  
-Io:\projects\openafs-1.0.3\DEST\include\afs  
-Io:\projects\openafs-1.0.3\DEST\include\rx  -DWIN32_LEAN_AND_MEAN  -DSTRICT  
-D_WIN32_IE=0x0400  /c remote.c
remote.c
remote.c(60) : warning C4013: 'urecovery_CheckTid' undefined; assuming extern 
returning int
remote.c(64) : warning C4013: 'udisk_end' undefined; assuming extern returning int
remote.c(68) : warning C4013: 'udisk_begin' undefined; assuming extern returning int
remote.c(107) : warning C4013: 'udisk_commit' undefined; assuming extern returning int
remote.c(179) : warning C4013: 'udisk_abort' undefined; assuming extern returning int
remote.c(220) : warning C4013: 'ulock_getLock' undefined; assuming extern returning int
remote.c(268) : warning C4018: '<' : signed/unsigned mismatch
remote.c(270) : warning C4018: '>' : signed/unsigned mismatch
remote.c(273) : warning C4013: 'udisk_write' undefined; assuming extern returning int
remote.c(344) : warning C4013: 'udisk_truncate' undefined; assuming extern returning 
int
remote.c(371) : warning C4013: 'ubeacon_AmSyncSite' undefined; assuming extern 
returning int
remote.c(475) : warning C4013: 'uvote_GetSyncSite' undefined; assuming extern 
returning int
remote.c(478) : warning C4013: 'ubikGetPrimaryInterfaceAddr' undefined; assuming 
extern returning int
remote.c(479) : warning C4018: '!=' : signed/unsigned mismatch
remote.c(489) : warning C4013: 'urecovery_AbortAll' undefined; assuming extern 
returning int
remote.c(491) : warning C4013: 'ubik_print' undefined; assuming extern returning int
remote.c(522) : warning C4013: 'udisk_Invalidate' undefined; assuming extern returning 
int
remote.c(533) : warning C4101: 't' : unreferenced local variable
remote.c(597) : warning C4013: 'printServerInfo' undefined; assuming extern returning 
int
remote.c(628) : warning C4035: 'printServerInfo' : no return value
        cl -c -W3 -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -D_WINNT 
-D_WIN32_WINNT=0x0400 -DWINVER=0x0400 -Z7  -DWIN32  -D_WIN32 -D_MT -D_DLL -MD  /Oy-  
/GF  /Gd  /Gy  /GX  /Os /Ox /Z7 /W3  -I.  -Io:\projects\openafs-1.0.3\DEST\include  
-Io:\projects\openafs-1.0.3\DEST\include\afs  
-Io:\projects\openafs-1.0.3\DEST\include\rx  -DWIN32_LEAN_AND_MEAN  -DSTRICT  
-D_WIN32_IE=0x0400  /c beacon.c
beacon.c
beacon.c(79) : warning C4035: 'ubeacon_Debug' : no return value
beacon.c(105) : warning C4013: 'ubik_dprint' undefined; assuming extern returning int
beacon.c(113) : warning C4013: 'urecovery_ResetState' undefined; assuming extern 
returning int
beacon.c(140) : warning C4013: 'ubeacon_InitServerListCommon' undefined; assuming 
extern returning int
beacon.c(169) : warning C4013: 'verifyInterfaceAddress' undefined; assuming extern 
returning int
beacon.c(257) : warning C4013: 'updateUbikNetworkAddress' undefined; assuming extern 
returning int
beacon.c(319) : warning C4013: 'uvote_ShouldIRun' undefined; assuming extern returning 
int
beacon.c(362) : warning C4013: 'StartVOTE_Beacon' undefined; assuming extern returning 
int
beacon.c(362) : warning C4013: 'EndVOTE_Beacon' undefined; assuming extern returning 
int
beacon.c(390) : warning C4013: 'urecovery_LostServer' undefined; assuming extern 
returning int
beacon.c(398) : warning C4013: 'SVOTE_Beacon' undefined; assuming extern returning int
beacon.c(420) : warning C4035: 'ubeacon_Interact' : no return value
beacon.c(453) : warning C4013: 'rxi_getaddr' undefined; assuming extern returning int
beacon.c(480) : warning C4013: 'ubik_print' undefined; assuming extern returning int
beacon.c(553) : warning C4101: 'index' : unreferenced local variable
beacon.c(593) : warning C4013: 'StartDISK_UpdateInterfaceAddr' undefined; assuming 
extern returning int
beacon.c(593) : warning C4013: 'EndDISK_UpdateInterfaceAddr' undefined; assuming 
extern returning int
beacon.c(624) : warning C4101: 'index' : unreferenced local variable
beacon.c(624) : warning C4101: 'found' : unreferenced local variable
beacon.c(216) : warning C4700: local variable 'servAddr' used without having been 
initialized
        cl -c -W3 -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -D_WINNT 
-D_WIN32_WINNT=0x0400 -DWINVER=0x0400 -Z7  -DWIN32  -D_WIN32 -D_MT -D_DLL -MD  /Oy-  
/GF  /Gd  /Gy  /GX  /Os /Ox /Z7 /W3  -I.  -Io:\projects\openafs-1.0.3\DEST\include  
-Io:\projects\openafs-1.0.3\DEST\include\afs  
-Io:\projects\openafs-1.0.3\DEST\include\rx  -DWIN32_LEAN_AND_MEAN  -DSTRICT  
-D_WIN32_IE=0x0400  /c recovery.c
recovery.c
recovery.c(91) : warning C4013: 'ubik_dprint' undefined; assuming extern returning int
recovery.c(101) : warning C4013: 'ubeacon_AmSyncSite' undefined; assuming extern 
returning int
recovery.c(110) : warning C4013: 'uvote_GetSyncSite' undefined; assuming extern 
returning int
recovery.c(124) : warning C4013: 'udisk_abort' undefined; assuming extern returning int
recovery.c(139) : warning C4013: 'udisk_end' undefined; assuming extern returning int
recovery.c(144) : warning C4035: 'urecovery_CheckTid' : no return value
recovery.c(229) : warning C4013: 'panic' undefined; assuming extern returning int
recovery.c(398) : warning C4013: 'DoProbe' undefined; assuming extern returning int
recovery.c(429) : warning C4013: 'DISK_GetVersion' undefined; assuming extern 
returning int
recovery.c(474) : warning C4013: 'ubik_print' undefined; assuming extern returning int
recovery.c(476) : warning C4013: 'StartDISK_GetFile' undefined; assuming extern 
returning int
recovery.c(521) : warning C4013: 'EndDISK_GetFile' undefined; assuming extern 
returning int
recovery.c(540) : warning C4013: 'udisk_Invalidate' undefined; assuming extern 
returning int
recovery.c(613) : warning C4013: 'StartDISK_SendFile' undefined; assuming extern 
returning int
recovery.c(633) : warning C4013: 'EndDISK_SendFile' undefined; assuming extern 
returning int
recovery.c(653) : warning C4035: 'urecovery_Interact' : no return value
recovery.c(686) : warning C4013: 'StartDISK_Probe' undefined; assuming extern 
returning int
recovery.c(686) : warning C4013: 'EndDISK_Probe' undefined; assuming extern returning 
int
recovery.c(692) : warning C4013: 'rx_DestroyConnection' undefined; assuming extern 
returning int
recovery.c(708) : warning C4013: 'multi_Finalize_Ignore' undefined; assuming extern 
returning int
        cl -c -W3 -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -D_WINNT 
-D_WIN32_WINNT=0x0400 -DWINVER=0x0400 -Z7  -DWIN32  -D_WIN32 -D_MT -D_DLL -MD  /Oy-  
/GF  /Gd  /Gy  /GX  /Os /Ox /Z7 /W3  -I.  -Io:\projects\openafs-1.0.3\DEST\include  
-Io:\projects\openafs-1.0.3\DEST\include\afs  
-Io:\projects\openafs-1.0.3\DEST\include\rx  -DWIN32_LEAN_AND_MEAN  -DSTRICT  
-D_WIN32_IE=0x0400  /c ubik.c
ubik.c
ubik.c(127) : warning C4018: '<' : signed/unsigned mismatch
ubik.c(129) : warning C4018: '>' : signed/unsigned mismatch
ubik.c(147) : warning C4013: 'urecovery_LostServer' undefined; assuming extern 
returning int
ubik.c(176) : warning C4013: 'ubik_ServerInitCommon' undefined; assuming extern 
returning int
ubik.c(255) : warning C4013: 'ubik_dprint' undefined; assuming extern returning int
ubik.c(273) : warning C4133: 'function' : incompatible types - from 'void (__cdecl 
*)(void)' to 'int (__cdecl *)(void)'
ubik.c(277) : warning C4013: 'uvote_Init' undefined; assuming extern returning int
ubik.c(279) : warning C4013: 'urecovery_Initialize' undefined; assuming extern 
returning int
ubik.c(282) : warning C4013: 'ubeacon_InitServerListByInfo' undefined; assuming extern 
returning int
ubik.c(284) : warning C4013: 'ubeacon_InitServerList' undefined; assuming extern 
returning int
ubik.c(318) : warning C4013: 'urecovery_AllBetter' undefined; assuming extern 
returning int
ubik.c(335) : warning C4013: 'ubeacon_AmSyncSite' undefined; assuming extern returning 
int
ubik.c(342) : warning C4013: 'udisk_begin' undefined; assuming extern returning int
ubik.c(362) : warning C4013: 'udisk_abort' undefined; assuming extern returning int
ubik.c(364) : warning C4013: 'udisk_end' undefined; assuming extern returning int
ubik.c(441) : warning C4013: 'ubik_Flush' undefined; assuming extern returning int
ubik.c(461) : warning C4013: 'udisk_commit' undefined; assuming extern returning int
ubik.c(550) : warning C4013: 'udisk_read' undefined; assuming extern returning int
ubik.c(650) : warning C4013: 'udisk_write' undefined; assuming extern returning int
ubik.c(731) : warning C4013: 'udisk_truncate' undefined; assuming extern returning int
ubik.c(762) : warning C4013: 'ulock_getLock' undefined; assuming extern returning int
ubik.c(826) : warning C4013: 'ubik_print' undefined; assuming extern returning int
ubik.c(831) : warning C4035: 'panic' : no return value
        cl -c -W3 -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -D_WINNT 
-D_WIN32_WINNT=0x0400 -DWINVER=0x0400 -Z7  -DWIN32  -D_WIN32 -D_MT -D_DLL -MD  /Oy-  
/GF  /Gd  /Gy  /GX  /Os /Ox /Z7 /W3  -I.  -Io:\projects\openafs-1.0.3\DEST\include  
-Io:\projects\openafs-1.0.3\DEST\include\afs  
-Io:\projects\openafs-1.0.3\DEST\include\rx  -DWIN32_LEAN_AND_MEAN  -DSTRICT  
-D_WIN32_IE=0x0400  /c vote.c
vote.c
vote.c(186) : warning C4013: 'ubikGetPrimaryInterfaceAddr' undefined; assuming extern 
returning int
vote.c(189) : warning C4013: 'ubik_dprint' undefined; assuming extern returning int
vote.c(194) : warning C4018: '==' : signed/unsigned mismatch
vote.c(278) : warning C4018: '==' : signed/unsigned mismatch
vote.c(281) : warning C4018: '==' : signed/unsigned mismatch
vote.c(292) : warning C4018: '==' : signed/unsigned mismatch
vote.c(294) : warning C4018: '!=' : signed/unsigned mismatch
vote.c(310) : warning C4013: 'urecovery_CheckTid' undefined; assuming extern returning 
int
vote.c(323) : warning C4013: 'SVOTE_XSDebug' undefined; assuming extern returning int
vote.c(362) : warning C4013: 'SVOTE_Debug' undefined; assuming extern returning int
vote.c(390) : warning C4013: 'ubeacon_Debug' undefined; assuming extern returning int
vote.c(392) : warning C4013: 'udisk_Debug' undefined; assuming extern returning int
vote.c(394) : warning C4013: 'ulock_Debug' undefined; assuming extern returning int
vote.c(446) : warning C4101: 'i' : unreferenced local variable
vote.c(501) : warning C4101: 'i' : unreferenced local variable
vote.c(518) : warning C4035: 'ubik_dprint' : no return value
vote.c(524) : warning C4035: 'ubik_print' : no return value
        cl -c -W3 -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -D_WINNT 
-D_WIN32_WINNT=0x0400 -DWINVER=0x0400 -Z7  -DWIN32  -D_WIN32 -D_MT -D_DLL -MD  /Oy-  
/GF  /Gd  /Gy  /GX  /Os /Ox /Z7 /W3  -I.  -Io:\projects\openafs-1.0.3\DEST\include  
-Io:\projects\openafs-1.0.3\DEST\include\afs  
-Io:\projects\openafs-1.0.3\DEST\include\rx  -DWIN32_LEAN_AND_MEAN  -DSTRICT  
-D_WIN32_IE=0x0400  /c lock.c
lock.c
lock.c(114) : warning C4101: 'tt' : unreferenced local variable
lock.c(147) : warning C4035: 'ulock_Debug' : no return value
        cl -c -W3 -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -D_WINNT 
-D_WIN32_WINNT=0x0400 -DWINVER=0x0400 -Z7  -DWIN32  -D_WIN32 -D_MT -D_DLL -MD  /Oy-  
/GF  /Gd  /Gy  /GX  /Os /Ox /Z7 /W3  -I.  -Io:\projects\openafs-1.0.3\DEST\include  
-Io:\projects\openafs-1.0.3\DEST\include\afs  
-Io:\projects\openafs-1.0.3\DEST\include\rx  -DWIN32_LEAN_AND_MEAN  -DSTRICT  
-D_WIN32_IE=0x0400  /c phys.c
phys.c
phys.c(256) : warning C4244: '=' : conversion from 'unsigned long ' to 'short ', 
possible loss of data
        cl -c -W3 -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -D_WINNT 
-D_WIN32_WINNT=0x0400 -DWINVER=0x0400 -Z7  -DWIN32  -D_WIN32 -D_MT -D_DLL -MD  /Oy-  
/GF  /Gd  /Gy  /GX  /Os /Ox /Z7 /W3  -I.  -Io:\projects\openafs-1.0.3\DEST\include  
-Io:\projects\openafs-1.0.3\DEST\include\afs  
-Io:\projects\openafs-1.0.3\DEST\include\rx  -DWIN32_LEAN_AND_MEAN  -DSTRICT  
-D_WIN32_IE=0x0400  /c ubik_int.cs.c
ubik_int.cs.c
        cl -c -W3 -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -D_WINNT 
-D_WIN32_WINNT=0x0400 -DWINVER=0x0400 -Z7  -DWIN32  -D_WIN32 -D_MT -D_DLL -MD  /Oy-  
/GF  /Gd  /Gy  /GX  /Os /Ox /Z7 /W3  -I.  -Io:\projects\openafs-1.0.3\DEST\include  
-Io:\projects\openafs-1.0.3\DEST\include\afs  
-Io:\projects\openafs-1.0.3\DEST\include\rx  -DWIN32_LEAN_AND_MEAN  -DSTRICT  
-D_WIN32_IE=0x0400  /c ubik_int.ss.c
ubik_int.ss.c
ubik_int.ss.c(42) : warning C4013: 'SVOTE_Beacon' undefined; assuming extern returning 
int
ubik_int.ss.c(67) : warning C4013: 'SVOTE_DebugOld' undefined; assuming extern 
returning int
ubik_int.ss.c(101) : warning C4013: 'SVOTE_SDebugOld' undefined; assuming extern 
returning int
ubik_int.ss.c(135) : warning C4013: 'SVOTE_GetSyncSite' undefined; assuming extern 
returning int
ubik_int.ss.c(160) : warning C4013: 'SVOTE_Debug' undefined; assuming extern returning 
int
ubik_int.ss.c(194) : warning C4013: 'SVOTE_SDebug' undefined; assuming extern 
returning int
ubik_int.ss.c(223) : warning C4013: 'SVOTE_XDebug' undefined; assuming extern 
returning int
ubik_int.ss.c(259) : warning C4013: 'SVOTE_XSDebug' undefined; assuming extern 
returning int
ubik_int.ss.c(294) : warning C4013: 'SDISK_Begin' undefined; assuming extern returning 
int
ubik_int.ss.c(325) : warning C4013: 'SDISK_Commit' undefined; assuming extern 
returning int
ubik_int.ss.c(361) : warning C4013: 'SDISK_Lock' undefined; assuming extern returning 
int
ubik_int.ss.c(399) : warning C4013: 'SDISK_Write' undefined; assuming extern returning 
int
ubik_int.ss.c(438) : warning C4013: 'SDISK_GetVersion' undefined; assuming extern 
returning int
ubik_int.ss.c(472) : warning C4013: 'SDISK_GetFile' undefined; assuming extern 
returning int
ubik_int.ss.c(509) : warning C4013: 'SDISK_SendFile' undefined; assuming extern 
returning int
ubik_int.ss.c(540) : warning C4013: 'SDISK_Abort' undefined; assuming extern returning 
int
ubik_int.ss.c(571) : warning C4013: 'SDISK_ReleaseLocks' undefined; assuming extern 
returning int
ubik_int.ss.c(605) : warning C4013: 'SDISK_Truncate' undefined; assuming extern 
returning int
ubik_int.ss.c(629) : warning C4013: 'SDISK_Probe' undefined; assuming extern returning 
int
ubik_int.ss.c(667) : warning C4013: 'SDISK_WriteV' undefined; assuming extern 
returning int
ubik_int.ss.c(713) : warning C4013: 'SDISK_UpdateInterfaceAddr' undefined; assuming 
extern returning int
ubik_int.ss.c(750) : warning C4013: 'SDISK_SetVersion' undefined; assuming extern 
returning int
ubik_int.ss.c(791) : warning C4013: 'hton_syserr_conv' undefined; assuming extern 
returning int
        cl -c -W3 -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -D_WINNT 
-D_WIN32_WINNT=0x0400 -DWINVER=0x0400 -Z7  -DWIN32  -D_WIN32 -D_MT -D_DLL -MD  /Oy-  
/GF  /Gd  /Gy  /GX  /Os /Ox /Z7 /W3  -I.  -Io:\projects\openafs-1.0.3\DEST\include  
-Io:\projects\openafs-1.0.3\DEST\include\afs  
-Io:\projects\openafs-1.0.3\DEST\include\rx  -DWIN32_LEAN_AND_MEAN  -DSTRICT  
-D_WIN32_IE=0x0400  /c ubik_int.xdr.c
ubik_int.xdr.c
        cl -c -W3 -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -D_WINNT 
-D_WIN32_WINNT=0x0400 -DWINVER=0x0400 -Z7  -DWIN32  -D_WIN32 -D_MT -D_DLL -MD  /Oy-  
/GF  /Gd  /Gy  /GX  /Os /Ox /Z7 /W3  -I.  -Io:\projects\openafs-1.0.3\DEST\include  
-Io:\projects\openafs-1.0.3\DEST\include\afs  
-Io:\projects\openafs-1.0.3\DEST\include\rx  -DWIN32_LEAN_AND_MEAN  -DSTRICT  
-D_WIN32_IE=0x0400  /c ubikcmd.c
ubikcmd.c
        cl -c -W3 -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -D_WINNT 
-D_WIN32_WINNT=0x0400 -DWINVER=0x0400 -Z7  -DWIN32  -D_WIN32 -D_MT -D_DLL -MD  /Oy-  
/GF  /Gd  /Gy  /GX  /Os /Ox /Z7 /W3  -I.  -Io:\projects\openafs-1.0.3\DEST\include  
-Io:\projects\openafs-1.0.3\DEST\include\afs  
-Io:\projects\openafs-1.0.3\DEST\include\rx  -DWIN32_LEAN_AND_MEAN  -DSTRICT  
-D_WIN32_IE=0x0400  /c ubikclient.c
ubikclient.c
ubikclient.c(150) : warning C4013: 'getpid' undefined; assuming extern returning int
ubikclient.c(214) : warning C4013: 'rx_DestroyConnection' undefined; assuming extern 
returning int
ubikclient.c(413) : warning C4013: 'VOTE_GetSyncSite' undefined; assuming extern 
returning int
        cl -c -W3 -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -D_WINNT 
-D_WIN32_WINNT=0x0400 -DWINVER=0x0400 -Z7  -DWIN32  -D_WIN32 -D_MT -D_DLL -MD  /Oy-  
/GF  /Gd  /Gy  /GX  /Os /Ox /Z7 /W3  -I.  -Io:\projects\openafs-1.0.3\DEST\include  
-Io:\projects\openafs-1.0.3\DEST\include\afs  
-Io:\projects\openafs-1.0.3\DEST\include\rx  -DWIN32_LEAN_AND_MEAN  -DSTRICT  
-D_WIN32_IE=0x0400  /c uerrors.c
uerrors.c
        echo char cml_version_number[]="@(#)CML not accessible: No version 
information"; >AFS_component_version_number.c
        echo char* AFSVersion = "afs??";  >>AFS_component_version_number.c
        cl -c -W3 -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -D_WINNT 
-D_WIN32_WINNT=0x0400 -DWINVER=0x0400 -Z7  -DWIN32  -D_WIN32 -D_MT -D_DLL -MD  /Oy-  
/GF  /Gd  /Gy  /GX  /Os /Ox /Z7 /W3  -I.  -Io:\projects\openafs-1.0.3\DEST\include  
-Io:\projects\openafs-1.0.3\DEST\include\afs  
-Io:\projects\openafs-1.0.3\DEST\include\rx  -DWIN32_LEAN_AND_MEAN  -DSTRICT  
-D_WIN32_IE=0x0400  /c AFS_component_version_number.c
AFS_component_version_number.c
        lib /NOLOGO /OUT:o:\projects\openafs-1.0.3\DEST\lib\afsubik.lib disk.obj 
remote.obj beacon.obj recovery.obj ubik.obj vote.obj lock.obj phys.obj ubik_int.cs.obj 
ubik_int.ss.obj ubik_int.xdr.obj ubikcmd.obj ubikclient.obj uerrors.obj 
AFS_component_version_number.obj
        cl -c -W3 -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -D_WINNT 
-D_WIN32_WINNT=0x0400 -DWINVER=0x0400 -Z7  -DWIN32  -D_WIN32 -D_MT -D_DLL -MD  /Oy-  
/GF  /Gd  /Gy  /GX  /Os /Ox /Z7 /W3  -I.  -Io:\projects\openafs-1.0.3\DEST\include  
-Io:\projects\openafs-1.0.3\DEST\include\afs  
-Io:\projects\openafs-1.0.3\DEST\include\rx  -DWIN32_LEAN_AND_MEAN  -DSTRICT  
-D_WIN32_IE=0x0400  /c udebug.c
udebug.c
udebug.c(46) : warning C4244: 'return' : conversion from 'long ' to 'short ', possible 
loss of data
udebug.c(128) : warning C4013: 'rxnull_NewClientSecurityObject' undefined; assuming 
extern returning int
udebug.c(132) : warning C4013: 'VOTE_XDebug' undefined; assuming extern returning int
udebug.c(133) : warning C4013: 'VOTE_Debug' undefined; assuming extern returning int
udebug.c(138) : warning C4013: 'VOTE_DebugOld' undefined; assuming extern returning int
udebug.c(248) : warning C4013: 'VOTE_XSDebug' undefined; assuming extern returning int
udebug.c(252) : warning C4013: 'VOTE_SDebugOld' undefined; assuming extern returning 
int
udebug.c(255) : warning C4013: 'VOTE_SDebug' undefined; assuming extern returning int
udebug.c(297) : warning C4035: 'CommandProc' : no return value
udebug.c(327) : warning C4035: 'main' : no return value
        echo #define AFS_VERINFO_BUILD "CML not accessible: No version information" 
>AFS_component_version_number.h
        rc -DWIN32 -D_WIN32 -DWINVER=0x0400  /r  udebug.rc
        link /OUT:o:\projects\openafs-1.0.3\DEST\root.server\usr\afs\bin\udebug.exe 
-debug:full -debugtype:cv -debugtype:both /NODEFAULTLIB /INCREMENTAL:NO /PDB:NONE 
/RELEASE /NOLOGO -subsystem:console,4.0  /FIXED:NO msvcrt.lib oldnames.lib 
kernel32.lib  ws2_32.lib mswsock.lib advapi32.lib binmode.obj udebug.obj udebug.res 
o:\projects\openafs-1.0.3\DEST\lib\afsubik.lib 
o:\projects\openafs-1.0.3\DEST\lib\afsrx.lib 
o:\projects\openafs-1.0.3\DEST\lib\afs\afsreg.lib 
o:\projects\openafs-1.0.3\DEST\lib\afslwp.lib 
o:\projects\openafs-1.0.3\DEST\lib\afs\afscom_err.lib 
o:\projects\openafs-1.0.3\DEST\lib\afs\afscmd.lib 
o:\projects\openafs-1.0.3\DEST\lib\afs\afsutil.lib
   Creating library o:\projects\openafs-1.0.3\DEST\root.server\usr\afs\bin\udebug.lib 
and object o:\projects\openafs-1.0.3\DEST\root.server\usr\afs\bin\udebug.exp
        rebase -b 0x00400000 -x o:\projects\openafs-1.0.3\DEST\root.server\usr\afs\bin 
-q o:\projects\openafs-1.0.3\DEST\root.server\usr\afs\bin\udebug.exe
        copy o:\projects\openafs-1.0.3\DEST\root.server\usr\afs\bin\udebug.exe 
o:\projects\openafs-1.0.3\DEST\bin\udebug.exe
        1 file(s) copied.
        cd ..\..
        cd src\ptserver
        nmake /nologo /f ntmakefile install
        cl -c -W3 -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -D_WINNT 
-D_WIN32_WINNT=0x0400 -DWINVER=0x0400 -Z7  -DWIN32  -D_WIN32 -D_MT -D_DLL -MD  /Oy-  
/GF  /Gd  /Gy  /GX  /Os /Ox /Z7 /W3  -I.  -Io:\projects\openafs-1.0.3\DEST\include  
-Io:\projects\openafs-1.0.3\DEST\include\afs  
-Io:\projects\openafs-1.0.3\DEST\include\rx  -DWIN32_LEAN_AND_MEAN  -DSTRICT  
-D_WIN32_IE=0x0400  /c ptuser.c
ptuser.c
ptuser.c(105) : warning C4013: 'afsconf_GetLocalCell' undefined; assuming extern 
returning int
ptuser.c(116) : warning C4013: 'afsconf_GetCellInfo' undefined; assuming extern 
returning int
ptuser.c(144) : warning C4013: 'afsconf_GetLatestKey' undefined; assuming extern 
returning int
ptuser.c(147) : warning C4013: 'afsconf_ClientAuthSecure' undefined; assuming extern 
returning int
ptuser.c(158) : warning C4133: 'function' : incompatible types - from 'char *' to 
'struct ktc_principal *'
ptuser.c(177) : warning C4013: 'rxnull_NewClientSecurityObject' undefined; assuming 
extern returning int
ptuser.c(179) : warning C4013: 'com_err' undefined; assuming extern returning int
ptuser.c(195) : warning C4013: 'rxs_Release' undefined; assuming extern returning int
ptuser.c(219) : warning C4013: 'stolower' undefined; assuming extern returning int
ptuser.c(221) : warning C4013: 'ubik_Call' undefined; assuming extern returning int
ptuser.c(242) : warning C4013: 'pr_SNameToId' undefined; assuming extern returning int
ptuser.c(294) : warning C4013: 'pr_NameToId' undefined; assuming extern returning int
ptuser.c(344) : warning C4018: '<' : signed/unsigned mismatch
ptuser.c(476) : warning C4013: 'pr_IDListMembers' undefined; assuming extern returning 
int
ptuser.c(717) : warning C4035: 'stolower' : no return value
        del pterror.h pterror.c
        o:\projects\openafs-1.0.3\DEST\bin\compile_et pterror  -h pterror
        copy pterror.h o:\projects\openafs-1.0.3\DEST\include\afs\pterror.h
        1 file(s) copied.
        cl -c -W3 -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -D_WINNT 
-D_WIN32_WINNT=0x0400 -DWINVER=0x0400 -Z7  -DWIN32  -D_WIN32 -D_MT -D_DLL -MD  /Oy-  
/GF  /Gd  /Gy  /GX  /Os /Ox /Z7 /W3  -I.  -Io:\projects\openafs-1.0.3\DEST\include  
-Io:\projects\openafs-1.0.3\DEST\include\afs  
-Io:\projects\openafs-1.0.3\DEST\include\rx  -DWIN32_LEAN_AND_MEAN  -DSTRICT  
-D_WIN32_IE=0x0400  /c pterror.c
pterror.c
        o:\projects\openafs-1.0.3\DEST\bin\rxgen -x ptint.xg
        copy ptint.h o:\projects\openafs-1.0.3\DEST\include\afs\ptint.h
        1 file(s) copied.
        cl -c -W3 -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -D_WINNT 
-D_WIN32_WINNT=0x0400 -DWINVER=0x0400 -Z7  -DWIN32  -D_WIN32 -D_MT -D_DLL -MD  /Oy-  
/GF  /Gd  /Gy  /GX  /Os /Ox /Z7 /W3  -I.  -Io:\projects\openafs-1.0.3\DEST\include  
-Io:\projects\openafs-1.0.3\DEST\include\afs  
-Io:\projects\openafs-1.0.3\DEST\include\rx  -DWIN32_LEAN_AND_MEAN  -DSTRICT  
-D_WIN32_IE=0x0400  /c ptint.cs.c
ptint.cs.c
        cl -c -W3 -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -D_WINNT 
-D_WIN32_WINNT=0x0400 -DWINVER=0x0400 -Z7  -DWIN32  -D_WIN32 -D_MT -D_DLL -MD  /Oy-  
/GF  /Gd  /Gy  /GX  /Os /Ox /Z7 /W3  -I.  -Io:\projects\openafs-1.0.3\DEST\include  
-Io:\projects\openafs-1.0.3\DEST\include\afs  
-Io:\projects\openafs-1.0.3\DEST\include\rx  -DWIN32_LEAN_AND_MEAN  -DSTRICT  
-D_WIN32_IE=0x0400  /c ptint.xdr.c
ptint.xdr.c
        echo char cml_version_number[]="@(#)CML not accessible: No version 
information"; >AFS_component_version_number.c
        echo char* AFSVersion = "afs??";  >>AFS_component_version_number.c
        cl -c -W3 -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -D_WINNT 
-D_WIN32_WINNT=0x0400 -DWINVER=0x0400 -Z7  -DWIN32  -D_WIN32 -D_MT -D_DLL -MD  /Oy-  
/GF  /Gd  /Gy  /GX  /Os /Ox /Z7 /W3  -I.  -Io:\projects\openafs-1.0.3\DEST\include  
-Io:\projects\openafs-1.0.3\DEST\include\afs  
-Io:\projects\openafs-1.0.3\DEST\include\rx  -DWIN32_LEAN_AND_MEAN  -DSTRICT  
-D_WIN32_IE=0x0400  /c AFS_component_version_number.c
AFS_component_version_number.c
        lib /NOLOGO /OUT:o:\projects\openafs-1.0.3\DEST\lib\afs\afsprot.lib ptuser.obj 
pterror.obj ptint.cs.obj ptint.xdr.obj AFS_component_version_number.obj
        cl -c -W3 -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -D_WINNT 
-D_WIN32_WINNT=0x0400 -DWINVER=0x0400 -Z7  -DWIN32  -D_WIN32 -D_MT -D_DLL -MD  /Oy-  
/GF  /Gd  /Gy  /GX  /Os /Ox /Z7 /W3  -I.  -Io:\projects\openafs-1.0.3\DEST\include  
-Io:\projects\openafs-1.0.3\DEST\include\afs  
-Io:\projects\openafs-1.0.3\DEST\include\rx  -DWIN32_LEAN_AND_MEAN  -DSTRICT  
-D_WIN32_IE=0x0400  /c ptint.ss.c
ptint.ss.c
ptint.ss.c(42) : warning C4013: 'PR_INewEntry' undefined; assuming extern returning int
ptint.ss.c(88) : warning C4013: 'PR_WhereIsIt' undefined; assuming extern returning int
ptint.ss.c(123) : warning C4013: 'PR_DumpEntry' undefined; assuming extern returning 
int
ptint.ss.c(158) : warning C4013: 'PR_AddToGroup' undefined; assuming extern returning 
int
ptint.ss.c(194) : warning C4013: 'PR_NameToID' undefined; assuming extern returning int
ptint.ss.c(248) : warning C4013: 'PR_IDToName' undefined; assuming extern returning int
ptint.ss.c(297) : warning C4013: 'PR_Delete' undefined; assuming extern returning int
ptint.ss.c(329) : warning C4013: 'PR_RemoveFromGroup' undefined; assuming extern 
returning int
ptint.ss.c(364) : warning C4013: 'PR_GetCPS' undefined; assuming extern returning int
ptint.ss.c(416) : warning C4013: 'PR_NewEntry' undefined; assuming extern returning int
ptint.ss.c(458) : warning C4013: 'PR_ListMax' undefined; assuming extern returning int
ptint.ss.c(493) : warning C4013: 'PR_SetMax' undefined; assuming extern returning int
ptint.ss.c(525) : warning C4013: 'PR_ListEntry' undefined; assuming extern returning 
int
ptint.ss.c(562) : warning C4013: 'PR_ChangeEntry' undefined; assuming extern returning 
int
ptint.ss.c(611) : warning C4013: 'PR_ListElements' undefined; assuming extern 
returning int
ptint.ss.c(662) : warning C4013: 'PR_IsAMemberOf' undefined; assuming extern returning 
int
ptint.ss.c(702) : warning C4013: 'PR_SetFieldsEntry' undefined; assuming extern 
returning int
ptint.ss.c(738) : warning C4013: 'PR_ListOwned' undefined; assuming extern returning 
int
ptint.ss.c(792) : warning C4013: 'PR_GetCPS2' undefined; assuming extern returning int
ptint.ss.c(845) : warning C4013: 'PR_GetHostCPS' undefined; assuming extern returning 
int
ptint.ss.c(897) : warning C4013: 'PR_UpdateEntry' undefined; assuming extern returning 
int
ptint.ss.c(947) : warning C4013: 'PR_ListEntries' undefined; assuming extern returning 
int
ptint.ss.c(1020) : warning C4013: 'hton_syserr_conv' undefined; assuming extern 
returning int
        cl -c -W3 -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -D_WINNT 
-D_WIN32_WINNT=0x0400 -DWINVER=0x0400 -Z7  -DWIN32  -D_WIN32 -D_MT -D_DLL -MD  /Oy-  
/GF  /Gd  /Gy  /GX  /Os /Ox /Z7 /W3  -I.  -Io:\projects\openafs-1.0.3\DEST\include  
-Io:\projects\openafs-1.0.3\DEST\include\afs  
-Io:\projects\openafs-1.0.3\DEST\include\rx  -DWIN32_LEAN_AND_MEAN  -DSTRICT  
-D_WIN32_IE=0x0400  /c ptserver.c
ptserver.c
ptserver.c(59) : warning C4013: 'afsconf_SuperUser' undefined; assuming extern 
returning int
ptserver.c(169) : warning C4013: 'afsconf_GetNoAuthFlag' undefined; assuming extern 
returning int
ptserver.c(192) : warning C4013: 'afsconf_GetExtendedCellInfo' undefined; assuming 
extern returning int
ptserver.c(195) : warning C4013: 'com_err' undefined; assuming extern returning int
ptserver.c(210) : warning C4013: 'afsconf_GetLatestKey' undefined; assuming extern 
returning int
ptserver.c(233) : warning C4013: 'ubik_ServerInitByInfo' undefined; assuming extern 
returning int
ptserver.c(269) : warning C4113: 'int (__cdecl *)(void)' differs in parameter lists 
from 'int (__cdecl *)(struct rx_call *)'
ptserver.c(271) : warning C4013: 'rx_StartServer' undefined; assuming extern returning 
int
ptserver.c(273) : warning C4102: 'usage' : unreferenced label
ptserver.c(273) : warning C4101: 'i' : unreferenced local variable
ptserver.c(273) : warning C4101: 'j' : unreferenced local variable
        cl -c -W3 -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -D_WINNT 
-D_WIN32_WINNT=0x0400 -DWINVER=0x0400 -Z7  -DWIN32  -D_WIN32 -D_MT -D_DLL -MD  /Oy-  
/GF  /Gd  /Gy  /GX  /Os /Ox /Z7 /W3  -I.  -Io:\projects\openafs-1.0.3\DEST\include  
-Io:\projects\openafs-1.0.3\DEST\include\afs  
-Io:\projects\openafs-1.0.3\DEST\include\rx  -DWIN32_LEAN_AND_MEAN  -DSTRICT  
-D_WIN32_IE=0x0400  /c ptutils.c
ptutils.c
ptutils.c(55) : warning C4018: '>=' : signed/unsigned mismatch
ptutils.c(79) : warning C4013: 'IsAMemberOf' undefined; assuming extern returning int
ptutils.c(86) : warning C4013: 'FindByID' undefined; assuming extern returning int
ptutils.c(97) : warning C4013: 'pr_Read' undefined; assuming extern returning int
ptutils.c(202) : warning C4013: 'FindByName' undefined; assuming extern returning int
ptutils.c(204) : warning C4013: 'AllocBlock' undefined; assuming extern returning int
ptutils.c(226) : warning C4013: 'AllocID' undefined; assuming extern returning int
ptutils.c(271) : warning C4013: 'inRange' undefined; assuming extern returning int
ptutils.c(292) : warning C4013: 'pr_Write' undefined; assuming extern returning int
ptutils.c(297) : warning C4013: 'pr_WriteEntry' undefined; assuming extern returning 
int
ptutils.c(299) : warning C4013: 'AddToIDHash' undefined; assuming extern returning int
ptutils.c(301) : warning C4013: 'AddToNameHash' undefined; assuming extern returning 
int
ptutils.c(312) : warning C4013: 'pr_ReadEntry' undefined; assuming extern returning int
ptutils.c(393) : warning C4013: 'AddToOwnerChain' undefined; assuming extern returning 
int
ptutils.c(449) : warning C4013: 'pr_ReadCoEntry' undefined; assuming extern returning 
int
ptutils.c(464) : warning C4013: 'pr_WriteCoEntry' undefined; assuming extern returning 
int
ptutils.c(467) : warning C4013: 'FreeBlock' undefined; assuming extern returning int
ptutils.c(549) : warning C4013: 'RemoveFromOwnerChain' undefined; assuming extern 
returning int
ptutils.c(553) : warning C4013: 'RemoveFromOrphan' undefined; assuming extern 
returning int
ptutils.c(558) : warning C4013: 'RemoveFromIDHash' undefined; assuming extern 
returning int
ptutils.c(560) : warning C4013: 'RemoveFromNameHash' undefined; assuming extern 
returning int
ptutils.c(716) : warning C4018: '>=' : signed/unsigned mismatch
ptutils.c(771) : warning C4013: 'AddAuthGroup' undefined; assuming extern returning int
ptutils.c(780) : warning C4113: 'int (__cdecl *)(void)' differs in parameter lists 
from 'int (__cdecl *)(const void *,const void *)'
ptutils.c(859) : warning C4113: 'int (__cdecl *)(void)' differs in parameter lists 
from 'int (__cdecl *)(const void *,const void *)'
ptutils.c(887) : warning C4113: 'int (__cdecl *)(void)' differs in parameter lists 
from 'int (__cdecl *)(const void *,const void *)'
ptutils.c(925) : warning C4013: 'ubik_CacheUpdate' undefined; assuming extern 
returning int
ptutils.c(946) : warning C4013: 'afsconf_GetNoAuthFlag' undefined; assuming extern 
returning int
ptutils.c(948) : warning C4013: 'ubik_BeginTransReadAny' undefined; assuming extern 
returning int
ptutils.c(950) : warning C4013: 'ubik_SetLock' undefined; assuming extern returning int
ptutils.c(952) : warning C4013: 'ubik_AbortTrans' undefined; assuming extern returning 
int
ptutils.c(958) : warning C4013: 'ubik_EndTrans' undefined; assuming extern returning 
int
ptutils.c(1001) : warning C4013: 'ubik_BeginTrans' undefined; assuming extern 
returning int
        cl -c -W3 -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -D_WINNT 
-D_WIN32_WINNT=0x0400 -DWINVER=0x0400 -Z7  -DWIN32  -D_WIN32 -D_MT -D_DLL -MD  /Oy-  
/GF  /Gd  /Gy  /GX  /Os /Ox /Z7 /W3  -I.  -Io:\projects\openafs-1.0.3\DEST\include  
-Io:\projects\openafs-1.0.3\DEST\include\afs  
-Io:\projects\openafs-1.0.3\DEST\include\rx  -DWIN32_LEAN_AND_MEAN  -DSTRICT  
-D_WIN32_IE=0x0400  /c ptprocs.c
ptprocs.c
ptprocs.c(107) : warning C4013: 'rxkad_GetServerInfo' undefined; assuming extern 
returning int
ptprocs.c(120) : warning C4013: 'afs_krb_get_lrealm' undefined; assuming extern 
returning int
ptprocs.c(146) : warning C4013: 'NameToID' undefined; assuming extern returning int
ptprocs.c(184) : warning C4013: 'ubik_BeginTrans' undefined; assuming extern returning 
int
ptprocs.c(186) : warning C4013: 'ubik_SetLock' undefined; assuming extern returning int
ptprocs.c(187) : warning C4013: 'ubik_AbortTrans' undefined; assuming extern returning 
int
ptprocs.c(188) : warning C4013: 'read_DbHeader' undefined; assuming extern returning 
int
ptprocs.c(193) : warning C4013: 'IsAMemberOf' undefined; assuming extern returning int
ptprocs.c(200) : warning C4018: '!=' : signed/unsigned mismatch
ptprocs.c(203) : warning C4013: 'FindByID' undefined; assuming extern returning int
ptprocs.c(208) : warning C4013: 'CreateEntry' undefined; assuming extern returning int
ptprocs.c(212) : warning C4013: 'ubik_EndTrans' undefined; assuming extern returning 
int
ptprocs.c(302) : warning C4013: 'ubik_BeginTransReadAny' undefined; assuming extern 
returning int
ptprocs.c(350) : warning C4013: 'pr_ReadEntry' undefined; assuming extern returning int
ptprocs.c(353) : warning C4013: 'AccessOK' undefined; assuming extern returning int
ptprocs.c(422) : warning C4013: 'AddToEntry' undefined; assuming extern returning int
ptprocs.c(475) : warning C4018: '<' : signed/unsigned mismatch
ptprocs.c(532) : warning C4018: '<' : signed/unsigned mismatch
ptprocs.c(533) : warning C4013: 'IDToName' undefined; assuming extern returning int
ptprocs.c(601) : warning C4013: 'pr_ReadCoEntry' undefined; assuming extern returning 
int
ptprocs.c(606) : warning C4013: 'RemoveFromEntry' undefined; assuming extern returning 
int
ptprocs.c(612) : warning C4013: 'FreeBlock' undefined; assuming extern returning int
ptprocs.c(614) : warning C4013: 'pr_WriteEntry' undefined; assuming extern returning 
int
ptprocs.c(648) : warning C4013: 'AddToOrphan' undefined; assuming extern returning int
ptprocs.c(676) : warning C4013: 'DeleteEntry' undefined; assuming extern returning int
ptprocs.c(721) : warning C4013: 'FindByName' undefined; assuming extern returning int
ptprocs.c(729) : warning C4013: 'RemoveFromNameHash' undefined; assuming extern 
returning int
ptprocs.c(731) : warning C4013: 'AddToNameHash' undefined; assuming extern returning 
int
ptprocs.c(738) : warning C4013: 'RemoveFromIDHash' undefined; assuming extern 
returning int
ptprocs.c(740) : warning C4013: 'AddToIDHash' undefined; assuming extern returning int
ptprocs.c(747) : warning C4101: 'count' : unreferenced local variable
ptprocs.c(747) : warning C4101: 'nptr' : unreferenced local variable
ptprocs.c(856) : warning C4013: 'GetList' undefined; assuming extern returning int
ptprocs.c(951) : warning C4013: 'GetList2' undefined; assuming extern returning int
ptprocs.c(1059) : warning C4013: 'GetMax' undefined; assuming extern returning int
ptprocs.c(1102) : warning C4013: 'SetMax' undefined; assuming extern returning int
ptprocs.c(1255) : warning C4101: 'temp' : unreferenced local variable
ptprocs.c(1344) : warning C4013: 'ChangeEntry' undefined; assuming extern returning int
ptprocs.c(1565) : warning C4013: 'GetOwnedChain' undefined; assuming extern returning 
int
ptprocs.c(1638) : warning C4035: 'stolower' : no return value
ptprocs.c(1675) : warning C4018: '<' : signed/unsigned mismatch
ptprocs.c(1677) : warning C4013: 'AddToPRList' undefined; assuming extern returning int
ptprocs.c(1685) : warning C4113: 'int (__cdecl *)(void)' differs in parameter lists 
from 'int (__cdecl *)(const void *,const void *)'
        cl -c -W3 -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -D_WINNT 
-D_WIN32_WINNT=0x0400 -DWINVER=0x0400 -Z7  -DWIN32  -D_WIN32 -D_MT -D_DLL -MD  /Oy-  
/GF  /Gd  /Gy  /GX  /Os /Ox /Z7 /W3  -I.  -Io:\projects\openafs-1.0.3\DEST\include  
-Io:\projects\openafs-1.0.3\DEST\include\afs  
-Io:\projects\openafs-1.0.3\DEST\include\rx  -DWIN32_LEAN_AND_MEAN  -DSTRICT  
-D_WIN32_IE=0x0400  /c utils.c
utils.c
utils.c(59) : warning C4013: 'ubik_Seek' undefined; assuming extern returning int
utils.c(61) : warning C4013: 'ubik_Write' undefined; assuming extern returning int
utils.c(76) : warning C4013: 'ubik_Read' undefined; assuming extern returning int
utils.c(411) : warning C4101: 'code' : unreferenced local variable
utils.c(681) : warning C4018: '==' : signed/unsigned mismatch
        echo #define AFS_VERINFO_BUILD "CML not accessible: No version information" 
>AFS_component_version_number.h
        rc -DWIN32 -D_WIN32 -DWINVER=0x0400  /r  ptserver.rc
        link /OUT:o:\projects\openafs-1.0.3\DEST\root.server\usr\afs\bin\ptserver.exe 
-debug:full -debugtype:cv -debugtype:both /NODEFAULTLIB /INCREMENTAL:NO /PDB:NONE 
/RELEASE /NOLOGO -subsystem:console,4.0  /FIXED:NO msvcrt.lib oldnames.lib 
kernel32.lib  ws2_32.lib mswsock.lib advapi32.lib binmode.obj ptint.ss.obj 
ptint.xdr.obj ptserver.obj ptutils.obj ptprocs.obj utils.obj ptserver.res 
o:\projects\openafs-1.0.3\DEST\lib\afsubik.lib 
o:\projects\openafs-1.0.3\DEST\lib\afs\afsauth.lib 
o:\projects\openafs-1.0.3\DEST\lib\afsrxkad.lib 
o:\projects\openafs-1.0.3\DEST\lib\afsrxstat.lib 
o:\projects\openafs-1.0.3\DEST\lib\afsrx.lib 
o:\projects\openafs-1.0.3\DEST\lib\afslwp.lib 
o:\projects\openafs-1.0.3\DEST\lib\afsdes.lib 
o:\projects\openafs-1.0.3\DEST\lib\afs\afscom_err.lib 
o:\projects\openafs-1.0.3\DEST\lib\afs\afsutil.lib 
o:\projects\openafs-1.0.3\DEST\lib\afs\afsaudit.lib 
o:\projects\openafs-1.0.3\DEST\lib\afs\afseventlog.lib 
o:\projects\openafs-1.0.3\DEST\lib\afs\afsreg.lib 
o:\projects\openafs-1.0.3\DEST\lib\afs\afsprocmgmt.lib
   Creating library 
o:\projects\openafs-1.0.3\DEST\root.server\usr\afs\bin\ptserver.lib and object 
o:\projects\openafs-1.0.3\DEST\root.server\usr\afs\bin\ptserver.exp
        rebase -b 0x00400000 -x o:\projects\openafs-1.0.3\DEST\root.server\usr\afs\bin 
-q o:\projects\openafs-1.0.3\DEST\root.server\usr\afs\bin\ptserver.exe
        cl -c -W3 -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -D_WINNT 
-D_WIN32_WINNT=0x0400 -DWINVER=0x0400 -Z7  -DWIN32  -D_WIN32 -D_MT -D_DLL -MD  /Oy-  
/GF  /Gd  /Gy  /GX  /Os /Ox /Z7 /W3  -I.  -Io:\projects\openafs-1.0.3\DEST\include  
-Io:\projects\openafs-1.0.3\DEST\include\afs  
-Io:\projects\openafs-1.0.3\DEST\include\rx  -DWIN32_LEAN_AND_MEAN  -DSTRICT  
-D_WIN32_IE=0x0400  /c pts.c
pts.c
pts.c(67) : warning C4013: 'pr_Initialize' undefined; assuming extern returning int
pts.c(73) : warning C4013: 'com_err' undefined; assuming extern returning int
pts.c(84) : warning C4033: 'CleanUp' must return a value
pts.c(86) : warning C4013: 'pr_End' undefined; assuming extern returning int
pts.c(109) : warning C4013: 'util_GetInt32' undefined; assuming extern returning int
pts.c(124) : warning C4013: 'pr_CreateGroup' undefined; assuming extern returning int
pts.c(166) : warning C4013: 'pr_CreateUser' undefined; assuming extern returning int
pts.c(297) : warning C4013: 'pr_NameToId' undefined; assuming extern returning int
pts.c(313) : warning C4018: '<' : signed/unsigned mismatch
pts.c(325) : warning C4018: '<' : signed/unsigned mismatch
pts.c(332) : warning C4013: 'pr_IdToName' undefined; assuming extern returning int
pts.c(336) : warning C4018: '<' : signed/unsigned mismatch
pts.c(359) : warning C4013: 'pr_AddToGroup' undefined; assuming extern returning int
pts.c(380) : warning C4013: 'pr_RemoveUserFromGroup' undefined; assuming extern 
returning int
pts.c(405) : warning C4018: '<' : signed/unsigned mismatch
pts.c(413) : warning C4013: 'pr_IDListMembers' undefined; assuming extern returning int
pts.c(422) : warning C4018: '<' : signed/unsigned mismatch
pts.c(441) : warning C4018: '<' : signed/unsigned mismatch
pts.c(447) : warning C4013: 'pr_DeleteByID' undefined; assuming extern returning int
pts.c(483) : warning C4018: '<' : signed/unsigned mismatch
pts.c(489) : warning C4013: 'pr_ListEntry' undefined; assuming extern returning int
pts.c(532) : warning C4013: 'pr_IsAMemberOf' undefined; assuming extern returning int
pts.c(552) : warning C4102: 'done' : unreferenced label
pts.c(568) : warning C4013: 'pr_ListEntries' undefined; assuming extern returning int
pts.c(593) : warning C4013: 'pr_ChangeEntry' undefined; assuming extern returning int
pts.c(621) : warning C4013: 'pr_ListMaxUserId' undefined; assuming extern returning int
pts.c(625) : warning C4013: 'pr_ListMaxGroupId' undefined; assuming extern returning 
int
pts.c(650) : warning C4013: 'pr_SetMaxUserId' undefined; assuming extern returning int
pts.c(664) : warning C4013: 'pr_SetMaxGroupId' undefined; assuming extern returning int
pts.c(742) : warning C4018: '<' : signed/unsigned mismatch
pts.c(746) : warning C4013: 'pr_SetFieldsEntry' undefined; assuming extern returning 
int
pts.c(769) : warning C4018: '<' : signed/unsigned mismatch
pts.c(781) : warning C4013: 'pr_ListOwned' undefined; assuming extern returning int
pts.c(789) : warning C4018: '<' : signed/unsigned mismatch
pts.c(935) : warning C4035: 'main' : no return value
        rc -DWIN32 -D_WIN32 -DWINVER=0x0400  /r  pts.rc
        link /OUT:o:\projects\openafs-1.0.3\DEST\bin\pts.exe -debug:full -debugtype:cv 
-debugtype:both /NODEFAULTLIB /INCREMENTAL:NO /PDB:NONE /RELEASE /NOLOGO 
-subsystem:console,4.0  /FIXED:NO msvcrt.lib oldnames.lib kernel32.lib  ws2_32.lib 
mswsock.lib advapi32.lib binmode.obj pts.obj pts.res 
o:\projects\openafs-1.0.3\DEST\lib\afsubik.lib 
o:\projects\openafs-1.0.3\DEST\lib\afs\afsauth.lib 
o:\projects\openafs-1.0.3\DEST\lib\afsrxkad.lib 
o:\projects\openafs-1.0.3\DEST\lib\afsrx.lib 
o:\projects\openafs-1.0.3\DEST\lib\afslwp.lib 
o:\projects\openafs-1.0.3\DEST\lib\afsdes.lib 
o:\projects\openafs-1.0.3\DEST\lib\afs\afscom_err.lib 
o:\projects\openafs-1.0.3\DEST\lib\afs\afsutil.lib 
o:\projects\openafs-1.0.3\DEST\lib\afs\afsprot.lib 
o:\projects\openafs-1.0.3\DEST\lib\afs\afscmd.lib 
o:\projects\openafs-1.0.3\DEST\lib\afs\afsreg.lib 
o:\projects\openafs-1.0.3\DEST\lib\afs\afseventlog.lib 
o:\projects\openafs-1.0.3\DEST\lib\afs\afspioctl.lib
   Creating library o:\projects\openafs-1.0.3\DEST\bin\pts.lib and object 
o:\projects\openafs-1.0.3\DEST\bin\pts.exp
        rebase -b 0x00400000 -x o:\projects\openafs-1.0.3\DEST\bin -q 
o:\projects\openafs-1.0.3\DEST\bin\pts.exe
        cl -c -W3 -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -D_WINNT 
-D_WIN32_WINNT=0x0400 -DWINVER=0x0400 -Z7  -DWIN32  -D_WIN32 -D_MT -D_DLL -MD  /Oy-  
/GF  /Gd  /Gy  /GX  /Os /Ox /Z7 /W3  -I.  -Io:\projects\openafs-1.0.3\DEST\include  
-Io:\projects\openafs-1.0.3\DEST\include\afs  
-Io:\projects\openafs-1.0.3\DEST\include\rx  -DWIN32_LEAN_AND_MEAN  -DSTRICT  
-D_WIN32_IE=0x0400  /c readgroup.c
readgroup.c
readgroup.c(38) : warning C4013: 'error_message' undefined; assuming extern returning 
int
readgroup.c(40) : warning C4035: 'report_error' : no return value
readgroup.c(89) : warning C4013: 'pr_Initialize' undefined; assuming extern returning 
int
readgroup.c(110) : warning C4013: 'skip' undefined; assuming extern returning int
readgroup.c(112) : warning C4013: 'stolower' undefined; assuming extern returning int
readgroup.c(120) : warning C4013: 'pr_CreateGroup' undefined; assuming extern 
returning int
readgroup.c(136) : warning C4013: 'pr_AddToGroup' undefined; assuming extern returning 
int
readgroup.c(143) : warning C4013: 'pr_ListMembers' undefined; assuming extern 
returning int
readgroup.c(148) : warning C4018: '<' : signed/unsigned mismatch
readgroup.c(179) : warning C4018: '<' : signed/unsigned mismatch
readgroup.c(192) : warning C4035: 'main' : no return value
readgroup.c(192) : warning C4101: 'aptr' : unreferenced local variable
readgroup.c(199) : warning C4035: 'skip' : no return value
        link /OUT:readgroup.exe -debug:full -debugtype:cv -debugtype:both 
/NODEFAULTLIB /INCREMENTAL:NO /PDB:NONE /RELEASE /NOLOGO -subsystem:console,4.0  
/FIXED:NO msvcrt.lib oldnames.lib kernel32.lib  ws2_32.lib mswsock.lib advapi32.lib 
binmode.obj readgroup.obj o:\projects\openafs-1.0.3\DEST\lib\afs\afsprot.lib 
o:\projects\openafs-1.0.3\DEST\lib\afsubik.lib 
o:\projects\openafs-1.0.3\DEST\lib\afs\afsauth.lib 
o:\projects\openafs-1.0.3\DEST\lib\afsrxkad.lib 
o:\projects\openafs-1.0.3\DEST\lib\afsrx.lib 
o:\projects\openafs-1.0.3\DEST\lib\afslwp.lib 
o:\projects\openafs-1.0.3\DEST\lib\afsdes.lib 
o:\projects\openafs-1.0.3\DEST\lib\afs\afscom_err.lib 
o:\projects\openafs-1.0.3\DEST\lib\afs\afsutil.lib 
o:\projects\openafs-1.0.3\DEST\lib\afs\afsprot.lib 
o:\projects\openafs-1.0.3\DEST\lib\afs\afscmd.lib 
o:\projects\openafs-1.0.3\DEST\lib\afs\afsreg.lib 
o:\projects\openafs-1.0.3\DEST\lib\afs\afseventlog.lib 
o:\projects\openafs-1.0.3\DEST\lib\afs\afspioctl.lib
   Creating library readgroup.lib and object readgroup.exp
        cl -c -W3 -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -D_WINNT 
-D_WIN32_WINNT=0x0400 -DWINVER=0x0400 -Z7  -DWIN32  -D_WIN32 -D_MT -D_DLL -MD  /Oy-  
/GF  /Gd  /Gy  /GX  /Os /Ox /Z7 /W3  -I.  -Io:\projects\openafs-1.0.3\DEST\include  
-Io:\projects\openafs-1.0.3\DEST\include\afs  
-Io:\projects\openafs-1.0.3\DEST\include\rx  -DWIN32_LEAN_AND_MEAN  -DSTRICT  
-D_WIN32_IE=0x0400  /c readpwd.c
readpwd.c
readpwd.c(69) : warning C4013: 'pr_Initialize' undefined; assuming extern returning int
readpwd.c(91) : warning C4013: 'pr_CreateUser' undefined; assuming extern returning int
readpwd.c(94) : warning C4013: 'error_message' undefined; assuming extern returning int
readpwd.c(97) : warning C4035: 'main' : no return value
        link /OUT:readpwd.exe -debug:full -debugtype:cv -debugtype:both /NODEFAULTLIB 
/INCREMENTAL:NO /PDB:NONE /RELEASE /NOLOGO -subsystem:console,4.0  /FIXED:NO 
msvcrt.lib oldnames.lib kernel32.lib  ws2_32.lib mswsock.lib advapi32.lib binmode.obj 
readpwd.obj o:\projects\openafs-1.0.3\DEST\lib\afs\afsprot.lib 
o:\projects\openafs-1.0.3\DEST\lib\afsubik.lib 
o:\projects\openafs-1.0.3\DEST\lib\afs\afsauth.lib 
o:\projects\openafs-1.0.3\DEST\lib\afsrxkad.lib 
o:\projects\openafs-1.0.3\DEST\lib\afsrx.lib 
o:\projects\openafs-1.0.3\DEST\lib\afslwp.lib 
o:\projects\openafs-1.0.3\DEST\lib\afsdes.lib 
o:\projects\openafs-1.0.3\DEST\lib\afs\afscom_err.lib 
o:\projects\openafs-1.0.3\DEST\lib\afs\afsutil.lib 
o:\projects\openafs-1.0.3\DEST\lib\afs\afsprot.lib 
o:\projects\openafs-1.0.3\DEST\lib\afs\afscmd.lib 
o:\projects\openafs-1.0.3\DEST\lib\afs\afsreg.lib 
o:\projects\openafs-1.0.3\DEST\lib\afs\afseventlog.lib 
o:\projects\openafs-1.0.3\DEST\lib\afs\afspioctl.lib
   Creating library readpwd.lib and object readpwd.exp
        cl -c -W3 -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -D_WINNT 
-D_WIN32_WINNT=0x0400 -DWINVER=0x0400 -Z7  -DWIN32  -D_WIN32 -D_MT -D_DLL -MD  /Oy-  
/GF  /Gd  /Gy  /GX  /Os /Ox /Z7 /W3  -I.  -Io:\projects\openafs-1.0.3\DEST\include  
-Io:\projects\openafs-1.0.3\DEST\include\afs  
-Io:\projects\openafs-1.0.3\DEST\include\rx  -DWIN32_LEAN_AND_MEAN  -DSTRICT  
-D_WIN32_IE=0x0400  /c testpt.c
testpt.c
testpt.c(60) : warning C4013: 'pr_Initialize' undefined; assuming extern returning int
testpt.c(62) : warning C4013: 'com_err' undefined; assuming extern returning int
testpt.c(67) : warning C4013: 'pr_ListMaxGroupId' undefined; assuming extern returning 
int
testpt.c(78) : warning C4013: 'pr_ListMaxUserId' undefined; assuming extern returning 
int
testpt.c(106) : warning C4013: 'pr_IdToName' undefined; assuming extern returning int
testpt.c(111) : warning C4018: '<' : signed/unsigned mismatch
testpt.c(212) : warning C4013: 'pr_CreateUser' undefined; assuming extern returning int
testpt.c(215) : warning C4013: 'pr_Delete' undefined; assuming extern returning int
testpt.c(237) : warning C4033: 'CreateUser' must return a value
testpt.c(275) : warning C4013: 'ubik_Call' undefined; assuming extern returning int
testpt.c(301) : warning C4033: 'CreateGroup' must return a value
testpt.c(350) : warning C4033: 'AddUser' must return a value
testpt.c(369) : warning C4033: 'RemUser' must return a value
testpt.c(398) : warning C4013: 'afsconf_GetLocalCell' undefined; assuming extern 
returning int
testpt.c(411) : warning C4013: 'pr_SIdToName' undefined; assuming extern returning int
testpt.c(418) : warning C4013: 'pr_SNameToId' undefined; assuming extern returning int
testpt.c(560) : warning C4113: 'int (__cdecl *)(void)' differs in parameter lists from 
'int (__cdecl *)(const void *,const void *)'
testpt.c(561) : warning C4018: '!=' : signed/unsigned mismatch
testpt.c(611) : warning C4018: '<' : signed/unsigned mismatch
testpt.c(613) : warning C4018: '<' : signed/unsigned mismatch
testpt.c(654) : warning C4101: 'j' : unreferenced local variable
testpt.c(733) : warning C4013: 'pr_ListEntry' undefined; assuming extern returning int
testpt.c(738) : warning C4013: 'pr_DeleteByID' undefined; assuming extern returning int
testpt.c(787) : warning C4013: 'pr_CreateGroup' undefined; assuming extern returning 
int
testpt.c(847) : warning C4013: 'rmdir' undefined; assuming extern returning int
testpt.c(849) : warning C4101: 'code' : unreferenced local variable
testpt.c(880) : warning C4013: 'afsconf_GetCellInfo' undefined; assuming extern 
returning int
testpt.c(910) : warning C4013: 'afsconf_Close' undefined; assuming extern returning int
testpt.c(915) : warning C4013: 'getpid' undefined; assuming extern returning int
testpt.c(916) : warning C4013: 'mkdir' undefined; assuming extern returning int
testpt.c(949) : warning C4013: 'creat' undefined; assuming extern returning int
testpt.c(1031) : warning C4035: 'main' : no return value
        link /OUT:testpt.exe -debug:full -debugtype:cv -debugtype:both /NODEFAULTLIB 
/INCREMENTAL:NO /PDB:NONE /RELEASE /NOLOGO -subsystem:console,4.0  /FIXED:NO 
msvcrt.lib oldnames.lib kernel32.lib  ws2_32.lib mswsock.lib advapi32.lib binmode.obj 
testpt.obj o:\projects\openafs-1.0.3\DEST\lib\afs\afsprot.lib 
o:\projects\openafs-1.0.3\DEST\lib\afsubik.lib 
o:\projects\openafs-1.0.3\DEST\lib\afs\afsauth.lib 
o:\projects\openafs-1.0.3\DEST\lib\afsrxkad.lib 
o:\projects\openafs-1.0.3\DEST\lib\afsrx.lib 
o:\projects\openafs-1.0.3\DEST\lib\afslwp.lib 
o:\projects\openafs-1.0.3\DEST\lib\afsdes.lib 
o:\projects\openafs-1.0.3\DEST\lib\afs\afscom_err.lib 
o:\projects\openafs-1.0.3\DEST\lib\afs\afsutil.lib 
o:\projects\openafs-1.0.3\DEST\lib\afs\afsprot.lib 
o:\projects\openafs-1.0.3\DEST\lib\afs\afscmd.lib 
o:\projects\openafs-1.0.3\DEST\lib\afs\afsreg.lib 
o:\projects\openafs-1.0.3\DEST\lib\afs\afseventlog.lib 
o:\projects\openafs-1.0.3\DEST\lib\afs\afspioctl.lib
   Creating library testpt.lib and object testpt.exp
        cl -c -W3 -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -D_WINNT 
-D_WIN32_WINNT=0x0400 -DWINVER=0x0400 -Z7  -DWIN32  -D_WIN32 -D_MT -D_DLL -MD  /Oy-  
/GF  /Gd  /Gy  /GX  /Os /Ox /Z7 /W3  -I.  -Io:\projects\openafs-1.0.3\DEST\include  
-Io:\projects\openafs-1.0.3\DEST\include\afs  
-Io:\projects\openafs-1.0.3\DEST\include\rx  -DWIN32_LEAN_AND_MEAN  -DSTRICT  
-D_WIN32_IE=0x0400  /c db_verify.c
db_verify.c
db_verify.c(61) : warning C4035: 'printheader' : no return value
db_verify.c(93) : warning C4013: 'com_err' undefined; assuming extern returning int
db_verify.c(177) : warning C4244: '=' : conversion from 'unsigned long ' to 'short ', 
possible loss of data
db_verify.c(223) : warning C4013: 'pr_PrintEntry' undefined; assuming extern returning 
int
db_verify.c(225) : warning C4101: 'i' : unreferenced local variable
db_verify.c(415) : warning C4018: '!=' : signed/unsigned mismatch
db_verify.c(450) : warning C4018: '!=' : signed/unsigned mismatch
db_verify.c(519) : warning C4018: '!=' : signed/unsigned mismatch
db_verify.c(670) : warning C4018: '!=' : signed/unsigned mismatch
db_verify.c(875) : warning C4018: '==' : signed/unsigned mismatch
db_verify.c(894) : warning C4018: '!=' : signed/unsigned mismatch
db_verify.c(915) : warning C4018: '!=' : signed/unsigned mismatch
db_verify.c(1005) : warning C4018: '!=' : signed/unsigned mismatch
db_verify.c(1010) : warning C4018: '!=' : signed/unsigned mismatch
db_verify.c(1015) : warning C4018: '>' : signed/unsigned mismatch
db_verify.c(1017) : warning C4018: '<' : signed/unsigned mismatch
db_verify.c(1050) : warning C4090: '=' : different 'const' qualifiers
db_verify.c(1091) : warning C4101: 'a' : unreferenced local variable
db_verify.c(1091) : warning C4101: 'arg' : unreferenced local variable
db_verify.c(1111) : warning C4101: 'ti' : unreferenced local variable
        cl -c -W3 -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -D_WINNT 
-D_WIN32_WINNT=0x0400 -DWINVER=0x0400 -Z7  -DWIN32  -D_WIN32 -D_MT -D_DLL -MD  /Oy-  
/GF  /Gd  /Gy  /GX  /Os /Ox /Z7 /W3  -I.  -Io:\projects\openafs-1.0.3\DEST\include  
-Io:\projects\openafs-1.0.3\DEST\include\afs  
-Io:\projects\openafs-1.0.3\DEST\include\rx  -DWIN32_LEAN_AND_MEAN  -DSTRICT  
-D_WIN32_IE=0x0400  /c display.c
display.c
display.c(45) : warning C4101: 'year' : unreferenced local variable
        link /OUT:db_verify.exe -debug:full -debugtype:cv -debugtype:both 
/NODEFAULTLIB /INCREMENTAL:NO /PDB:NONE /RELEASE /NOLOGO -subsystem:console,4.0  
/FIXED:NO msvcrt.lib oldnames.lib kernel32.lib  ws2_32.lib mswsock.lib advapi32.lib 
binmode.obj db_verify.obj pterror.obj display.obj 
o:\projects\openafs-1.0.3\DEST\lib\afs\afsprot.lib 
o:\projects\openafs-1.0.3\DEST\lib\afsubik.lib 
o:\projects\openafs-1.0.3\DEST\lib\afs\afsauth.lib 
o:\projects\openafs-1.0.3\DEST\lib\afsrxkad.lib 
o:\projects\openafs-1.0.3\DEST\lib\afsrx.lib 
o:\projects\openafs-1.0.3\DEST\lib\afslwp.lib 
o:\projects\openafs-1.0.3\DEST\lib\afsdes.lib 
o:\projects\openafs-1.0.3\DEST\lib\afs\afscom_err.lib 
o:\projects\openafs-1.0.3\DEST\lib\afs\afsutil.lib 
o:\projects\openafs-1.0.3\DEST\lib\afs\afsprot.lib 
o:\projects\openafs-1.0.3\DEST\lib\afs\afscmd.lib 
o:\projects\openafs-1.0.3\DEST\lib\afs\afsreg.lib 
o:\projects\openafs-1.0.3\DEST\lib\afs\afseventlog.lib 
o:\projects\openafs-1.0.3\DEST\lib\afs\afspioctl.lib
        copy o:\projects\openafs-1.0.3\DEST\bin\pts.exe 
o:\projects\openafs-1.0.3\DEST\root.server\usr\afs\bin\pts.exe
        1 file(s) copied.
        copy    o:\projects\openafs-1.0.3\DEST\include\afs\ptint.h    
o:\projects\openafs-1.0.3\DEST\include\afs\print.h
        1 file(s) copied.
        copy    o:\projects\openafs-1.0.3\DEST\include\afs\pterror.h  
o:\projects\openafs-1.0.3\DEST\include\afs\prerror.h
        1 file(s) copied.
        cd ..\..
        cd src\libacl
        nmake /nologo /f ntmakefile install
        cl -c -W3 -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -D_WINNT 
-D_WIN32_WINNT=0x0400 -DWINVER=0x0400 -Z7  -DWIN32  -D_WIN32 -D_MT -D_DLL -MD  /Oy-  
/GF  /Gd  /Gy  /GX  /Os /Ox /Z7 /W3  -I.  -Io:\projects\openafs-1.0.3\DEST\include  
-Io:\projects\openafs-1.0.3\DEST\include\afs  
-Io:\projects\openafs-1.0.3\DEST\include\rx  -DWIN32_LEAN_AND_MEAN  -DSTRICT  
-D_WIN32_IE=0x0400  /c aclprocs.c
aclprocs.c
aclprocs.c(187) : warning C4013: 'pr_IdToName' undefined; assuming extern returning int
aclprocs.c(262) : warning C4013: 'pr_NameToId' undefined; assuming extern returning int
aclprocs.c(286) : warning C4113: 'int (__cdecl *)(void)' differs in parameter lists 
from 'int (__cdecl *)(const void *,const void *)'
aclprocs.c(287) : warning C4113: 'int (__cdecl *)(void)' differs in parameter lists 
from 'int (__cdecl *)(const void *,const void *)'
aclprocs.c(291) : warning C4101: 'tbuf' : unreferenced local variable
aclprocs.c(325) : warning C4018: '<' : signed/unsigned mismatch
aclprocs.c(347) : warning C4018: '<' : signed/unsigned mismatch
aclprocs.c(375) : warning C4035: 'acl_Initialize' : no return value
aclprocs.c(383) : warning C4018: '<' : signed/unsigned mismatch
        cl -c -W3 -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -D_WINNT 
-D_WIN32_WINNT=0x0400 -DWINVER=0x0400 -Z7  -DWIN32  -D_WIN32 -D_MT -D_DLL -MD  /Oy-  
/GF  /Gd  /Gy  /GX  /Os /Ox /Z7 /W3  -I.  -Io:\projects\openafs-1.0.3\DEST\include  
-Io:\projects\openafs-1.0.3\DEST\include\afs  
-Io:\projects\openafs-1.0.3\DEST\include\rx  -DWIN32_LEAN_AND_MEAN  -DSTRICT  
-D_WIN32_IE=0x0400  /c netprocs.c
netprocs.c
        echo char cml_version_number[]="@(#)CML not accessible: No version 
information"; >AFS_component_version_number.c
        echo char* AFSVersion = "afs??";  >>AFS_component_version_number.c
        cl -c -W3 -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -D_WINNT 
-D_WIN32_WINNT=0x0400 -DWINVER=0x0400 -Z7  -DWIN32  -D_WIN32 -D_MT -D_DLL -MD  /Oy-  
/GF  /Gd  /Gy  /GX  /Os /Ox /Z7 /W3  -I.  -Io:\projects\openafs-1.0.3\DEST\include  
-Io:\projects\openafs-1.0.3\DEST\include\afs  
-Io:\projects\openafs-1.0.3\DEST\include\rx  -DWIN32_LEAN_AND_MEAN  -DSTRICT  
-D_WIN32_IE=0x0400  /c AFS_component_version_number.c
AFS_component_version_number.c
        lib /NOLOGO /OUT:o:\projects\openafs-1.0.3\DEST\lib\afs\afsacl.lib 
aclprocs.obj netprocs.obj AFS_component_version_number.obj
        cd ..\..
        cd src\kauth
        nmake /nologo /f ntmakefile install
        cl -c -W3 -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -D_WINNT 
-D_WIN32_WINNT=0x0400 -DWINVER=0x0400 -Z7  -DWIN32  -D_WIN32 -D_MT -D_DLL -MD  /Oy-  
/GF  /Gd  /Gy  /GX  /Os /Ox /Z7 /W3  -I.  -Io:\projects\openafs-1.0.3\DEST\include  
-Io:\projects\openafs-1.0.3\DEST\include\afs  
-Io:\projects\openafs-1.0.3\DEST\include\rx  -DWIN32_LEAN_AND_MEAN  -DSTRICT  
-D_WIN32_IE=0x0400  /c kauth.xdr.c
kauth.xdr.c
        cl -c -W3 -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -D_WINNT 
-D_WIN32_WINNT=0x0400 -DWINVER=0x0400 -Z7  -DWIN32  -D_WIN32 -D_MT -D_DLL -MD  /Oy-  
/GF  /Gd  /Gy  /GX  /Os /Ox /Z7 /W3  -I.  -Io:\projects\openafs-1.0.3\DEST\include  
-Io:\projects\openafs-1.0.3\DEST\include\afs  
-Io:\projects\openafs-1.0.3\DEST\include\rx  -DWIN32_LEAN_AND_MEAN  -DSTRICT  
-D_WIN32_IE=0x0400  /c kauth.cs.c
kauth.cs.c
        cl -c -W3 -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -D_WINNT 
-D_WIN32_WINNT=0x0400 -DWINVER=0x0400 -Z7  -DWIN32  -D_WIN32 -D_MT -D_DLL -MD  /Oy-  
/GF  /Gd  /Gy  /GX  /Os /Ox /Z7 /W3  -I.  -Io:\projects\openafs-1.0.3\DEST\include  
-Io:\projects\openafs-1.0.3\DEST\include\afs  
-Io:\projects\openafs-1.0.3\DEST\include\rx  -DWIN32_LEAN_AND_MEAN  -DSTRICT  
-D_WIN32_IE=0x0400  /c kaaux.c
kaaux.c
        cl -c -W3 -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -D_WINNT 
-D_WIN32_WINNT=0x0400 -DWINVER=0x0400 -Z7  -DWIN32  -D_WIN32 -D_MT -D_DLL -MD  /Oy-  
/GF  /Gd  /Gy  /GX  /Os /Ox /Z7 /W3  -I.  -Io:\projects\openafs-1.0.3\DEST\include  
-Io:\projects\openafs-1.0.3\DEST\include\afs  
-Io:\projects\openafs-1.0.3\DEST\include\rx  -DWIN32_LEAN_AND_MEAN  -DSTRICT  
-D_WIN32_IE=0x0400  /c client.c
client.c
client.c(93) : warning C4013: 'des_fixup_key_parity' undefined; assuming extern 
returning int
client.c(115) : warning C4013: 'des_key_sched' undefined; assuming extern returning int
client.c(116) : warning C4013: 'des_cbc_cksum' undefined; assuming extern returning int
client.c(165) : warning C4013: 'des_read_pw_string' undefined; assuming extern 
returning int
client.c(305) : warning C4090: 'function' : different 'const' qualifiers
client.c(305) : warning C4024: 'ka_CellConfig' : different types for formal and actual 
parameter 1
        cl -c -W3 -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -D_WINNT 
-D_WIN32_WINNT=0x0400 -DWINVER=0x0400 -Z7  -DWIN32  -D_WIN32 -D_MT -D_DLL -MD  /Oy-  
/GF  /Gd  /Gy  /GX  /Os /Ox /Z7 /W3  -I.  -Io:\projects\openafs-1.0.3\DEST\include  
-Io:\projects\openafs-1.0.3\DEST\include\afs  
-Io:\projects\openafs-1.0.3\DEST\include\rx  -DWIN32_LEAN_AND_MEAN  -DSTRICT  
-D_WIN32_IE=0x0400  /c authclient.c
authclient.c
authclient.c(120) : warning C4013: 'afsconf_GetCellInfo' undefined; assuming extern 
returning int
authclient.c(162) : warning C4013: 'rxnull_NewClientSecurityObject' undefined; 
assuming extern returning int
authclient.c(254) : warning C4013: 'rxs_Release' undefined; assuming extern returning 
int
authclient.c(379) : warning C4018: '!=' : signed/unsigned mismatch
authclient.c(386) : warning C4013: 'tkt_CheckTimes' undefined; assuming extern 
returning int
authclient.c(428) : warning C4244: '=' : conversion from 'unsigned long ' to 'unsigned 
char ', possible loss of data
authclient.c(466) : warning C4013: 'ubik_CallIter' undefined; assuming extern 
returning int
authclient.c(522) : warning C4013: 'des_key_sched' undefined; assuming extern 
returning int
authclient.c(543) : warning C4013: 'des_pcbc_encrypt' undefined; assuming extern 
returning int
authclient.c(558) : warning C4013: 'ubik_Call' undefined; assuming extern returning int
authclient.c(612) : warning C4244: '=' : conversion from 'unsigned long ' to 'short ', 
possible loss of data
authclient.c(667) : warning C4013: 'des_ecb_encrypt' undefined; assuming extern 
returning int
authclient.c(719) : warning C4244: '=' : conversion from 'unsigned long ' to 'short ', 
possible loss of data
authclient.c(781) : warning C4101: 'bob' : unreferenced local variable
authclient.c(794) : warning C4013: 'ubik_Call_New' undefined; assuming extern 
returning int
        cl -c -W3 -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -D_WINNT 
-D_WIN32_WINNT=0x0400 -DWINVER=0x0400 -Z7  -DWIN32  -D_WIN32 -D_MT -D_DLL -MD  /Oy-  
/GF  /Gd  /Gy  /GX  /Os /Ox /Z7 /W3  -I.  -Io:\projects\openafs-1.0.3\DEST\include  
-Io:\projects\openafs-1.0.3\DEST\include\afs  
-Io:\projects\openafs-1.0.3\DEST\include\rx  -DWIN32_LEAN_AND_MEAN  -DSTRICT  
-D_WIN32_IE=0x0400  /c token.c
token.c
token.c(359) : warning C4101: 'server' : unreferenced local variable
token.c(359) : warning C4101: 'realm' : unreferenced local variable
token.c(359) : warning C4101: 'client' : unreferenced local variable
        cl -c -W3 -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -D_WINNT 
-D_WIN32_WINNT=0x0400 -DWINVER=0x0400 -Z7  -DWIN32  -D_WIN32 -D_MT -D_DLL -MD  /Oy-  
/GF  /Gd  /Gy  /GX  /Os /Ox /Z7 /W3  -I.  -Io:\projects\openafs-1.0.3\DEST\include  
-Io:\projects\openafs-1.0.3\DEST\include\afs  
-Io:\projects\openafs-1.0.3\DEST\include\rx  -DWIN32_LEAN_AND_MEAN  -DSTRICT  
-D_WIN32_IE=0x0400  /c kautils.c
kautils.c
kautils.c(161) : warning C4013: 'des_key_sched' undefined; assuming extern returning 
int
kautils.c(163) : warning C4013: 'des_ecb_encrypt' undefined; assuming extern returning 
int
        cl -c -W3 -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -D_WINNT 
-D_WIN32_WINNT=0x0400 -DWINVER=0x0400 -Z7  -DWIN32  -D_WIN32 -D_MT -D_DLL -MD  /Oy-  
/GF  /Gd  /Gy  /GX  /Os /Ox /Z7 /W3  -I.  -Io:\projects\openafs-1.0.3\DEST\include  
-Io:\projects\openafs-1.0.3\DEST\include\afs  
-Io:\projects\openafs-1.0.3\DEST\include\rx  -DWIN32_LEAN_AND_MEAN  -DSTRICT  
-D_WIN32_IE=0x0400  /c kalocalcell.c
kalocalcell.c
kalocalcell.c(74) : warning C4013: 'afsconf_Close' undefined; assuming extern 
returning int
kalocalcell.c(80) : warning C4013: 'afsconf_GetLocalCell' undefined; assuming extern 
returning int
kalocalcell.c(138) : warning C4013: 'afsconf_GetCellInfo' undefined; assuming extern 
returning int
        cl -c -W3 -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -D_WINNT 
-D_WIN32_WINNT=0x0400 -DWINVER=0x0400 -Z7  -DWIN32  -D_WIN32 -D_MT -D_DLL -MD  /Oy-  
/GF  /Gd  /Gy  /GX  /Os /Ox /Z7 /W3  -I.  -Io:\projects\openafs-1.0.3\DEST\include  
-Io:\projects\openafs-1.0.3\DEST\include\afs  
-Io:\projects\openafs-1.0.3\DEST\include\rx  -DWIN32_LEAN_AND_MEAN  -DSTRICT  
-D_WIN32_IE=0x0400  /c kaerrors.c
kaerrors.c
        cl -c -W3 -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -D_WINNT 
-D_WIN32_WINNT=0x0400 -DWINVER=0x0400 -Z7  -DWIN32  -D_WIN32 -D_MT -D_DLL -MD  /Oy-  
/GF  /Gd  /Gy  /GX  /Os /Ox /Z7 /W3  -I.  -Io:\projects\openafs-1.0.3\DEST\include  
-Io:\projects\openafs-1.0.3\DEST\include\afs  
-Io:\projects\openafs-1.0.3\DEST\include\rx  -DWIN32_LEAN_AND_MEAN  -DSTRICT  
-D_WIN32_IE=0x0400  /c user_nt.c
user_nt.c
user_nt.c(114) : warning C4013: 'des_string_to_key' undefined; assuming extern 
returning int
user_nt.c(300) : warning C4013: 'des_key_sched' undefined; assuming extern returning 
int
user_nt.c(301) : warning C4013: 'des_pcbc_encrypt' undefined; assuming extern 
returning int
user_nt.c(459) : warning C4013: 'time_to_life' undefined; assuming extern returning int
user_nt.c(592) : warning C4013: 'life_to_time' undefined; assuming extern returning int
user_nt.c(906) : warning C4013: 'des_fixup_key_parity' undefined; assuming extern 
returning int
user_nt.c(930) : warning C4013: 'des_cbc_cksum' undefined; assuming extern returning 
int
        cl -c -W3 -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -D_WINNT 
-D_WIN32_WINNT=0x0400 -DWINVER=0x0400 -Z7  -DWIN32  -D_WIN32 -D_MT -D_DLL -MD  /Oy-  
/GF  /Gd  /Gy  /GX  /Os /Ox /Z7 /W3  -I.  -Io:\projects\openafs-1.0.3\DEST\include  
-Io:\projects\openafs-1.0.3\DEST\include\afs  
-Io:\projects\openafs-1.0.3\DEST\include\rx  -DWIN32_LEAN_AND_MEAN  -DSTRICT  
-D_WIN32_IE=0x0400  /c krb_tf.c
krb_tf.c
krb_tf.c(86) : warning C4013: 'getuid' undefined; assuming extern returning int
krb_tf.c(118) : warning C4013: 'time_to_life' undefined; assuming extern returning int
        cl -c -W3 -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -D_WINNT 
-D_WIN32_WINNT=0x0400 -DWINVER=0x0400 -Z7  -DWIN32  -D_WIN32 -D_MT -D_DLL -MD  /Oy-  
/GF  /Gd  /Gy  /GX  /Os /Ox /Z7 /W3  -I.  -Io:\projects\openafs-1.0.3\DEST\include  
-Io:\projects\openafs-1.0.3\DEST\include\afs  
-Io:\projects\openafs-1.0.3\DEST\include\rx  -DWIN32_LEAN_AND_MEAN  -DSTRICT  
-D_WIN32_IE=0x0400  /c ..\WINNT\afsd\cm_config.c
cm_config.c
..\WINNT\afsd\cm_config.c(283) : warning C4133: 'function' : incompatible types - from 
'long *' to 'const unsigned char *'
        echo char cml_version_number[]="@(#)CML not accessible: No version 
information"; >AFS_component_version_number.c
        echo char* AFSVersion = "afs??";  >>AFS_component_version_number.c
        cl -c -W3 -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -D_WINNT 
-D_WIN32_WINNT=0x0400 -DWINVER=0x0400 -Z7  -DWIN32  -D_WIN32 -D_MT -D_DLL -MD  /Oy-  
/GF  /Gd  /Gy  /GX  /Os /Ox /Z7 /W3  -I.  -Io:\projects\openafs-1.0.3\DEST\include  
-Io:\projects\openafs-1.0.3\DEST\include\afs  
-Io:\projects\openafs-1.0.3\DEST\include\rx  -DWIN32_LEAN_AND_MEAN  -DSTRICT  
-D_WIN32_IE=0x0400  /c AFS_component_version_number.c
AFS_component_version_number.c
        lib /NOLOGO /OUT:o:\projects\openafs-1.0.3\DEST\lib\afs\afskauth.lib 
kauth.xdr.obj kauth.cs.obj kaaux.obj client.obj authclient.obj token.obj kautils.obj 
kalocalcell.obj kaerrors.obj user_nt.obj krb_tf.obj cm_config.obj 
AFS_component_version_number.obj
        cl -c -W3 -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -D_WINNT 
-D_WIN32_WINNT=0x0400 -DWINVER=0x0400 -Z7  -DWIN32  -D_WIN32 -D_MT -D_DLL -MD  /Oy-  
/GF  /Gd  /Gy  /GX  /Os /Ox /Z7 /W3  -I.  -Io:\projects\openafs-1.0.3\DEST\include  
-Io:\projects\openafs-1.0.3\DEST\include\afs  
-Io:\projects\openafs-1.0.3\DEST\include\rx  -DWIN32_LEAN_AND_MEAN  -DSTRICT  
-D_WIN32_IE=0x0400  /c user_nt.c  /DAFS_KERBEROS_ENV /Fouser.krb.obj
user_nt.c
user_nt.c(114) : warning C4013: 'des_string_to_key' undefined; assuming extern 
returning int
user_nt.c(300) : warning C4013: 'des_key_sched' undefined; assuming extern returning 
int
user_nt.c(301) : warning C4013: 'des_pcbc_encrypt' undefined; assuming extern 
returning int
user_nt.c(459) : warning C4013: 'time_to_life' undefined; assuming extern returning int
user_nt.c(592) : warning C4013: 'life_to_time' undefined; assuming extern returning int
user_nt.c(906) : warning C4013: 'des_fixup_key_parity' undefined; assuming extern 
returning int
user_nt.c(930) : warning C4013: 'des_cbc_cksum' undefined; assuming extern returning 
int
        lib /NOLOGO /OUT:o:\projects\openafs-1.0.3\DEST\lib\afs\afskauth.krb.lib 
kauth.xdr.obj kauth.cs.obj kaaux.obj client.obj authclient.obj token.obj kautils.obj 
kalocalcell.obj kaerrors.obj user.krb.obj krb_tf.obj cm_config.obj 
AFS_component_version_number.obj
        cl -c -W3 -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -D_WINNT 
-D_WIN32_WINNT=0x0400 -DWINVER=0x0400 -Z7  -DWIN32  -D_WIN32 -D_MT -D_DLL -MD  /Oy-  
/GF  /Gd  /Gy  /GX  /Os /Ox /Z7 /W3  -I.  -Io:\projects\openafs-1.0.3\DEST\include  
-Io:\projects\openafs-1.0.3\DEST\include\afs  
-Io:\projects\openafs-1.0.3\DEST\include\rx  -DWIN32_LEAN_AND_MEAN  -DSTRICT  
-D_WIN32_IE=0x0400  /c kaserver.c
kaserver.c
kaserver.c(77) : warning C4013: 'afsconf_SuperUser' undefined; assuming extern 
returning int
kaserver.c(116) : warning C4018: '!=' : signed/unsigned mismatch
kaserver.c(129) : warning C4013: 'ka_LookupKvno' undefined; assuming extern returning 
int
kaserver.c(268) : warning C4090: 'function' : different 'const' qualifiers
kaserver.c(268) : warning C4024: 'ka_CellConfig' : different types for formal and 
actual parameter 1
kaserver.c(274) : warning C4013: 'com_err' undefined; assuming extern returning int
kaserver.c(287) : warning C4013: 'afsconf_GetExtendedCellInfo' undefined; assuming 
extern returning int
kaserver.c(290) : warning C4013: 'ubik_ParseServerList' undefined; assuming extern 
returning int
kaserver.c(299) : warning C4244: '=' : conversion from 'long ' to 'short ', possible 
loss of data
kaserver.c(325) : warning C4013: 'ubik_ServerInit' undefined; assuming extern 
returning int
kaserver.c(328) : warning C4013: 'ubik_ServerInitByInfo' undefined; assuming extern 
returning int
kaserver.c(389) : warning C4113: 'int (__cdecl *)(void)' differs in parameter lists 
from 'int (__cdecl *)(struct rx_call *)'
kaserver.c(391) : warning C4013: 'rx_StartServer' undefined; assuming extern returning 
int
kaserver.c(393) : warning C4013: 'init_kaprocs' undefined; assuming extern returning 
int
kaserver.c(395) : warning C4013: 'init_krb_udp' undefined; assuming extern returning 
int
        cl -c -W3 -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -D_WINNT 
-D_WIN32_WINNT=0x0400 -DWINVER=0x0400 -Z7  -DWIN32  -D_WIN32 -D_MT -D_DLL -MD  /Oy-  
/GF  /Gd  /Gy  /GX  /Os /Ox /Z7 /W3  -I.  -Io:\projects\openafs-1.0.3\DEST\include  
-Io:\projects\openafs-1.0.3\DEST\include\afs  
-Io:\projects\openafs-1.0.3\DEST\include\rx  -DWIN32_LEAN_AND_MEAN  -DSTRICT  
-D_WIN32_IE=0x0400  /c kadatabase.c  /DSPECIAL=1 /Fokadatabase.obj
kadatabase.c
kadatabase.c(60) : warning C4013: 'ubik_Seek' undefined; assuming extern returning int
kadatabase.c(62) : warning C4013: 'ubik_Write' undefined; assuming extern returning int
kadatabase.c(77) : warning C4013: 'ubik_Read' undefined; assuming extern returning int
kadatabase.c(114) : warning C4035: 'init_kadatabase' : no return value
kadatabase.c(127) : warning C4013: 'ubik_CacheUpdate' undefined; assuming extern 
returning int
kadatabase.c(390) : warning C4013: 'es_Report' undefined; assuming extern returning int
kadatabase.c(414) : warning C4018: '!=' : signed/unsigned mismatch
kadatabase.c(442) : warning C4018: '==' : signed/unsigned mismatch
kadatabase.c(443) : warning C4018: '>' : signed/unsigned mismatch
kadatabase.c(569) : warning C4018: '!=' : signed/unsigned mismatch
kadatabase.c(594) : warning C4101: 'i' : unreferenced local variable
kadatabase.c(630) : warning C4101: 'k' : unreferenced local variable
kadatabase.c(643) : warning C4018: '!=' : signed/unsigned mismatch
kadatabase.c(660) : warning C4033: 'ka_Encache' must return a value
kadatabase.c(695) : warning C4018: '!=' : signed/unsigned mismatch
kadatabase.c(725) : warning C4018: '==' : signed/unsigned mismatch
kadatabase.c(733) : warning C4018: '==' : signed/unsigned mismatch
kadatabase.c(736) : warning C4018: '==' : signed/unsigned mismatch
kadatabase.c(760) : warning C4018: '!=' : signed/unsigned mismatch
kadatabase.c(810) : warning C4018: '==' : signed/unsigned mismatch
kadatabase.c(848) : warning C4018: '>=' : signed/unsigned mismatch
kadatabase.c(879) : warning C4018: '==' : signed/unsigned mismatch
        cl -c -W3 -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -D_WINNT 
-D_WIN32_WINNT=0x0400 -DWINVER=0x0400 -Z7  -DWIN32  -D_WIN32 -D_MT -D_DLL -MD  /Oy-  
/GF  /Gd  /Gy  /GX  /Os /Ox /Z7 /W3  -I.  -Io:\projects\openafs-1.0.3\DEST\include  
-Io:\projects\openafs-1.0.3\DEST\include\afs  
-Io:\projects\openafs-1.0.3\DEST\include\rx  -DWIN32_LEAN_AND_MEAN  -DSTRICT  
-D_WIN32_IE=0x0400  /c krb_udp.c
krb_udp.c
krb_udp.c(111) : warning C4035: 'FiveMinuteCheckLWP' : no return value
krb_udp.c(111) : warning C4101: 'time' : unreferenced local variable
krb_udp.c(128) : warning C4013: 'time_to_life' undefined; assuming extern returning int
krb_udp.c(159) : warning C4013: 'des_key_sched' undefined; assuming extern returning 
int
krb_udp.c(161) : warning C4013: 'des_pcbc_encrypt' undefined; assuming extern 
returning int
krb_udp.c(233) : warning C4013: 'ktohl' undefined; assuming extern returning int
krb_udp.c(267) : warning C4013: 'name_instance_legal' undefined; assuming extern 
returning int
krb_udp.c(268) : warning C4013: 'InitAuthServ' undefined; assuming extern returning int
krb_udp.c(270) : warning C4013: 'FindBlock' undefined; assuming extern returning int
krb_udp.c(275) : warning C4013: 'save_principal' undefined; assuming extern returning 
int
krb_udp.c(314) : warning C4013: 'des_random_key' undefined; assuming extern returning 
int
krb_udp.c(321) : warning C4013: 'ka_LookupKey' undefined; assuming extern returning int
krb_udp.c(322) : warning C4013: 'tkt_MakeTicket' undefined; assuming extern returning 
int
krb_udp.c(337) : warning C4013: 'ubik_EndTrans' undefined; assuming extern returning 
int
krb_udp.c(364) : warning C4013: 'ubik_AbortTrans' undefined; assuming extern returning 
int
krb_udp.c(417) : warning C4013: 'ka_LookupKvno' undefined; assuming extern returning 
int
krb_udp.c(422) : warning C4013: 'tkt_DecodeTicket' undefined; assuming extern 
returning int
krb_udp.c(432) : warning C4013: 'tkt_CheckTimes' undefined; assuming extern returning 
int
krb_udp.c(466) : warning C4013: 'life_to_time' undefined; assuming extern returning int
krb_udp.c(539) : warning C4013: 'ka_log' undefined; assuming extern returning int
krb_udp.c(562) : warning C4013: 'snprintf' undefined; assuming extern returning int
krb_udp.c(573) : warning C4033: 'err_packet' must return a value
krb_udp.c(629) : warning C4033: 'process_udp_auth' must return a value
krb_udp.c(641) : warning C4033: 'process_udp_auth' must return a value
krb_udp.c(647) : warning C4033: 'process_udp_auth' must return a value
krb_udp.c(662) : warning C4033: 'process_udp_auth' must return a value
krb_udp.c(686) : warning C4033: 'process_udp_appl' must return a value
krb_udp.c(692) : warning C4033: 'process_udp_appl' must return a value
krb_udp.c(700) : warning C4033: 'process_udp_appl' must return a value
krb_udp.c(713) : warning C4033: 'process_udp_request' must return a value
krb_udp.c(728) : warning C4033: 'process_udp_request' must return a value
krb_udp.c(730) : warning C4033: 'process_udp_request' must return a value
krb_udp.c(743) : warning C4018: '==' : signed/unsigned mismatch
krb_udp.c(744) : warning C4018: '==' : signed/unsigned mismatch
krb_udp.c(797) : warning C4035: 'SocketListener' : no return value
        cl -c -W3 -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -D_WINNT 
-D_WIN32_WINNT=0x0400 -DWINVER=0x0400 -Z7  -DWIN32  -D_WIN32 -D_MT -D_DLL -MD  /Oy-  
/GF  /Gd  /Gy  /GX  /Os /Ox /Z7 /W3  -I.  -Io:\projects\openafs-1.0.3\DEST\include  
-Io:\projects\openafs-1.0.3\DEST\include\afs  
-Io:\projects\openafs-1.0.3\DEST\include\rx  -DWIN32_LEAN_AND_MEAN  -DSTRICT  
-D_WIN32_IE=0x0400  /c kaprocs.c /DSPECIAL=1 /Fokaprocs.obj
kaprocs.c
kaprocs.c(123) : warning C4018: '>=' : signed/unsigned mismatch
kaprocs.c(124) : warning C4018: '>=' : signed/unsigned mismatch
kaprocs.c(132) : warning C4013: 'es_Report' undefined; assuming extern returning int
kaprocs.c(135) : warning C4013: 'FindBlock' undefined; assuming extern returning int
kaprocs.c(140) : warning C4013: 'des_fixup_key_parity' undefined; assuming extern 
returning int
kaprocs.c(144) : warning C4013: 'des_init_random_number_generator' undefined; assuming 
extern returning int
kaprocs.c(167) : warning C4013: 'error_message' undefined; assuming extern returning 
int
kaprocs.c(172) : warning C4013: 'ka_FillKeyCache' undefined; assuming extern returning 
int
kaprocs.c(204) : warning C4013: 'des_random_key' undefined; assuming extern returning 
int
kaprocs.c(229) : warning C4013: 'afsconf_GetLocalCell' undefined; assuming extern 
returning int
kaprocs.c(240) : warning C4013: 'afsconf_GetNoAuthFlag' undefined; assuming extern 
returning int
kaprocs.c(252) : warning C4013: 'init_kadatabase' undefined; assuming extern returning 
int
kaprocs.c(259) : warning C4013: 'ka_LookupKey' undefined; assuming extern returning int
kaprocs.c(261) : warning C4013: 'ubik_AbortTrans' undefined; assuming extern returning 
int
kaprocs.c(267) : warning C4013: 'ubik_EndTrans' undefined; assuming extern returning 
int
kaprocs.c(350) : warning C4013: 'rxkad_GetServerInfo' undefined; assuming extern 
returning int
kaprocs.c(361) : warning C4013: 'name_instance_legal' undefined; assuming extern 
returning int
kaprocs.c(420) : warning C4305: 'initializing' : truncation from 'const double ' to 
'float '
kaprocs.c(427) : warning C4013: 'ubik_BeginTransReadAny' undefined; assuming extern 
returning int
kaprocs.c(428) : warning C4013: 'ubik_BeginTrans' undefined; assuming extern returning 
int
kaprocs.c(440) : warning C4305: '*=' : truncation from 'const double ' to 'float '
kaprocs.c(445) : warning C4013: 'ubik_SetLock' undefined; assuming extern returning int
kaprocs.c(453) : warning C4013: 'CheckInit' undefined; assuming extern returning int
kaprocs.c(507) : warning C4013: 'AllocBlock' undefined; assuming extern returning int
kaprocs.c(517) : warning C4013: 'ka_NewKey' undefined; assuming extern returning int
kaprocs.c(538) : warning C4013: 'ThreadBlock' undefined; assuming extern returning int
kaprocs.c(568) : warning C4013: 'des_check_key_parity' undefined; assuming extern 
returning int
kaprocs.c(569) : warning C4013: 'des_is_weak_key' undefined; assuming extern returning 
int
kaprocs.c(585) : warning C4013: 'ka_log' undefined; assuming extern returning int
kaprocs.c(637) : warning C4013: 'des_key_sched' undefined; assuming extern returning 
int
kaprocs.c(639) : warning C4013: 'des_pcbc_encrypt' undefined; assuming extern 
returning int
kaprocs.c(685) : warning C4013: 'kawrite' undefined; assuming extern returning int
kaprocs.c(719) : warning C4018: '<' : signed/unsigned mismatch
kaprocs.c(736) : warning C4101: 'reuse_p' : unreferenced local variable
kaprocs.c(769) : warning C4244: '=' : conversion from 'unsigned long ' to 'unsigned 
char ', possible loss of data
kaprocs.c(843) : warning C4013: 'karead' undefined; assuming extern returning int
kaprocs.c(877) : warning C4013: 'time_to_life' undefined; assuming extern returning int
kaprocs.c(878) : warning C4013: 'life_to_time' undefined; assuming extern returning int
kaprocs.c(1113) : warning C4013: 'tkt_MakeTicket' undefined; assuming extern returning 
int
kaprocs.c(1154) : warning C4018: '<' : signed/unsigned mismatch
kaprocs.c(1184) : warning C4101: 'lasttime' : unreferenced local variable
kaprocs.c(1312) : warning C4018: '!=' : signed/unsigned mismatch
kaprocs.c(1317) : warning C4013: 'update_admin_count' undefined; assuming extern 
returning int
kaprocs.c(1390) : warning C4101: 'i' : unreferenced local variable
kaprocs.c(1390) : warning C4101: 'oldvals' : unreferenced local variable
kaprocs.c(1442) : warning C4013: 'ka_DelKey' undefined; assuming extern returning int
kaprocs.c(1447) : warning C4013: 'UnthreadBlock' undefined; assuming extern returning 
int
kaprocs.c(1448) : warning C4013: 'FreeBlock' undefined; assuming extern returning int
kaprocs.c(1619) : warning C4013: 'NextBlock' undefined; assuming extern returning int
kaprocs.c(1690) : warning C4013: 'ka_LookupKvno' undefined; assuming extern returning 
int
kaprocs.c(1694) : warning C4013: 'tkt_DecodeTicket' undefined; assuming extern 
returning int
kaprocs.c(1702) : warning C4013: 'tkt_CheckTimes' undefined; assuming extern returning 
int
kaprocs.c(1714) : warning C4013: 'des_ecb_encrypt' undefined; assuming extern 
returning int
kaprocs.c(1992) : warning C4101: 'tentry' : unreferenced local variable
kaprocs.c(1992) : warning C4101: 'to' : unreferenced local variable
kaprocs.c(1992) : warning C4101: 'tt' : unreferenced local variable
kaprocs.c(2083) : warning C4013: 'ka_debugKeyCache' undefined; assuming extern 
returning int
        cl -c -W3 -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -D_WINNT 
-D_WIN32_WINNT=0x0400 -DWINVER=0x0400 -Z7  -DWIN32  -D_WIN32 -D_MT -D_DLL -MD  /Oy-  
/GF  /Gd  /Gy  /GX  /Os /Ox /Z7 /W3  -I.  -Io:\projects\openafs-1.0.3\DEST\include  
-Io:\projects\openafs-1.0.3\DEST\include\afs  
-Io:\projects\openafs-1.0.3\DEST\include\rx  -DWIN32_LEAN_AND_MEAN  -DSTRICT  
-D_WIN32_IE=0x0400  /c kalog.c
kalog.c
        cl -c -W3 -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -D_WINNT 
-D_WIN32_WINNT=0x0400 -DWINVER=0x0400 -Z7  -DWIN32  -D_WIN32 -D_MT -D_DLL -MD  /Oy-  
/GF  /Gd  /Gy  /GX  /Os /Ox /Z7 /W3  -I.  -Io:\projects\openafs-1.0.3\DEST\include  
-Io:\projects\openafs-1.0.3\DEST\include\afs  
-Io:\projects\openafs-1.0.3\DEST\include\rx  -DWIN32_LEAN_AND_MEAN  -DSTRICT  
-D_WIN32_IE=0x0400  /c kauth.ss.c
kauth.ss.c
kauth.ss.c(58) : warning C4013: 'KAA_Authenticate_old' undefined; assuming extern 
returning int
kauth.ss.c(120) : warning C4013: 'KAA_Authenticate' undefined; assuming extern 
returning int
kauth.ss.c(182) : warning C4013: 'KAA_AuthenticateV2' undefined; assuming extern 
returning int
kauth.ss.c(241) : warning C4013: 'KAA_ChangePassword' undefined; assuming extern 
returning int
kauth.ss.c(306) : warning C4013: 'KAT_GetTicket_old' undefined; assuming extern 
returning int
kauth.ss.c(373) : warning C4013: 'KAT_GetTicket' undefined; assuming extern returning 
int
kauth.ss.c(433) : warning C4013: 'KAM_SetPassword' undefined; assuming extern 
returning int
kauth.ss.c(490) : warning C4013: 'KAM_SetFields' undefined; assuming extern returning 
int
kauth.ss.c(541) : warning C4013: 'KAM_CreateUser' undefined; assuming extern returning 
int
kauth.ss.c(590) : warning C4013: 'KAM_DeleteUser' undefined; assuming extern returning 
int
kauth.ss.c(642) : warning C4013: 'KAM_GetEntry' undefined; assuming extern returning 
int
kauth.ss.c(693) : warning C4013: 'KAM_ListEntry' undefined; assuming extern returning 
int
kauth.ss.c(732) : warning C4013: 'KAM_GetStats' undefined; assuming extern returning 
int
kauth.ss.c(771) : warning C4013: 'KAM_Debug' undefined; assuming extern returning int
kauth.ss.c(807) : warning C4013: 'KAM_GetPassword' undefined; assuming extern 
returning int
kauth.ss.c(849) : warning C4013: 'KAM_GetRandomKey' undefined; assuming extern 
returning int
kauth.ss.c(890) : warning C4013: 'KAM_Unlock' undefined; assuming extern returning int
kauth.ss.c(945) : warning C4013: 'KAM_LockStatus' undefined; assuming extern returning 
int
kauth.ss.c(1076) : warning C4013: 'hton_syserr_conv' undefined; assuming extern 
returning int
        cl -c -W3 -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -D_WINNT 
-D_WIN32_WINNT=0x0400 -DWINVER=0x0400 -Z7  -DWIN32  -D_WIN32 -D_MT -D_DLL -MD  /Oy-  
/GF  /Gd  /Gy  /GX  /Os /Ox /Z7 /W3  -I.  -Io:\projects\openafs-1.0.3\DEST\include  
-Io:\projects\openafs-1.0.3\DEST\include\afs  
-Io:\projects\openafs-1.0.3\DEST\include\rx  -DWIN32_LEAN_AND_MEAN  -DSTRICT  
-D_WIN32_IE=0x0400  /c kaauxdb.c
kaauxdb.c
kaauxdb.c(82) : warning C4018: '>' : signed/unsigned mismatch
kaauxdb.c(106) : warning C4018: '>' : signed/unsigned mismatch
kaauxdb.c(183) : warning C4018: '<' : signed/unsigned mismatch
kaauxdb.c(192) : warning C4101: 'now' : unreferenced local variable
        echo #define AFS_VERINFO_BUILD "CML not accessible: No version information" 
>AFS_component_version_number.h
        rc -DWIN32 -D_WIN32 -DWINVER=0x0400  /r  kaserver.rc
        link /OUT:o:\projects\openafs-1.0.3\DEST\root.server\usr\afs\bin\kaserver.exe 
-debug:full -debugtype:cv -debugtype:both /NODEFAULTLIB /INCREMENTAL:NO /PDB:NONE 
/RELEASE /NOLOGO -subsystem:console,4.0  /FIXED:NO msvcrt.lib oldnames.lib 
kernel32.lib  ws2_32.lib mswsock.lib advapi32.lib binmode.obj kaserver.obj kautils.obj 
kalocalcell.obj kadatabase.obj krb_udp.obj kaprocs.obj kalog.obj kauth.ss.obj 
kauth.xdr.obj kaaux.obj kaauxdb.obj kaserver.res 
o:\projects\openafs-1.0.3\DEST\lib\afs\afsprot.lib 
o:\projects\openafs-1.0.3\DEST\lib\afs\afsauth.lib 
o:\projects\openafs-1.0.3\DEST\lib\afs\afscmd.lib 
o:\projects\openafs-1.0.3\DEST\lib\afs\afscom_err.lib 
o:\projects\openafs-1.0.3\DEST\lib\afs\afsutil.lib 
o:\projects\openafs-1.0.3\DEST\lib\afs\afsaudit.lib 
o:\projects\openafs-1.0.3\DEST\lib\afs\afsreg.lib 
o:\projects\openafs-1.0.3\DEST\lib\afslwp.lib 
o:\projects\openafs-1.0.3\DEST\lib\afsdes.lib 
o:\projects\openafs-1.0.3\DEST\lib\afsrxstat.lib 
o:\projects\openafs-1.0.3\DEST\lib\afsrx.lib 
o:\projects\openafs-1.0.3\DEST\lib\afsubik.lib 
o:\projects\openafs-1.0.3\DEST\lib\afs\afseventlog.lib 
o:\projects\openafs-1.0.3\DEST\lib\afsrxkad.lib 
o:\projects\openafs-1.0.3\DEST\lib\afs\afsprocmgmt.lib
   Creating library 
o:\projects\openafs-1.0.3\DEST\root.server\usr\afs\bin\kaserver.lib and object 
o:\projects\openafs-1.0.3\DEST\root.server\usr\afs\bin\kaserver.exp
krb_udp.obj : error LNK2001: unresolved external symbol _snprintf
o:\projects\openafs-1.0.3\DEST\root.server\usr\afs\bin\kaserver.exe : fatal error 
LNK1120: 1 unresolved externals

Reply via email to