On 05/04/09 8:50 PM, "Michael Petch" <mpe...@capp-sysware.com> wrote:
> #if USE_PYTHON
> #ifdef WIN32
> /* needed for mingw inclusion of Python.h */
> #ifndef _MSC_VER
> #include <stdint.h>
> #endif
> #endif
> #include <Python.h>
> #endif
> #ifndef
> typedef size_t Py_ssize_t;
> #endif
> #endif
Oops typo there, should have been:
#if USE_PYTHON
#ifdef WIN32
/* needed for mingw inclusion of Python.h */
#ifndef _MSC_VER
#include <stdint.h>
#endif
#endif
#include <Python.h>
#endif
#ifndef Py_ssize_t
typedef size_t Py_ssize_t;
#endif
#endif
_______________________________________________
Bug-gnubg mailing list
Bug-gnubg@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-gnubg