1. since i've built the same function as a python extension without using Cython (manually writing a C extension), but still built it using distutils, I would think that would rule out a compiler issue. 2. I don't know. But again, based on the results in 1) it shouldnt be the issue
3. I'll try that next if we can't figure this out. Cheers, Chris On Thu, May 28, 2009 at 1:29 AM, Lisandro Dalcin <[email protected]> wrote: > On Thu, May 28, 2009 at 2:00 AM, Chris Colbert <[email protected]> > wrote: > > > > So, I think I've ruled out a compiler issue. Any pointers on where to > look > > now? > > > > I told you... > > 1) When building core OpenVC, any chance you or the buildsystem is > passing some special flag to MinGW? > > 2) Do you know if it is possible to ask MinGW to use a specific C > runtime lib (the same used for Win Py2.5)? > > 3) Could you give a try to Python 2.6 the and matching MSVC, and use > that MSVC to build core OpenCV and your Cython extension? > > > > -- > 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 >
_______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
