Windows2000DDKを入手したのでインストールしてみました。
D:\PFW\listexport\kernel_zero>build
BUILD: Object root set to: ==> objchk
BUILD: /i switch ignored
BUILD: Compile and Link for i386
BUILD: Loading d:\NTDDK\build.dat...
BUILD: Computing Include file dependencies:
BUILD: Examining d:\pfw\listexport\kernel_zero directory for files to compile.
d:\pfw\listexport\kernel_zero - 1 source files (2,941 lines)
BUILD: Compiling d:\pfw\listexport\kernel_zero directory
BUILD: nmake.exe failed - rc = 2
BUILD: Linking d:\pfw\listexport\kernel_zero directory
BUILD: nmake.exe failed - rc = 2
BUILD: Done
|
エラー原因がさっぱりです。
D:\PFW\listexport\kernel_zero>nmake
Microsoft (R) Program Maintenance Utility Version 6.00.8168.0
Copyright (C) Microsoft Corp 1988-1998. All rights reserved.
makefile(9) : fatal error U1035: syntax error : ':' か '=' セパレータが必要
Stop.
|
ネットで調べてみても分かりません。
サンプルソースでもエラーが出ます。
思い当たって、makefile.defとmakefileのファイル末尾の空行と改行を消してみたら、動きました。
なにこれ。。。。 orz
Comments