Hello,

I'm compiling something with GCC 4.4.1
Here I got some error from make.
It says:




This is the content of line 233 to 291:
Code:
static PyTypeObject Log_Type = {
  /* The ob_type field must be initialized in the module init function
   * to be portable to Windows without using C++. */
  PyObject_HEAD_INIT(NULL)
  0,                      /*ob_size*/
...