Hi,

Carl Witty wrote:
> I'm forwarding the following mail from Ryan Hinton
> ([email protected]), because he's not subscribed to the list:
> 
> [begin forwarded email]
> 
> I'm having problems with C header #include order, and maybe something
> more.  The easiest way I know to reproduce the bug is to add
> 
>  from sage.rings.polynomial.polynomial_gf2x cimport Polynomial_GF2X
> [...]
> Looking at the generated C code, it appears that ntl_wrap.h is
> included before gmp.h, but ntl_wrap.h uses the mpz_t type defined in
> gmp.h.

I don't have sage to test this, but is this using the latest Cython? I
remember that Robert fixed a couple of things regarding header include
order, and it might have been after the 0.10 releases.

Stefan

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

Reply via email to