On Thu, Mar 19, 2015 at 1:21 AM, Julian Foad <julianf...@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