Message16327
Using grammar.mak to build new graminit.c and
graminit.h files doesn't currently work on windows.
The line in grammar.mak:
CFLAGS= /I ..\Include /I ..\PC /D
MS_NO_COREDLL /MD
needs to be changed to:
CFLAGS= /I ..\Include /I ..\PC /D
MS_NO_COREDLL /D PGEN /MD
otherwise you get an undefined symbol when
attempting to link caused by a reference to
PyExc_DeprecationWarning in tokenizer.c.
|
|
Date |
User |
Action |
Args |
2007-08-23 14:13:49 | admin | link | issue751956 messages |
2007-08-23 14:13:49 | admin | create | |
|