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

Re: problems with building TortoiseSVN

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: 2006-08-09 20:13:28 CEST

Gerasimov, Ivan wrote:
> Hello!
>
> Just tried to make a fresh build of TortoiseSVN checked out from
> http://tortoisesvn.tigris.org/svn/tortoisesvn/trunk and found a few
> problems.
>
> First, you cannon build only a debug version without building release
> first, due to following strings in versioninfo.build:
>
> <property name="SubWCRevFileName"
> value="bin\release${bindirextension}\bin\SubWCRev.exe"/>
>
> So, I replaced it with this one (though, not sure it's absolutely
> correct): <property name="SubWCRevFileName"
> value="bin\${configuration}\bin\SubWCRev.exe"/>

Committed in revision 7244.

> Second, the file version.build.in was missing the following line:
> <variable name="WCDATE" value="$WCDATE$" /> And script failed saying
> that it cannot evaluate ${environment::get-variable('WCDATE')}
>
> And the final problem was with compiling scintilla. Compiler
> complains about some undeclared identifiers when compiling
> Editor.cxx, like that:
>
> ------------- ..\src\Editor.cxx(432) : error C2065: 'wrapStart' :
> undeclared identifier ..\src\Editor.cxx(432) : error C2065:
[snip]
> I get the same errors if I go directly to src\Utils\scintilla\win32
> and run nmake -f scintilla.mak

I don't get these errors. Please check your working copy (or do a fresh
checkout).

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 Wed Aug 9 20:13:44 2006

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.