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

Windows build error introduced in revision 1850611

From: Alexander Miloslavskiy <alexandr.miloslavskiy_at_gmail.com>
Date: Wed, 16 Jan 2019 16:55:04 +0100

Hello,

I'm not subscribed, please CC me in answers.

For reference, build error text:
svndumpfilter.obj : error LNK2001: unresolved external symbol
svn_relpath__make_internal
[...\build\win32\vcnet-vcproj\svndumpfilter.vcxproj]

In revision 1850611 function was moved to new header
svn_dirent_uri_private.h which wasn't properly added to 'build.conf'.
This causes the generated 'libsvn_subr.def' file to not export the
function, which in turns causes 'unresolved external symbol'.

Please fix this by adding 'private\svn_dirent_uri_private.h' near line
370 in 'build.conf'.

Thanks!
Received on 2019-01-16 17:04:34 CET

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.