info-cvs
[Top][All Lists]
Advanced

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

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


From: Mark D. Baushke
Subject: Re: Build error with CVS 1.11.10/win32 using msvc.net 2003.
Date: Thu, 04 Dec 2003 23:42:16 -0800

Hi Rob,

Rob Clevenger <address@hidden> writes:

> 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

Thank you for the bug report. I have commented out the assert in 
both the stable (cvs 1.11.10.1) and feature (cvs 1.12.3.1) branches.

        Thanks!
        -- Mark

Index: filesubr.c
===================================================================
RCS file: /cvs/ccvs/windows-NT/filesubr.c,v
retrieving revision 1.37.4.1
diff -u -p -r1.37.4.1 filesubr.c
--- filesubr.c  11 Nov 2003 00:55:30 -0000      1.37.4.1
+++ filesubr.c  5 Dec 2003 07:35:04 -0000
@@ -763,7 +763,7 @@ xresolvepath ( path )
     char *hardpath;
     char *owd;
 
-    assert ( isdir ( path ) );
+    /* assert ( isdir ( path ) ); */
 
     /* FIXME - If HAVE_READLINK is defined, we should probably walk the path
      * bit by bit calling xreadlink().




reply via email to

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