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

Re: Trying to build...

From: Joseph Galbraith <galb_at_vandyke.com>
Date: 2006-04-18 15:50:30 CEST

Stefan Küng wrote:
> On 4/18/06, Joseph Galbraith <galb@vandyke.com> wrote:
>> All right, I'm making progress.
>>
>> The Make_Pot.bat file has a problem in that it
>> unconditionally tries to run
>>
>> ..\bin\release\bin\ResText
>>
>> However, in a native build, that doesn't exist; it
>> needs to run
>>
>> ..\bin\release64\bin\ResText
>
> I think we should get rid of that bat file completely and do that
> whole thing in NAnt instead.

That sounds good... unfortunately, my nant isn't up to that
skill level yet.

>> I'm not sure what effect this is having-- but I've
>> attached a patch to fix it. (I'm not sure the patch
>> is the best approach...)
> [snip]
>> Index: E:/Users/Galb/Projects/SVN/TortoiseSVN/Languages/Make_Pot64.bat
>> ===================================================================
>> --- E:/Users/Galb/Projects/SVN/TortoiseSVN/Languages/Make_Pot64.bat (revision 6317)
>> +++ E:/Users/Galb/Projects/SVN/TortoiseSVN/Languages/Make_Pot64.bat (working copy)
>> @@ -1,7 +1,7 @@
>> @echo off
>> SETLOCAL ENABLEDELAYEDEXPANSION
>>
>> -..\bin\release\bin\ResText extract ..\bin\release\bin\TortoiseProcLang.dll ..\bin\release\bin\TortoiseMergeLang.dll Tortoise.pot
>> +..\bin\release64\bin\ResText extract ..\bin\release64\bin\TortoiseProcLang.dll ..\bin\release64\bin\TortoiseMergeLang.dll Tortoise.pot
>>
>
> looks good.
> [snip]
>> <File
>> - RelativePath="..\Languages\res\bin167.avi"
>> + RelativePath="..\Resources\bin167.avi"
>> >
>
> Did you move the resources???

No... I just changed the x64 build from using Make_Pot.bat as
the post build step to using Make_Pat64.bat. Guess vs.2005
thought it needed to throw in some extra modification :-(

Sorry, should have reviewed the patch file before sending it.

Thanks,

Joseph

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Tue Apr 18 15:45:53 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.