Several of the files use WINDOWS paths ( \ and not / in include file path.
As in #include <wx\event.h>
should be #include <wx/event.h>
I got several other compile errors on Linux, just started looking to see why. Is this windows only code?
Log in to post a comment.