Hi
I am trying to compile MIT Kerberos on Windows 2000. I followed the instruction given in README file. I get the following error while compiling the source code
NMAKE : fatal error U1064: MAKEFILE not found and no target specified
Stop.
NMAKE : fatal error U1077: 'C:\PROGRA~1\MICROS~4\VC98\BIN\NMAKE.EXE' : return code '0x2'
Stop.
NMAKE : fatal error U1077: 'C:\PROGRA~1\MICROS~4\VC98\BIN\NMAKE.EXE' : return code '0x2'
Stop.
I removed the following line from clients/Makefile.in and compilation was ok.
@echo Making all in clients\kcpytkt
cd ..\kcpytkt
$(MAKE) -$(MFLAGS)
@echo Making all in clients\kdeltkt
cd ..\kdeltkt
$(MAKE) -$(MFLAGS)
Finally I did some more research and found that kcpytkt/ kdeltkt directories does not have Makefile as shown below in kvno directory.
G:\home\srbpkg\srbpkg\kerberos\32\krb5-1.4-beta1\src\clients>ls -l kvno/ kcpytkt/ kdeltkt/
kcpytkt/:
total 14
-rwxrwxrwa 1 Administrators None 99 Aug 21 10:28 ChangeLog
-rwxrwxrwa 1 Administrators None 695 Nov 19 11:19 Makefile.in
-rwxrwxrwa 1 Administrators None 1039 Aug 21 10:28 kcpytkt.M
-rwxrwxrwa 1 Administrators None 4050 Aug 21 10:28 kcpytkt.c
kdeltkt/:
total 13
-rwxrwxrwa 1 Administrators None 98 Aug 21 10:28 ChangeLog
-rwxrwxrwa 1 Administrators None 659 Nov 19 11:19 Makefile.in
-rwxrwxrwa 1 Administrators None 995 Aug 21 10:28 kdeltkt.M
-rwxrwxrwa 1 Administrators None 3759 Aug 21 10:28 kdeltkt.c
kvno/:
total 43
-rwxrwxrwa 1 Administrators None 2541 Aug 31 15:06 ChangeLog
-rwxrwxrwa 1 Administrators None 8430 Nov 19 10:43 Makefile
-rwxrwxrwa 1 Administrators None 659 Jun 16 18:56 Makefile.in
-rwxrwxrwa 1 Administrators None 2619 Aug 31 15:06 kvno.M
-rwxrwxrwa 1 Administrators None 6315 Aug 31 15:06 kvno.c
drwxrwxrwx 1 Administrators None 0 Nov 19 11:39 obj
Thanks
SAM