The whole file is a bit long, but the neighborhood of line 55 is pasted below. I am guessing the reason for the error message is the fact that #define pyobject is after the function declaration?
___declare(type, "pyobject;(c-pointer \"PyObject\");py-object-to;py-object-from") pyobject PyObject_CallObject (pyobject , pyobject ); #define pyobject PyObject * "felix winkelmann" <[EMAIL PROTECTED]> writes: > On 8/6/07, Ivan Raikov <[EMAIL PROTECTED]> wrote: >> >> This results in an error message from the C compiler: >> >> pyffi-support.c:55: error: expected '=', ',', ';', 'asm' or >> '__attribute__' before 'PyObject_CallObject' >> >> > > Can you show me the relevant C code line, or even attach the whole compiled > file? > _______________________________________________ Chicken-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/chicken-users
