[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: Stefan Küng <tortoisesvn_at_gmail.com>
Date: 2006-04-18 09:31:20 CEST

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.

> 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???

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 Tue Apr 18 09:31:39 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.