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

Re: cant build under Windows

From: <cmpilato_at_collab.net>
Date: 2003-08-28 06:51:58 CEST

james-tigris@jrv.org writes:

> I am trying to build SVN under Windows with VC 6.0 and the Feb 2003 SDK
> using the instructions in the SVN INSTALL file.
> I can't seem to get valid VC6 GUI *.dsp / *.dsw files generated.
> There is clearly something wrong in the toplevel DSW but I don't know
> how to debug DSW files - I only use makefiles.
>
> 1. Has anyone figured this out yet?
> 2. Is there a way to generate makefiles and use those?
> 3. Are there any read-to-build trees in tarballs I can get?
>
> C:\src\SUBVER~1\src>python gen-make.py --with-zlib=..\zlib113 -t dsp --with-httpd=..\httpd-2.0.47
> Found libdb40.lib in db4-win32\lib
> Found installed perl version number. Perl bindings
> will be linked with perl56.lib
> Wrote: build\win32\msvc-dsp\test_changes_msvc.dsp
> ... lots of files written here
>
> C:\src\SUBVER~1\src>msdev subversion_msvc.dsw /MAKE __ALL__
> Warning: ignoring unknown target: __ALL__
> Error: There are no valid targets to build.

That should be:

   msdev subversion_msvc.dsw /MAKE "__ALL__ - Win32 Release"

or

   msdev subversion_msvc.dsw /MAKE "__ALL__ - Win32 Debug"

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Aug 28 16:39:35 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.