Discussion:
[Cython] build failure on windows with 0.21b1 windows py27 x64
Ian Bell
2014-08-21 07:00:12 UTC
Permalink
A snippet of my failure:

lex\Scanners.c(6876) : error C2121: '#' : invalid character : possibly the
result of a macro expansion
lex\Scanners.c(6876) : error C2146: syntax error : missing ')' before
identifier 'ifdef'
lex\Scanners.c(6876) : error C2121: '#' : invalid character : possibly the
result of a macro expansion
lex\Scanners.c(6878) : error C2059: syntax error : 'else'
lex\Scanners.c(6888) : error C2059: syntax error : '}'
lex\Scanners.c(6902) : error C2121: '#' : invalid character : possibly the
result of a macro expansion
lex\Scanners.c(6902) : error C2121: '#' : invalid character : possibly the
result of a macro expansion
soft Visual Studio 9.0\VC\BIN\amd64\cl.exe"' failed with exit status 2

Anyone run into similar problems?

Loading...