Oh, I found that my SDK directory is not like "Pocket PC 2003" but "STANDARDSDK". Anyway, I wasn't able to compile it until I modified "set INCLUDE" and "set LIB" directives for full path to my SDK.
So, now I have built python23.lib and working version of expat module. Dmitry Belyaev wrote: > I tryed to compile PythonCE but received following message during > compilation: > -------------------------------------------------------------------------------- > > > rc.exe /l 0x409 /fobinaries\ARMRel420\pythoncore\python_nt.res > /i ..\.. > \Include /i ..\..\PC\WinCE /d UNDER_CE=420 /d _WIN32_WCE=420 /d > UNICODE /d _UNI > CODE /d "WIN32_PLATFORM_PSPC=420" /d "ARM" /d "_ARM_" /r /d > "NDEBUG" /r ..\.. > \PC\WinCe\python_nt.rc > ..\..\PC\WinCe\..\python_nt.rc(4) : fatal error RC1015: cannot open > include file > 'winver.h'. > -------------------------------------------------------------------------------- > > > What should I do to be able to compile it? > _______________________________________________ PythonCE mailing list PythonCE@python.org http://mail.python.org/mailman/listinfo/pythonce