Comical 0.8 builds fine with wxWidgets 2.6 on Linux, but when building it with wxWidgets 2.8.7 on Linux, there's a compiler error and several alerts. This patches some of the issues.
In order to get Comical to compile, I commented out the following line in src/ComicalApp.cpp:
63c63
< frame->SetIcon(wxICON(comical));
---
> // frame->SetIcon(wxICON(comical));
It was #ifdef'd anyway...
2008-06-09 22:57:22 UTC in Comical