[Bf-committers] solving the issues of switching to python 2.4 on Os X for next release

Stephen Swaney sswaney at centurytel.net
Thu Aug 25 02:42:03 CEST 2005


On Wed, Aug 24, 2005 at 10:20:56PM +0200, Hans Lambermont wrote:
> >> bombs. See my other mails about this topic.
> > 
> > This is a game engine issue.
> 
> Well, no actually. But without the game engine we don't see it.
> 
> > The BPy code is straight C, as is Python itself.
> 
> Look again at the 3 include files; they're not from the game engine but
> straight from g++ and python.

> >>     #include <vector>

This is a c++ header

> >>     #include <iostream.h>

This is also a C++ header.  It should probably be <iostream> to match
the <vector> one.  Mixing the <name> and the <name.h> versions is
usually ++ungood.

Bpy does not use any C++.

-- 
Stephen Swaney			
sswaney at centurytel.net



More information about the Bf-committers mailing list