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

Re: VS2005, many unresolved _ne_* symbol errors

From: D.J. Heap <djheap_at_gmail.com>
Date: 2006-07-20 21:15:48 CEST

On 7/20/06, Toby Johnson <toby@etjohnson.us> wrote:
> When trying to build Subversion under Visual Studio 2005, I'm getting
> many unresolved external symbol errors in libsvn_ra_dav which reference
> functions such as "_ne_ssl_provide" which all seem to be Neon functions
> (they all begin with _ne_). The only reference to this problem I could
> find is here: <http://svn.haxx.se/tsvn/archive-2006-01/0061.shtml> on
> the TortoiseSVN list where Stefan's reply seems to be to ignore them and
> build twice.
>
> Can anyone tell me how to resolve this? Am I missing an include path
> somewhere? I created the VC.NET projects using "gen-make.py -t vcnet
> --vsnet-version=2005" (no openssl or zlib at this point).

If you are building Subversion 1.3.x or earlier you will have to add
the neon library to the linker inputs manually for VS2005 -- Microsoft
changed how implicit project linking works with nmake projects in
VS2005.

For building Subversion 1.4.x or later we fixed that and it should just work.

DJ

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Jul 20 21:16:19 2006

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.