ANN: Pyrex 0.3.4

Robin Becker robin at jessikat.fsnet.co.uk
Wed Jul 17 18:50:46 EDT 2002


In article <mailman.1026937028.31879.clpa-moderators at python.org>, Greg
Ewing <see_reply_address at something.invalid> writes
>Pyrex 0.3.4 is now available:
>
>   http://www.cosc.canterbury.ac.nz/~greg/python/Pyrex/
>
>
....
I'm probably being stupid, but I get this with the Demos\setup.py using
win32 2.2.1 after doing the base setup.py install

C:\Tmp\Pyrex-0.3.4\Demos>setup.py build_ext
running build_ext
building 'primes' extension
creating build
creating build\temp.win32-2.2
creating build\temp.win32-2.2\Release
C:\Program Files\Microsoft Visual Studio\VC98\BIN\cl.exe /c /nologo /Ox
/MD /W3 /GX -IC:\Python\include /Tcprimes.c /Fob
uild\temp.win32-2.2\Release\primes.obj
primes.c
primes.c(114) : warning C4102: '__pyx_L4' : unreferenced label
primes.c(85) : warning C4102: '__pyx_L6' : unreferenced label
primes.c(76) : warning C4102: '__pyx_L5' : unreferenced label
primes.c(67) : warning C4102: '__pyx_L3' : unreferenced label
primes.c(141) : error C2375: 'initprimes' : redefinition; different
linkage
        primes.c(139) : see declaration of 'initprimes'
error: command '"C:\Program Files\Microsoft Visual
Studio\VC98\BIN\cl.exe"' failed with exit status 2

C:\Tmp\Pyrex-0.3.4\Demos>
-- 
Robin Becker



More information about the Python-list mailing list