What I checked out already has that, i.e.
cmd = [self.exe]

still doesn't build.

On 28 October 2010 16:05, john skaller <skal...@users.sourceforge.net> wrote:
>
> On 29/10/2010, at 1:02 AM, john skaller wrote:
>
>>
>>
>> change the line 19 to:
>>
>>        self.exe = fbuild.builders.find_program(ctx, [exe])
>
> No, wrong! Just follow the patch:
>
>>
>> ~/felix/fbuild>git diff
>> diff --git a/lib/fbuild/builders/felix.py b/lib/fbuild/builders/felix.py
>> index fccbc15..4059631 100644
>> --- a/lib/fbuild/builders/felix.py
>> +++ b/lib/fbuild/builders/felix.py
>> @@ -31,7 +31,7 @@ class Flx(fbuild.db.PersistentObject):
>>             flags=[],
>>             cwd=None,
>>             **kwargs):
>> -        cmd = [sys.executable, self.exe]
>> +        cmd = [self.exe]
>>
>>         if debug is None:
>>             debug = self.debug
>
> --
> john skaller
> skal...@users.sourceforge.net
>
>
>
>
>

------------------------------------------------------------------------------
Nokia and AT&T present the 2010 Calling All Innovators-North America contest
Create new apps & games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
_______________________________________________
Felix-language mailing list
Felix-language@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/felix-language

Reply via email to