On Thu, May 21, 2009 at 3:26 PM, Dag Sverre Seljebotn <[email protected]> wrote: > Lisandro Dalcin wrote: > > Because we have to support projects which need to include both "./foo.h" > and "/usr/include/foo.h" as distinct header files in the same pyx file? >
Yes, we need to support that. <foo.h> could resolve to a header in "/usr/include", or even to a header at -I/some/dir, and such inclusion could potentially arise in a pxd from a third-party Cython-based project your own Cython code depends on. -- Lisandro Dalcín --------------- Centro Internacional de Métodos Computacionales en Ingeniería (CIMEC) Instituto de Desarrollo Tecnológico para la Industria Química (INTEC) Consejo Nacional de Investigaciones Científicas y Técnicas (CONICET) PTLC - Güemes 3450, (3000) Santa Fe, Argentina Tel/Fax: +54-(0)342-451.1594 _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
