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

Re: ra_serf now passes all tests was Re: svn commit: r22796 - trunk/subversion/tests/cmdline

From: D.J. Heap <djheap_at_gmail.com>
Date: 2006-12-24 18:20:32 CET

On 12/24/06, Justin Erenkrantz <justin@erenkrantz.com> wrote:
> On 12/24/06, D.J. Heap <djheap@gmail.com> wrote:
> > What errors do you get? It's worked for me (with neon, anyway) on VC6
> > and VS2005 for years without doing anything special.
>
> How do you get mod_dav_svn and mod_authz_svn to compile?
>
> It appears that you need the APR/APR-util source for the base compile,
> but in order to get mod_dav_svn/mod_authz_svn, you need a full install
> of httpd which mandates not using the source for APR/APR-util. So,
> passing either a source directory or an install directory doesn't
> work. With a source dir, the include paths aren't right. With an
> install dir, the includes conflict with the APR/APR-util source
> directories. So, I don't see how this is supposed to work.
>
> I'd also like it to not build ruby. Ruby doesn't work with VC2005, so
> I can never get a clean solution build. *sigh* -- justin

I have a full Apache 2.0.59 source install that has been built
already. Here's my gen-make.py command:

python.exe gen-make.py -t vcproj --vsnet-version=2005
--with-httpd=..\Deps\httpd-2.0.59 --with-zlib=..\Deps\zlib123
--with-openssl=..\Deps\openssl-0.9.8d --with-neon=..\Deps\neon-0.26.1
--with-berkeley=..\Deps\db4-win32-4.4.20

Then to build binaries and tests from a VC2005 command prompt:

C:\Projects\Subversion>devenv.exe subversion_vcnet.sln /build release
/project __ALL_TESTS__

For python bindings:

C:\Projects\Subversion>devenv.exe subversion_vcnet.sln /build release
/project __SWIG_PYTHON__

For perl bindings:

C:\Projects\Subversion>devenv.exe subversion_vcnet.sln /build release
/project __SWIG_PERL__

For JavaHL:

C:\Projects\Subversion>devenv.exe subversion_vcnet.sln /build release
/project __JAVAHL__

DJ

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Dec 24 18:20:45 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.