Re: Trying to build Subversion on Visual Studio 2008

2010-11-04 Thread Daniel Shahaf
PGSEM Contractor 4 wrote on Thu, Nov 04, 2010 at 11:33:40 +: > However when I try to compile the source it complains that it can't find > apr.h. I've rooted around subversion-deps-1.6.13.zip and found that there are > files named apr.h.in, apr.hnw and apr.hw. > > What do I need to do to get

Re: Trying to build Subversion on Visual Studio 2008

2010-11-04 Thread Ulrich Eckhardt
On Wednesday 03 November 2010, PGSEM Contractor 4 wrote: > *Checked out src-trunk This is typically where everyday development is done. I'd switch to a released version or a release branch instead. At least I'd expect the trunk to be a bit more unstable than the rest. > *Set up

RE: Trying to build Subversion on Visual Studio 2008

2010-11-04 Thread PGSEM Contractor 4
>Running gen-make.py. OK, I've done that (correctly this time) and it has created the vcproj files and the solution file. However when I try to compile the source it complains that it can't find apr.h. I've rooted around subversion-deps-1.6.13.zip and found that there are files named apr.h.in,

RE: Trying to build Subversion on Visual Studio 2008

2010-11-04 Thread PGSEM Contractor 4
che.org Subject: Re: Trying to build Subversion on Visual Studio 2008 PGSEM Contractor 4 wrote on Wed, Nov 03, 2010 at 17:01:30 +: > When I get to trying to run Visual Studio's command line (devenv) I can't > locate the subversion_vcnet.sln file, nor the earlier subversion_msv

RE: Trying to build Subversion on Visual Studio 2008

2010-11-04 Thread PGSEM Contractor 4
>Running gen-make.py. OK, I've run that but all it did was create a gen-make.opts file. There's still no subversion_vcnet.sln. This e-mail, including any attachments and response string, may contain proprietary information which is confidential and may be legally privileged. It is for the inte

Re: Trying to build Subversion on Visual Studio 2008

2010-11-03 Thread Daniel Shahaf
PGSEM Contractor 4 wrote on Wed, Nov 03, 2010 at 17:01:30 +: > When I get to trying to run Visual Studio's command line (devenv) I can't > locate the subversion_vcnet.sln file, nor the earlier subversion_msvc.dsw > file. > > What step(s) have I missed? > Running gen-make.py.

Trying to build Subversion on Visual Studio 2008

2010-11-03 Thread PGSEM Contractor 4
Hello, I'm trying to build Subversion on VS2008 but am missing something. Could I get some pointers please? What I've done so far (based on the instructions in the INSTALL text file in src-trunk) is: *Downloaded an SVN client *Checked out src-trunk ( svn co https://svn.apache