there are some minor problems when trying to compile OpenAFS

in /src/config/NTMakefile:
version: $(DESTDIR)\bin\mkvers.exe NTMakefile.version

NTMakefile.version: NTMakefile.version-CML NTMakefile.version-NOCML
        $(DEL) NTMakefile.version
!       IF (EXIST(..\..\src\CML\state) || EXIST(..\..\..\src\CML\state))
                $(COPY) NTMakefile.version-CML NTMakefile.version
!       ELSE
                $(COPY) NTMakefile.version-NOCML NTMakefile.version
!       ENDIF

there was no "NTMakeFile.version" at the directory.
but NTMakeFile wishes to delete the file. so NMake stops and returns error.

To solve this problem, I deleted the line.. 
(there are another NTMakeFile which is trying to delete non-existing file)

I think it is caused by compiler version.
Do you have any idea about this?

Does anybody succeed in compile in Windows environment?

I cannot compile OpenAFS 1.0.2 also...
Same result as OpenAFS 1.0.1

Thanks.

--------------------------------------------------------------
MinJae Hwang
[EMAIL PROTECTED]:��T�z������x%��N���'^��h���~�+�m����+-��^��좸?�������+-�w�r����i�z��

Reply via email to