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

Re: Playing with svnmover

From: Johan Corveleyn <jcorvel_at_gmail.com>
Date: Thu, 19 Mar 2015 02:31:23 +0100

On Thu, Mar 19, 2015 at 1:21 AM, Julian Foad <julianfoad_at_gmail.com> wrote:
> Bert Huijben wrote:
>> Johan Corveleyn wrote:
>>> Thanks. I get a bit further now. But now it fails with some linker problems:
>>>
>>> [[[
>>> svn_repos-1.lib(commit.obj) : error LNK2019: unresolved external
>>> symbol _svn_editor3p__insert_shims referenced in funct[...]
>>
>> I'm guessing this is caused by a missing msvc-export = <new-header> definition in build.conf.
>>
>> Without that new functions are not exported from .DLLs on Windows.
>
> Hi Johan. Try after r1667644 please, where I've added the new headers
> to the 'msvc-export'. Hope I did it right. Sorry for all the fuss just
> to get it built.

Another step further, but now I get this (don't really understand why):

[[[
libsvn_delta.def : error LNK2001: unresolved external symbol
svn_editor3__insert_shims
[C:\research\svn\dev\move-tracking-2\build\win32\vcnet-vcproj\libsvn_delta_dll.vcxproj]
libsvn_delta.def : error LNK2001: unresolved external symbol
svn_editor3p_res
[C:\research\svn\dev\move-tracking-2\build\win32\vcnet-vcproj\libsvn_delta_dll.vcxproj]
C:\research\svn\dev\move-tracking-2\Debug\subversion\libsvn_delta\libsvn_delta-1.lib
: fatal error LNK1120: 2 unresolved externals
[C:\research\svn\dev\move-tracking-2\build\win32\vcnet-vcproj\libsvn_delta_dll.vcxproj]
]]]

No problem that this takes some time to get right. It's also an
exercise for me :-), to get back into active development, trying to
understand the build system etc ... there is no rush, but I'm looking
around a bit ...

-- 
Johan
Received on 2015-03-19 02:46:03 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.