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

RE: Problems building Subversion binaries on Windows.

From: Arild Fines <arild.fines_at_broadpark.no>
Date: 2004-03-16 17:24:31 CET

Martin Tomes wrote:
> I have followed the instructions in the INSTALL file for building
> Windows binaries and get as far as building Apache, but the build of
> Subversion fails spectacularly!
>
> I am using:
>
> - Windows/XP
> - Visual Studio 6 SP5
> - The Feb. 2004 SDK (INCLUDE and LIB set to point to it)
> - Sources as specified in INSTALL
> - A checkout of the 1.0.1 tag
>
> I have attached the output from msdev. I was following this script as
> in the INSTALL file:
>
> C:\SVN> svn co http://svn.collab.net/repos/svn/trunk src
> C:\SVN> gunzip neon-0.24.4.tar.gz
> C:\SVN> cd src
> C:\SVN\src> tar -xvf ..\neon-0.24.4.tar
> C:\SVN\src> ren neon-0.24.4 neon
> C:\SVN\src> unzip ..\db-4.2.52-win32.zip
> C:\SVN\src> cd ..
> C:\SVN> unzip httpd_2.0.48-win32-src.zip
> C:\SVN> copy w32locatedb.pl httpd-2.0.48\srclib\apr-util\build
> C:\SVN> perl httpd-2.0.48\srclib\apr-util\build\w32locatedb.pl dll
> src\db4-win32\include src\db4-win32\lib
> C:\SVN> msdev httpd-2.0.48\apache.dsw /MAKE "BuildBin - Win32 Debug"
> C:\SVN> cd src
> C:\SVN\src> python gen-make.py -t dsp --with-httpd=..\httpd-2.0.48
> C:\SVN\src> msdev subversion_msvc.dsw /MAKE "__ALL__ - Win32 Debug"

I don't see you checking out|unzipping apr, apr-util and apr-iconv
anywhere... ;-) Subversion requires a copy/link to these libraries in it's
own tree.

See section I.1 in http://svn.collab.net/repos/svn/trunk/INSTALL

--
Arild
AnkhSVN: http://ankhsvn.tigris.org
Blog: http://ankhsvn.com/blog
IRC: irc://irc.freenode.net/ankhsvn
"We've got to find out what people want from fire, how they relate to it,
what sort of image it has for them.' The crowd were tense. They were
expecting something wonderful from Ford.`Stick it up your nose,' he
said.`Which is precisely the sort of thing we need to know,' insisted the
girl, `Do people want fire that can be fitted nasally?'"
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Mar 16 17:25:07 2004

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.