[OpenAFS-devel] Windows build problems with OpenAFS 1.2.3

Marc Dionne dionne@cs.wisc.edu
Fri, 22 Mar 2002 10:16:09 -0600


A few minor build issues with the OpenAFS-1.2.3 source package under
Windows:

- src\WINNT\afsd\cm_scache.c, src\WINNT\afsd\cm_dcache.c:
"ResidencyMask" is not defined in the AFSFetchStatus structure.

- Trying to build without -DAFS_FREELANCE_CLIENT (in an attempt to avoid
the problem above) fails; several files under src\WINNT\afsd\ reference
the cm_freelanceEnabled flag in code that is not ifdef'ed.  The flag
itself is not defined without -DAFS_FREELANCE_CLIENT.

My workaround was to comment out the 2 references to ResidencyMask. 
Other than that the build completed successfully.

Marc