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

[PATCH] Fix unable to build with Visual Studio 2008

From: Jun Omae <jun66j5_at_gmail.com>
Date: Fri, 1 May 2020 19:02:02 +0900

Hi,

I tried to build Subversion 1.10.x and trunk with Visual Studio 2008 for Python (2.7) bindings,
however I got the following error from `msbuild subversion_vcnet.sln /t:__MORE__
/p:Configuration=Release`.

"C:\usr\src\subversion\1.10.x\subversion_vcnet.sln" (__MORE__;__SWIG_PYTHON__ target) (1) ->
(Tests\conflicts-test target) ->
   ..\..\..\subversion\tests\libsvn_wc\utils.c : fatal error C1033: cannot open program database 'c:\usr\src\subversion\1.10.x\release\subversion\tests\libsvn_client\libsvn_wc\test_conflicts-..\libsvn_wc.pdb'

I think the following line in vcnet_vcproj.ezt is incorrect. The line is introduced in r873230.

    ProgramDataBaseFileName="$(IntDir)/[sources.reldir]/[target.proj_name]-[sources.reldir].pdb"/>

After attached patch, the error goes away and build successfully.

-- 
Jun Omae <jun66j5_at_gmail.com> (大前 潤)

Received on 2020-05-01 12:02:10 CEST

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.