problems with building TortoiseSVN
From: Gerasimov, Ivan <Ivan.Gerasimov_at_transas.com>
Date: 2006-08-09 17:20:11 CEST
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):
Second, the file version.build.in was missing the following line:
And the final problem was with compiling scintilla. Compiler complains about some undeclared identifiers when compiling Editor.cxx, like that:
-------------
I get the same errors if I go directly to src\Utils\scintilla\win32 and run nmake -f scintilla.mak
Sincerely yours,
---------------------------------------------------------------------
|
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.