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

Problems with subversion 1.1.3. build

From: pasha <pasha_at_nixsolutions.com>
Date: 2005-02-26 15:56:12 CET

Hello,

I have the problem with building subversion 1.1.3. I`ve wrote to user@subversion.tigris.org and they can not help me.

I`ve downloaded subversion-1.1.3.zip. And now I have a problem to build it with VC++6.0. I installed BerkeleyDB, APR and now have the porblem with Neon. I tried to build Neon with

    nmake /f neon.mak ALL DEBUG_BUILD=Aye

It makes me libneonD.lib.

But when I try to compile svn.dsp in VC++, compiler says the following:

--------------------Configuration: svn - Win32 Debug--------------------
Linking...
LINK : warning LNK4049: locally defined symbol "_XML_GetCurrentLineNumber" imported
LINK : warning LNK4049: locally defined symbol "_XML_SetXmlDeclHandler" imported
LINK : warning LNK4049: locally defined symbol "_XML_SetUserData" imported
LINK : warning LNK4049: locally defined symbol "_XML_SetCharacterDataHandler" imported
LINK : warning LNK4049: locally defined symbol "_XML_SetElementHandler" imported
LINK : warning LNK4049: locally defined symbol "_XML_ParserCreate" imported
LINK : warning LNK4049: locally defined symbol "_XML_ErrorString" imported
LINK : warning LNK4049: locally defined symbol "_XML_GetErrorCode" imported
LINK : warning LNK4049: locally defined symbol "_XML_Parse" imported
LINK : warning LNK4049: locally defined symbol "_XML_ParserFree" imported
libsvn_ra_dav-1.lib(commit.obj) : error LNK2001: unresolved external symbol _ne_copy
libneonD.lib(ne_props.obj) : error LNK2001: unresolved external symbol _ne_add_depth_header
libneonD.lib(ne_locks.obj) : error LNK2001: unresolved external symbol _ne_add_depth_header
..\..\..\Debug\subversion\clients\cmdline\svn.exe : fatal error LNK1120: 2 unresolved externals

Where is fault? I hope someone can help me.

Regards,
Pasha
Received on Fri Feb 25 22:40:06 2005

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.