On 2/21/2017 13:54, Stefan Sperling wrote:
> The new 1.10.1-alpha2 release is up for signing.
>
> The proposed 1.10.0-alpha1 release had a compilation problem on Windows.
> The alpha2 release should fix this problem. It is based on trunk@r1783880.
>
> Full committers, please get this release from
> https://dist.apache.org/repos/dist/dev/subversion
> and add your signatures there.
>
> Thank you!

Building the new svnconflict tool I'm getting the following linker errors:

error LNK2001: unresolved external symbol svn_diff_version
error LNK2001: unresolved external symbol svn_delta_version

(that is: with Visual Studio 2015Up3).

Applying the attached patch resolves the build issue for me.

Regards,
Stefan

Index: build.conf
===================================================================
--- build.conf  (revision 1783959)
+++ build.conf  (working copy)
@@ -1712,4 +1712,4 @@
 type = exe
 path = tools/client-side/svnconflict
 install = tools
-libs = libsvn_client libsvn_wc libsvn_ra libsvn_subr apriconv apr
+libs = libsvn_client libsvn_wc libsvn_diff libsvn_delta libsvn_ra libsvn_subr 
apriconv apr

Reply via email to