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