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

Re: building on Win32

From: Branko Čibej <brane_at_xbc.nu>
Date: 2002-06-20 01:49:05 CEST

Paul Marculescu wrote:

>I just checked out revision 2285 from the subversion repository and also
>the apr and apr-util files from apache cvs repository in order to make a
>new build on Win32.
>
>The problems I encountered are:
>
>- subversion_client.dsp
> SOURCE=".\trace-commit.c" from the dsp is missing from the repository.
> However, a simple removal from the dsp I think will do.
>
Heh, that must've popped up very recently

>- mod_dav_svn.dsp
> I had to define APR_DECLARE_STATIC and APU_DECLARE_STATIC symbols in
>the project, otherwise it won't link.
> The build also requires wsock32.lib.
> SOURCE=..\libsvn_subr\hashdump.c is missing from disk. I think it
>should be replace with ..\libsvn_subr\hash.c
>
mod_dav_svn.dsp hadn't been updated in a while (it's not part of the
default build), but setting APR_DECLARE_STATIC in there is definitely
wrong. It should be linking with the DLL versions of apr and apr-util.

>I thought that defining APR_DECLARE_STATIC in the project is enough to
>make it build. But it is defined and the errors are still there.
>
>Does anybody know where the mistake is hiding?
>
>
No idea. That object is in libsvn_subr.lib, which mod_dav_svn should be
linking.

Anyway, that .dsp is a hack; i suggest you don't build mod_dav_svn for
now, unless you mean to set up Apache with Subversion on Windows.

-- 
Brane Čibej   <brane_at_xbc.nu>   http://www.xbc.nu/brane/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Jun 20 01:49:38 2002

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.