On Fri, Aug 10, 2012 at 11:55 AM, <br...@apache.org> wrote: > Author: brane > Date: Fri Aug 10 09:55:16 2012 > New Revision: 1371633 > > URL: http://svn.apache.org/viewvc?rev=1371633&view=rev > Log: > On Windows, create the generated svn_private_config.h in the intermediate > build directory so that different configurations don't all use the same > canonical host name. This incidentally allows Windows and Unix builds to > share the same working copy in parallel. > > * build\generator\templates\svn_config.vcproj.ezt, > build\generator\templates\svn_config.vcxproj.ezt: Change output path > of svn_private_config.h. Add generated SQL headers to project. > > * build\generator\templates\vcnet_vcproj.ezt, > build\generator\templates\vcnet_vcxproj.ezt: Add build directory to > list of project-specific include paths.
I don't understand this change, being not very familiar with the build system. But after this commit my build on Windows (XP, with VCExpress 2008) fails: [[[ C:\research\svn\client_build\trunk2>msbuild subversion_vcnet.sln /nologo /v:q /p:Configuration=debug /t:__ALL__ Project : error PRJ0019: A tool returned an error code from "Creating svn_private_config.h from svn_private_config.hw." ]]] No idea what error code is returned by the "tool". I did run gen-make.py before trying the build. If I rollback to r1371632 everything works fine. -- Johan