Wow, Thanks to everyone for their efforts. The compile errors have been addressed, and the first couple of layers of the link-issue onion have been peeled.
We are down to this link issue on windows Mike Note: this translation does not include the allmodules flag, we did the first trial balloon of that today, and there are some issues in the mmap area. Those issues can until we finish this first level of success. ---------------------------------------------------------------------------------------------- module_0.c module_0.c(885) : warning C4013: 'WCOREDUMP' undefined; assuming extern returnin g int module_0.c(890) : warning C4013: 'WIFCONTINUED' undefined; assuming extern retur ning int module_0.c(895) : warning C4013: 'WIFSTOPPED' undefined; assuming extern returni ng int module_0.c(900) : warning C4013: 'WIFSIGNALED' undefined; assuming extern return ing int module_0.c(905) : warning C4013: 'WIFEXITED' undefined; assuming extern returnin g int module_0.c(910) : warning C4013: 'WEXITSTATUS' undefined; assuming extern return ing int module_0.c(915) : warning C4013: 'WSTOPSIG' undefined; assuming extern returning int module_0.c(920) : warning C4013: 'WTERMSIG' undefined; assuming extern returning int module_1.c module_1.c(860) : warning C4273: '_errno' : inconsistent dll linkage module_2.c module_3.c module_3.c(859) : warning C4273: '__p__environ' : inconsistent dll linkage Creating library h:\temp\usession-36\testing_1\testing_1.lib and object h:\te mp\usession-36\testing_1\testing_1.exp module_0.obj : error LNK2019: unresolved external symbol _WCOREDUMP referenced i n function _pypy_macro_wrapper_WCOREDUMP module_0.obj : error LNK2019: unresolved external symbol _WIFCONTINUED reference d in function _pypy_macro_wrapper_WIFCONTINUED module_0.obj : error LNK2019: unresolved external symbol _WIFSTOPPED referenced in function _pypy_macro_wrapper_WIFSTOPPED module_0.obj : error LNK2019: unresolved external symbol _WIFSIGNALED referenced in function _pypy_macro_wrapper_WIFSIGNALED module_0.obj : error LNK2019: unresolved external symbol _WIFEXITED referenced i n function _pypy_macro_wrapper_WIFEXITED module_0.obj : error LNK2019: unresolved external symbol _WEXITSTATUS referenced in function _pypy_macro_wrapper_WEXITSTATUS module_0.obj : error LNK2019: unresolved external symbol _WSTOPSIG referenced in function _pypy_macro_wrapper_WSTOPSIG module_0.obj : error LNK2019: unresolved external symbol _WTERMSIG referenced in function _pypy_macro_wrapper_WTERMSIG h:\temp\usession-36\testing_1\testing_1.exe : fatal error LNK1120: 8 unresolved externals _______________________________________________ [email protected] http://codespeak.net/mailman/listinfo/pypy-dev
