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 attached a file
that contains part of the output from nmake.  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.  I
checked the openafs-devel and openafs-info archives but couldn't find any
postings that addresses these issues.


Thanks, 
Kangesh

Here are some of the warnings and errors:
......
......
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




        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.
....................
....................
....................
        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