On 28 December 2010 21:28, Andrzej Giniewicz <ggi...@gmail.com> wrote:
> On Tue, Dec 28, 2010 at 8:58 PM, Jon Nordby <jono...@gmail.com> wrote:
>> Thanks, applied unchanged and pushed!
>> I've actually seen this for a while (I'm running Arch as well) but
>> I've been too lazy to fix it.
>
> Cool, now it builds, runs and all tests pass on fresh install on Arch,
> yay! (well, kind of - the test_*.py file have to be changed from
> python to python2 to run, but it is unrelated to mypaint itself).
> Anyway, I wondered if/when you will guess that it's on Arch, seems not
> many distros switched to Py3K yet, heh?
No, and I don't expect anyone else will follow anytime soon. Probably
not in 2011. Lonely are the brave ;)

> I believe now you can also remove the python2.patch from the
> mypaint-git package you maintain there? I'd write it under mypaint-git
> AUR page, but I'm lazy too, and not logged in there at the moment :P
Thanks for the reminder, done now.

This also reminds me that there is more stuff that should be fixed in
our build system. We are running some stuff directly in the
sconscript/sconstruct, instead of creating targets like we should:

scons: Reading SConscript files ...
Building for python2.7
swig -o mypaintlib_wrap.cpp -noproxydel -python -c++ mypaintlib.i
python2.7 generate.py
Writing brushsettings.hpp
scons: done reading SConscript files.
scons: Building targets ...

The code that makes that output between the "scons: ..." lines should
actually be executed after "building targets".

-- 
Regards Jon Nordby - www.jonnor.com

_______________________________________________
Mypaint-discuss mailing list
Mypaint-discuss@gna.org
https://mail.gna.org/listinfo/mypaint-discuss

Reply via email to