> 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
_______________________________________________
OpenAFS-devel mailing list
[EMAIL PROTECTED]
https://lists.openafs.org/mailman/listinfo/openafs-devel

Reply via email to