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

Re: First compile error

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: 2007-01-05 21:45:48 CET

Conrado Quilles Gomes wrote:
> I'm trying to compile the TortoiseSVN, i'm check out, flow the procedure
> and execute nant TortoiseSVN, occurs this error:

First, you don't need to add the path of the VS2005 installation dir to
the PATH env variable.

>
> NAnt 0.85 (Build 0.85.2478.0; release; 14/10/2006)
> Copyright (C) 2001-2006 Gerry Shaw
> http://nant.sourceforge.net <http://nant.sourceforge.net/>
>
> Buildfile: file:///C:/SVN/TortoiseSVN/default.build
> Target framework: Microsoft .NET Framework 2.0
> Target(s) specified: TortoiseSVN
>
>
> VSNET:
>
>
> env:
>
>
> TortoiseSVN:

Here's your clue: you can't build the "TortoiseSVN" target without
having first built the libraries. If you run Nant without any targets,
you will get a help screen telling you that the "TortoiseSVN" target
doesn't build/rebuild the libraries.

The build.txt file tells you to build the 'setup' target. In case you
don't want to build everything, the least you must do is build the
'binaries' target. The 'binaries' target will compile all the required
libraries.

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
    /_/   \_\     http://tortoisesvn.net
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Fri Jan 5 21:45:55 2007

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.