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

Re: io.c

From: Branko Čibej <brane_at_xbc.nu>
Date: 2003-05-11 20:37:32 CEST

D.J. Heap wrote:

> Has anyone else built and run tests on Windows lately?
>
> After investigating all the test failures I've been getting the last
> couple of days, it appears that SVN_WIN32 is never getting defined for
> libsvn_subr\io.c -- so svn_io_remove_file and svn_io_copy_file fail
> quite often in Windows.
>
> Is my build just messed up somehow or does io.c need to #include
> "svn_private_config.h"? Most of the other source files in libsvn_subr
> include it -- stream.c, path.c, cmdline.c, etc, but I was wondering if
> it supposed to pick it up via another include or something.

SVN_WIN32 is defined in svn_private_config.h, and nowhere else. So that
header needs to be included if the symbol is used.

-- 
Brane Čibej   <brane_at_xbc.nu>   http://www.xbc.nu/brane/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun May 11 20:40:21 2003

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.