Since a few days I can not compile a WinCE version anymore.
SVN checkout seems to be OK since the regular Win32 version can be compiled without problems.
For the WinCE version I´m getting these compiler errors:
../../../gui/launcher.h:38: error: expected ',' or '...' before '&' token
../../../gui/launcher.h:38: error: ISO C++ forbids declaration of 'GameDescriptor' with no type
CELauncherDialog.cpp: In member function 'void CELauncherDialog::automaticScanDirectory(const FilesystemNode&)':
CELauncherDialog.cpp:80: error: 'GameList' was not declared in this scope
CELauncherDialog.cpp:80: error: expected `;' before 'candidates'
CELauncherDialog.cpp:82: error: 'candidates' was not declared in this scope
CELauncherDialog.cpp:83: error: 'GameDescriptor' was not declared in this scope
CELauncherDialog.cpp:83: error: expected `;' before 'result'
CELauncherDialog.cpp:84: error: 'result' was not declared in this scope
make: *** [CELauncherDialog.o] Error 1
Should I fill an error report or is this already known?
No problem if you can´t compile yourself the WinCE version.
I just tried a clean compile and now I´m getting this:
CELauncherDialog.cpp: In member function 'void CELauncherDialog::automaticScanDirectory(const FilesystemNode&)':
CELauncherDialog.cpp:80: error: 'EngineMan' was not declared in this scope
make: *** [CELauncherDialog.o] Error 1
Last edited by Lostech on Fri May 16, 2008 1:23 pm, edited 1 time in total.