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:
@@ -50,6 +50,7 @@
|
||||
#include "stdlib.h"
|
||||
#include "PyObjectPlus.h"
|
||||
#include "STR_String.h"
|
||||
#include "gen_utils.h"
|
||||
/*------------------------------
|
||||
* PyObjectPlus Type -- Every class, even the abstract one should have a Type
|
||||
------------------------------*/
|
||||
|
||||
Reference in New Issue
Block a user