[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Compile Error On Win32

From: Masaru Tsuchiyama <tsuchiyama_at_asahi-net.email.ne.jp>
Date: 2004-09-20 04:38:08 CEST

Hello.

I tried to compile subversion with MS VC++ 6, but can't compile
by error C2059. In svn_io_file_flush_to_disk(), brackets don't match.

Index: subversion/libsvn_subr/io.c
===================================================================
--- subversion/libsvn_subr/io.c (revision 11053)
+++ subversion/libsvn_subr/io.c (working copy)
@@ -1247,7 +1247,7 @@

       if (! FlushFileBuffers (filehand))
         return svn_error_wrap_apr
- (apr_get_os_error (), _("Can't flush file to disk")));
+ (apr_get_os_error (), _("Can't flush file to disk"));

 #else
       int rv;
-------------------------------------------------------------------
Masaru Tsuchiyama

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Sep 20 04:38:23 2004

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.