<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body text="#000000" bgcolor="#FFFFFF">
Hi, thanks for your help!<br>
<blockquote
cite="mid:mailman.41.1363776658.1595.linux-audio-user@lists.linuxaudio.org"
type="cite">
<pre wrap="">#ifndef Py_TYPE
#define Py_TYPE(ob) (((PyObject*)(ob))->ob_type)
#endif</pre>
</blockquote>
worked, with replacing <b><big><font face="monospace">self->ob_type</font></big></b>
by <b><big><font face="monospace">Py_TYPE(self)</font></big></b> in
any C-file.<br>
<br>
now I ran into another compilation problem, which I could not find
any solution to:<br>
<br>
pyalsa/alsaseq.c:505:13: error: ‘PyInt_Type’ undeclared here (not in
a function)<br>
pyalsa/alsaseq.c:508:3: error: ‘Py_TPFLAGS_HAVE_GETCHARBUFFER’
undeclared here (not in a function)<br>
pyalsa/alsaseq.c:509:5: error: ‘Py_TPFLAGS_HAVE_CLASS’ undeclared
here (not in a function)<br>
pyalsa/alsaseq.c:510:5: error: ‘Py_TPFLAGS_CHECKTYPES’ undeclared
here (not in a function)<br>
<br>
Do you have any suggestions?<br>
<br>
Regards,<br>
Ck<br>
</body>
</html>