Graham Dumpleton
grahamd at dscpl.com.au
Thu Jan 12 04:46:03 EST 2006
On 12/01/2006, at 8:36 PM, Hans-Joachim Ehlers wrote: > Where line 1381 is exactly: (destructor)request_dealloc, /* > tp_free */ > If i fix the line to (void(*)(void*))request_dealloc the GCC will not > t complain anymore. > So from my native view i would say that the original code is not > correct from the syntax view. Actually, it turns out it is wrong for other reasons. That whole line has been replaced in mod_python 3.2 and that struct member is simply set to 0. Get down mod_python 3.2.5b and see if that compiles without problem. Graham
|