You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by ja...@jrv.org on 2003/08/28 04:36:13 UTC

cant build under Windows

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.

C:\src\SUBVER~1\src>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: cant build under Windows

Posted by cm...@collab.net.
cmpilato@collab.net writes:

> > 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"

And might I add:  I had no idea that MSVC had a commandline build
mode.  *Thank you* for drawing my attention to the fact!  (But then,
shame on you for not googling for the solution to your problem like I
did.)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: cant build under Windows

Posted by cm...@collab.net.
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