On 20 August 2014 20:25, Sturla Molden wrote:
> To build a Python extension for Win64 you must define the symbol MS_WIN64,
> typically -DMS_WIN64.
>
Sturla, isn't this supposed to be handled in pyconfig.h (at least when
using MSVC) ? I see these lines in PC/pyconfig.h (from Python
sources):
/* M
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
resul