Displaying 1 result from an estimated 1 matches for "py_ao_play".
2001 Sep 02
1
ao-python 0.0.2 not building under latest libs
...(first use in this function)
src/aomodule.c:126: parse error before `*'
src/aomodule.c:131: `ao_self' undeclared (first use in this function)
src/aomodule.c:131: parse error before `)'
src/aomodule.c:160: `retdict' undeclared (first use in this function)
src/aomodule.c: In function `py_ao_play':
src/aomodule.c:179: `ao_self' undeclared (first use in this function)
src/aomodule.c:179: parse error before `)'
error: command 'gcc' failed with exit status 1
---
I did some editing and managed to get the one on src/aomodule.h:108, but I'm
stumped on the others. Can anyo...