Changes between Version 7 and Version 8 of WinCE
- Timestamp:
- Nov 1, 2010, 5:21:14 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WinCE
v7 v8 87 87 If you get tons of this messages you hit http://support.microsoft.com/kb/148652. Moving all windows libraries after the WebKit libraries in "Configuration Properties" / "Linker" / "Additional Dependencies" will solve this problem. 88 88 89 {{{ 90 Generating ../DerivedSources/DocTypeStrings.cpp 91 syntax error at .../WebCore/make-hash-tools.pl line 123, near "} continue" 92 Execution of .../WebCore/make-hash-tools.pl aborted due to compilation errors. 93 }}} 94 It seams that your {{{make-hash-tools.pl}}} has CRLF line ending. Changing the line endings to LF only should fix this problem. 95 89 96 You may also encounter errors generating chartables.c because of the version of perl that you are using. Some versions of perl have issues with CR/LF. Most win32 versions of perl will work. 90 97