when using the wxWidgets project application generation wizard i found two bugs
1. the target type was set to "console application" instead of a "GUI application"
2. the precompiled header file wx_pch.h is invoked by the compiler option "-include wx_pch.h"
but the file isn't set to be compiled, therefore no precompiled header file is generated and not used.
my used settings:
* Create "Debug" configuration
* Use wxWidgets DLL, monolithic library, unicode
* Create and use PCH
Compiler GCC
added item to Berlios bug tracker
https://developer.berlios.de/bugs/?func=detailbug&group_id=5358&bug_id=7697