Python 2.3.5 for Windows CE / ARM (Pocket PC 2003)
Dmitry Belyaev <[email protected]>
| Newsgroups | gmane.comp.python.windows-ce |
|---|---|
| Message-ID | <[email protected]> |
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?