Trying to keep things compiling on my imac (10.4.11)

I'm getting this error now:
GPG_Application.cpp: In member function 'void GPG_Application::stopEngine()':
/System/Library/Frameworks/Python.framework/Versions/2.3/include/python2.3/marshal.h:12: error: too many arguments to function 'PyObject* PyMarshal_WriteObjectToString(PyObject*)'
GPG_Application.cpp:720: error: at this point in file

Are we offically not supporint older versions of python now? :)

Kent
This commit is contained in:
Kent Mein
2008-09-06 02:46:11 +00:00
parent e279aadb97
commit 8675ff6d1d
22 changed files with 39 additions and 0 deletions

View File

@@ -65,6 +65,8 @@ typedef unsigned long uint_ptr;
#include "SCA_IActuator.h"
#include "SCA_ISensor.h"
#include "gen_utils.h" /* python stuff */
// This file defines relationships between parents and children
// in the game engine.