failed:
cdef extern from <sys/times.h>:
cdef extern from "<sys/times.h>":

Or is it otherwise somehow possible to tell him library /I includes?


Also for the implicit python includes is there a need for #include 
"Python.h" "frameobject.h" .. instead of <Python.h>

SWIG for example produces #include <Python.h>

came about the problem because the dependecies from "gcc -MM" 
swelled up. It would be more clear/convenient also maybe?


Robert






_______________________________________________
Cython-dev mailing list
[email protected]
http://codespeak.net/mailman/listinfo/cython-dev

Reply via email to