Hi Everyone,

Did someone change the compilation chain so that on windows the modules 
don't link against Python any more? At the moment, all the genc tests fail 
with errors like:

testing_11.obj : error LNK2019: unresolved external symbol 
_PyErr_SetString referenced in function __RPyConvertExceptionToCPython
testing_11.obj : error LNK2019: unresolved external symbol _PyErr_SetNone 
referenced in function __RPyConvertExceptionToCPython
testing_11.obj : error LNK2019: unresolved external symbol 
_PyClass_IsSubclass referenced in function __RPyConvertExceptionToCPython
testing_11.obj : error LNK2019: unresolved external symbol 
_PyExc_Exception referenced in function __RPyConvertExceptionToCPython
testing_11.obj : error LNK2019: unresolved external symbol _PyClass_Type 
referenced in function __RPyConvertExceptionToCPython
testing_11.obj : error LNK2019: unresolved external symbol 
_PyDict_GetItemString referenced in function 
__RPyConvertExceptionToCPython
testing_11.obj : error LNK2019: unresolved external symbol 
_PyEval_GetBuiltins referenced in function __RPyConvertExceptionToCPython
testing_11.obj : error LNK2019: unresolved external symbol _PyMethod_New 
referenced in function _gencfunc_descr_get
...

Cheers,
Ben
_______________________________________________
[email protected]
http://codespeak.net/mailman/listinfo/pypy-dev

Reply via email to