MSVC++ 6.0 is not supported for compilation of OpenAFS 1.3.70
and above.  VC6 is not compatible with the Platform XP SP2 SDK
which is required.

Please read the README-NT file for the development tool requirements.

Jeffrey Altman


giuseppe sala wrote:

Hi,

I am trying to compile openafs-1.3.74 on Windows XP
SP1 using MSVC++ 6.0., Microsoft Visual C++ Toolkit
2003 and Microsoft Platform SDK for Windows XP SP2
I have piped the output
of nmake to a text file which I am attaching. It will be great if someone can point me in the right
direction to compile OpenAFS
on Win XP.

P.S.
I have found the errors also in nmake clean.
In the files NTMakefile present in this directory:
.....\src\WINNT\afsapplib
.....\src\WINNT\afsusrmgr
.....\src\WINNT\afssvrmgr
.....\src\WINNT\afssvrcfg
.....\src\WINNT\afssvrcpa
.....\src\WINNT\client_creds
the line:
for /f %l in ('dir /B ??_??') do @$(NTLANG) %l
$(MAKECMD) /nologo /f NTMakefile clean
is changed with:
        if exist $(NTLANG) $(NTLANG) en_US $(MAKECMD) /nologo
/f NTMakefile clean
        if exist $(NTLANG) $(NTLANG) ja_JP $(MAKECMD) /nologo
/f NTMakefile clean
        if exist $(NTLANG) $(NTLANG) ko_KR $(MAKECMD) /nologo
/f NTMakefile clean
        if exist $(NTLANG) $(NTLANG) zh_CN $(MAKECMD) /nologo
/f NTMakefile clean
        if exist $(NTLANG) $(NTLANG) zh_TW $(MAKECMD) /nologo
/f NTMakefile clean
        if exist $(NTLANG) $(NTLANG) pt_BR $(MAKECMD) /nologo
/f NTMakefile clean
        if exist $(NTLANG) $(NTLANG) es_ES $(MAKECMD) /nologo
/f NTMakefile clean
        if exist $(NTLANG) $(NTLANG) de_DE $(MAKECMD) /nologo
/f NTMakefile clean


Thanks, Paolo



__________________________________ Do you Yahoo!? Check out the new Yahoo! Front Page. www.yahoo.com

_______________________________________________
OpenAFS-devel mailing list
[EMAIL PROTECTED]
https://lists.openafs.org/mailman/listinfo/openafs-devel


Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to