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

Re: Windows Build instruction do not seem to work

From: Barry Scott <barry_at_barrys-emacs.org>
Date: 2003-09-24 21:11:19 CEST

I'm curious; you don't sanity test that svn build before taging?

Yes, you need to update the docs.

This is the untested update of your text.
I've used the newer xcopy options (/I, /Y are not in older Win32 xcopies)
that ensure a clean copy from httpd into src of the apr pieces.
Change "ren" to "move" to make it unlikely that its read as "rem".
Added a call to vcvars32.bat that users will need if they don't have
msdev in the path.

       C:\Subversion> svn co http://svn.collab.net/repos/svn/trunk src
       C:\Subversion> gunzip neon-0.23.9.tar.gz
       C:\Subversion> cd src
       C:\Subversion\src> tar -xvf ..\neon-0.23.9.tar
       C:\Subversion\src> move neon-0.23.9 neon
       C:\Subversion\src> unzip ..\db-4.0.14-win32.zip
       C:\Subversion\src> cd ..
       C:\Subversion> unzip httpd_2.0.47-win32-src.zip
       C:\Subversion> xcopy /S /Q /R /Y httpd-2.0.47\srclib\apr src\apr
       C:\Subversion> xcopy /S /Q /R /Y httpd-2.0.47\srclib\apr-util
src\apr-util
       C:\Subversion> xcopy /S /Q /R /Y /I httpd-2.0.47\srclib\apr-iconv
src\apr-iconv
       C:\Subversion> call "c:\Program Files\Microsoft Visual
Studio\VC98\Bin\VCVARS32.BAT"
       C:\Subversion> msdev httpd-2.0.47\apache.dsw /MAKE ALL
       C:\Subversion> cd src
       C:\Subversion\src> python gen-make.py -t dsp
--with-httpd=..\httpd-2.0.47

Then one of:
       C:\Subversion\src> msdev subversion_msvc.dsw /MAKE "__ALL__ - Win32
Release"
or
       C:\Subversion\src> msdev subversion_msvc.dsw /MAKE "__ALL__ - Win32
Debug"

BArry

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Sep 24 21:39:41 2003

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.