info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Build error with CVS 1.11.10/win32 using msvc.net 2003.


From: Rob Clevenger
Subject: Build error with CVS 1.11.10/win32 using msvc.net 2003.
Date: Thu, 4 Dec 2003 22:17:29 -0800

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"









reply via email to

[Prev in Thread] Current Thread [Next in Thread]