[Bf-committers] Linux Users: Questions about build support needs

Hans Lambermont hans at lambermont.dyndns.org
Sat Dec 30 10:22:18 CET 2006


Stephen Swaney wrote:

> On Fri, Dec 29, 2006 at 06:51:03PM -0800, D.J. Capelis wrote:
> > 
> > I would like to look at getting rid of the Linux Python 2.3 builds on
> > the x86 platform. 
> 
> I don't see any reason to keep Py 2.3 around for x86.
> 
> If it were not for certain backward cough*osx*cough platforms,
> we would have moved everything to Py 2.4 already.

FreeBSD also has problems with py24, that's why I still make the
releases with py23.

Note that py24 in itself works fine on FreeBSD (FreeBSD has py21, 22,
23, 24, 25 in /usr/ports/lang/ available), just compiling blender
against py24 does not work because of this :

    #include <vector>
    #include "Python.h"
    #include <iostream.h>

See my other mails around April 2005.

It starts with BL_ActionActuator.cpp in source/gameengine/Converter/ :
/usr/include/c++/3.4/bits/localefwd.h:58:34: macro "isspace" passed 2
arguments, but takes just 1 /usr/include/c++/3.4/bits/localefwd.h:58:
error: `std::isspace' declared as `inline' variable)

Hans


More information about the Bf-committers mailing list