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

Re: Building using VC++ 2005 Express

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: 2005-12-12 18:09:30 CET

Simon Large wrote:
> Hi folks,
>
> I have installed VC++ 2005 Express and would like to build SubWCRev and
> TBlame, but I am not sure where to start. I think I have everything
> installed in the right places now. I was hoping that running build.bat
> would at least build the subversion libraries and allow me to build
> individual projects, but no.
>
> Firstly it fails to find Windows.h. Looks like I should be calling a
> setenv.bat from the platform sdk, but I am not sure where to patch that
> into the existing build system.

Windows.h is part of the Platform SDK (which is available for free too).
You need to download/install it first.
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/sdkintro/sdkintro/devdoc_platform_software_development_kit_start_page.asp

If you already have the SDK, then you have to call setenv.bat instead of
"%VS80COMNTOOLS%\vsvars32.bat" in the build script.

> Secondly I don't have a definition for 'devenv' so I don't know what
> that is supposed to do.

What application is started when you doubleclick on a *.sln file? That's
the one you have to call instead of devenv. I thought that VC-Express
had the same name?

Also, maybe you have to call a vsvars32.bat file inside your VC-Express
installation folder too before you call the build script.

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
    /_/   \_\     http://tortoisesvn.tigris.org
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Mon Dec 12 18:23:14 2005

This is an archived mail posted to the TortoiseSVN Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.