John Labenski ha scritto:
> On Jan 10, 2008 12:17 PM, John Labenski <[EMAIL PROTECTED]> wrote:
>> ===========
>>
>> Francesco, I used the frm-bakefile.tar.gz on the wxlua website, but I
>> added a single line to utils.py to sort the fileList values since on
>> my Mandriva system it sorts them, but in Ubuntu it doesn't and I don't
>> want to have to dig though the changes to see if they're really
>> meaningful. Both are python 2.5.
>>
>>         # remove prefix, normalize the filepath and use / for separator:
>>         files = [os.path.normpath(f[srcdirPrefix:]).replace(os.sep, '/')
>>                  for f in files]
>>
>>         files.sort()  #  <---  ADDED
> 
> I've uploaded it with that single change to
> http://wxlua.sourceforge.net/download/frm-bakefile_2008_01_10.tar.gz
> so I won't loose it. Hopefully we can get rid of it if the next
> version has your fix.
exactly. The 0.2.3 version of bakefile has that fix ;)

Also, I analyzed wxLua sources and I rememebered that this ticket:

http://www.bakefile.org/ticket/138

(the last one which forces us to use a patched bakefile version) is 
useful only for the Autopackage builds in practice.

Even if autopackage builds are the only way for linux users to get 
ready-to-use binaries, I suggest we disable them temporarily (also the 
last autopackage is a bit outdated) and begin to use the "official" 
bakefile.

Does it sounds good?

Francesco



-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
wxlua-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wxlua-users

Reply via email to