[OpenAFS-devel] Building v. 1.1.0 or 1.1.1 for Windows NT/20 00?

Neulinger, Nathan nneul@umr.edu
Thu, 16 Aug 2001 15:37:44 -0500


> Then I hit several files with RCSID definitions which cause 
> the windows 
> compiler to barf.  I wrote a perl script to remove the RCSID 
> definition 
> for all the files in the source tree.  (There were many files.)

Put this in your afsconfig.h:

#define RCSID(msg) \
static /**/const char *const rcsid[] = { (char *)rcsid, "\100(#)" msg }

That gets put in automatically for autoconf builds.

The other problems are being looked at. 

-- Nathan