Robert Bradshaw, 06.11.2009 06:26: >> ====================================================================== >> ERROR: compiling (c) callingconvention >> ERROR: compiling (c) cnamespec >> ERROR: compiling (c) declarations >> ERROR: compiling (c) excvalcheck >> ERROR: compiling (c) nogil >> ---------------------------------------------------------------------- >> LinkError: command 'gcc' failed with exit status 1 > > These look like http://trac.cython.org/cython_trac/ticket/106 . > Unfortunately they've been around for a while, but I think it'll take > a windows developer to fix them. I'm keeping them on the radar though. > Anyone have any ideas? It'd be great to finally knock these out. Note > these are all compile (not run). They might be referring to non- > existent methods. In that case, I bet re-writing the tests could get > rid of these for once and for all.
Yes, I think that's the problem. They use "cdef extern" declarations that refer to non-existing header files. A left-over of the Pyrex test suite. I think I fixed one or two of those, but some are really meant to test "cdef extern" stuff, so they require an external header file at least. IMHO, these tests actually merit a rewrite. Stefan _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
