IFS Kit Installtion Problem

I have installed the IFS Kit on a machine setup as follows:
Windows 2K Professional
Visual C++ 6.0 Enterprise, SP5
Windows Platform SDK

I cannot build any of the samples in the DDK. A sample build log has error
messages such as:

Compiling c:\ntddk\src\filesys\fastfat\mp directory ********************
‘nmake.exe /c BUILDMSG=Stop. -i NTTEST= UMTEST= NOLINK=1 386=1’
Bad command or file name
Linking c:\ntddk\src\filesys\fastfat\mp directory ********************
‘nmake.exe /c BUILDMSG=Stop. -i LINKONLY=1 NOPASS0=1 NTTEST= UMTEST=
386=1’
Bad command or file name

Running nmake on the command line gives errors such as:

C:\NTDDK\src\filesys\fastfat\mp>nmake

Microsoft (R) Program Maintenance Utility Version 6.00.8168.0
Copyright (C) Microsoft Corp 1988-1998. All rights reserved.

cl -nologo /Tc -Ii386\ -I. -I… -I…..\inc -Ic:\NTDDK\inc -Ic:\NTDDK\inc
-Ic:
\NTDDK\inc\ddk -Ic:\NTDDK\inc\ddk\wdm -Ic:\NTDDK\private\inc -Ic:\NTDDK\inc
-D_X
86_=1 -Di386=1 -DSTD_CALL -DCONDITION_HANDLING=1 -DNT_INST=0 -DWIN32=100
-D_N
T1X_=100 -DWINNT=1 -D_WIN32_WINNT=0x0500 -DWINVER=0x0500 -D_WIN32_IE=0x0501

DWIN32_LEAN_AND_MEAN=1 -DDBG=1 -DDEVL=1 -DFPO=0 -DNDEBUG -D_DLL=1
/c /Ze
l /Zp8 /Gy -cbstring /W3 /WX /Gz /QIfdiv- /QIf /QI0f /GB /Gi- /Gm- /GX-
/GR- /
GF -Z7 /Oxs /Oy- -FIc:\NTDDK\inc\warning.h /Yufatprocs.h
/Fpobjchk\i386\fatpro
cs.pch /Ylfastfat /Ycfatprocs.h /Fpobjchk\i386\fatprocs.pch
/Fo"C:\NTDDK\src\fil
esys\fastfat\mp\objchk\i386\fatprocs.obj"

#include “fatprocs.h”

Bad command or file name

Has anyone experience similar problems? I have tried this with and without
the platform SDK.


You are currently subscribed to ntfsd as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntfsd-$subst(‘Recip.MemberIDChar’)@lists.osr.com

Hello.

this article from “Windows 2000 IFS Kit Errata”
http://www.microsoft.com/DDK/IFSkit/errata.asp

In the Microsoft¢ç Windows¢ç 2000 IFS Kit installer (setup.exe), when
choosing which component groups to install, if you select “Windows 2000 IFS
Kit,” do not select “Windows NT 4.0 IFS Kit.” If you select both versions,
the Windows NT¢ç 4.0 IFS Kit is installed on top of the Windows 2000 IFS
Kit, causing the Windows 2000 versions of files such as ntifs.h to be
replaced with the Windows NT 4.0 versions.

Hope that helps.

Terra.


You are currently subscribed to ntfsd as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntfsd-$subst(‘Recip.MemberIDChar’)@lists.osr.com