Try again... just pushed a fix...

On Mon, Dec 15, 2008 at 9:55 PM, Hoyt Koepke <[email protected]> wrote:
> Hello,
>
> On my machine at least, it seems that changest 1478 in cython-devel
> (by Stephen) introduced some errors while compiling module
> Cython.Compiler.Parsing.  Here's the output from my attempt to install
> cython.
>
> hoy...@hk-laptop:~/sysroot/src/cython> rm -Rf build ; python setup.py
> install --prefix=$SYSROOT
> Compiling module Cython.Plex.Scanners ...
> Compiling module Cython.Compiler.Scanning ...
> Compiling module Cython.Compiler.Parsing ...
>
> Error converting Pyrex file to C:
> ------------------------------------------------------------
> ...
> cpdef p_string_literal(PyrexScanner s)
> cpdef p_list_maker(PyrexScanner s)
> cpdef p_list_iter(PyrexScanner s)
> cpdef p_list_for(PyrexScanner s)
> cpdef p_list_if(PyrexScanner s)
> cpdef p_dict_maker(PyrexScanner s)
>                  ^
> ------------------------------------------------------------
>
> /home/hoytak/sysroot/src/cython/Cython/Compiler/Parsing.pxd:47:19:
> Non-extern C function 'p_dict_maker' declared but not defined
>
> Error converting Pyrex file to C:
> ------------------------------------------------------------
> ...
> cpdef p_list_maker(PyrexScanner s)
> cpdef p_list_iter(PyrexScanner s)
> cpdef p_list_for(PyrexScanner s)
> cpdef p_list_if(PyrexScanner s)
> cpdef p_dict_maker(PyrexScanner s)
> cpdef p_dict_item(PyrexScanner s)
>                 ^
> ------------------------------------------------------------
>
> /home/hoytak/sysroot/src/cython/Cython/Compiler/Parsing.pxd:48:18:
> Non-extern C function 'p_dict_item' declared but not defined
>
> Error converting Pyrex file to C:
>
>
> Compilation failed
> Compiling module Cython.Compiler.Visitor ...
> running install
> running build
> running build_py
> ...
>
> And the rest appears to be go as usual...
>
> I'm not sure what's going on, and I suspect that I'm running python
> version 2.5.2 on opensuse 11.0.  If you need any more information, I'd
> be happy to give it.
>
> Thanks!
> --Hoyt
>
> P.S. Stephen -- It looks like you've put a lot of great work into the
> last few changesets; thanks a ton!!!  They look awesome!
>
>
> ++++++++++++++++++++++++++++++++++++++++++++++++
> + Hoyt Koepke
> + University of Washington Department of Statistics
> + http://www.stat.washington.edu/~hoytak/
> + [email protected]
> ++++++++++++++++++++++++++++++++++++++++++
> _______________________________________________
> Cython-dev mailing list
> [email protected]
> http://codespeak.net/mailman/listinfo/cython-dev
>



-- 
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

Reply via email to