>> Well, I took apr-util-1.5.1-win32-src.zip and dsw/dsp were generated.
>> Then I opened .dsw in VS 2010, did a conversion, and tried to build.
>> Nothing except zlib compiles, with a lot of "Cannot open include file:
>> 'svn_private_config.h'" errors. Did I miss some step that generates
>> this file?
>
> Why do you create Visual Studio 6.0 projects and upgrade these while Subversion can just create VC 2002, 2003, 2005, 2008, 2010 and 2012 projects for you?
Didn't think 2010 was supported, because this piece of --help output
only tells about 6.0 and 2002:
-t TYPE use the TYPE generator; can be one of:
dsp MSVC 6.x project files
make Makefiles for POSIX systems
vcproj VC.Net project files
OK, I did "-t vcproj --vsnet-version=2010" and svn_private_config.h
problem is gone.
Still cannot build the executable. The first errors in the log are:
4>..\..\..\subversion\libsvn_subr\win32_crashrpt.c(706): error C4013:
'time' undefined; assuming extern returning int
4>..\..\..\subversion\libsvn_subr\win32_crashrpt.c(707): error C4013:
'strftime' undefined; assuming extern returning int
4>..\..\..\subversion\libsvn_subr\win32_crashrpt.c(707): error C4013:
'localtime' undefined; assuming extern returning int
time.h!
Received on 2013-03-11 10:44:49 CET