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

Re: Trying to build the locking branch on Windows

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2004-12-10 05:28:43 CET

On Dec 9, 2004, at 9:35 PM, Branko Čibej wrote:

> Says this:
>
> Linking...
> Creating library
> ..\..\..\Release\subversion\mod_dav_svn/mod_dav_svn.lib and object
> ..\..\..\Release\subversion\mod_dav_svn/mod_dav_svn.exp
> repos.obj : error LNK2001: unresolved external symbol
> _dav_get_locktoken_list
> ..\..\..\Release\subversion\mod_dav_svn\mod_dav_svn.so : fatal error
> LNK1120: 1 unresolved externals
> Error executing link.exe.
>
>
> Allright, now: Which version of httpd should I have been linking to? I
> have 2.0.52.
>

? It's part of mod_dav, not mod_dav_svn. And it's been there
throughout the whole httpd 2.0.x line, never changed.

dav_get_locktoken_list() is declared in dav/main/mod_dav.h, and defined
in dav/main/util.c.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Dec 10 05:31:09 2004

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.