On 2/16/2017 15:26, Stefan Sperling wrote:
> The 1.10.1-alpha1 release is finally up for signing.
>
> Full committers, please get this release from
> https://dist.apache.org/repos/dist/dev/subversion
> and add your signatures there.
>
> Thank you!

Trying to build this release triggers the following build error when
compiling the svn-mergeinfo-normalizer tool for me:

..\..\..\tools\client-side\svn-mergeinfo-normalizer\wc_mergeinfo.c(376):
error C4013: 'svn_hash__sets' undefined; assuming extern returning int [
G:\Projekte\MaxSVN\1.10.0-alpha1\build\win32\vcnet-vcproj\svn-mergeinfo-normalizer.vcxproj]

If I'm not mistaken, the issue got introduced in r1777345 where
svn_hash__sets() is used now. However, svn_has__sets() is only declared
(in svn_hash.h ln251 ff.) if SVN_HASH__GETS_SETS is defined (which atm
is only the case, if SVN_DEBUG is defined). That currently breaks the
release build of that tool for me.

Should this issue be fixed before alpha1 is released (assuming it's not
an issue on my side)?

Regards,
Stefan


Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to