I just grabbed the 1.11.10 and built it for windows, and had to add an include for assert.h into windows-NT/filesubr.c. One of the assert statements is uncommented (the other 3 are commented out). Not sure what's the right thing here, but this is what I needed to do for building it with visual studio.net 2003. -- Rob
C:\cvs-source\cvs-1.11.10\windows-NT>diff -u filesubr.c "filesubr.c~" --- filesubr.c Thu Dec 4 22:12:50 2003 +++ filesubr.c~ Thu Dec 4 22:11:54 2003 @@ -19,7 +19,6 @@ #include <io.h> #include <windows.h> -#include <assert.h> #include "cvs.h" _______________________________________________ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs
