-
-
Notifications
You must be signed in to change notification settings - Fork 7
Description
It looks like there might be a prob with PC charset or similiar in sources for wxSecretStore When compiled under Ubuntu 18 (see output):
in file included from /home/bergmann/BlitzMax/mod/wx.mod/wxsecretstore.mod/glue.cpp:23:0:
/home/bergmann/BlitzMax/mod/wx.mod/wxsecretstore.mod/glue.h:60:2: error: �wxSecretStore� does not name a type; did you mean �MaxSecretStore�?
wxSecretStore & SecretStore();
^~~~~~~~~~~~~
MaxSecretStore
/home/bergmann/BlitzMax/mod/wx.mod/wxsecretstore.mod/glue.h:63:2: error: �wxSecretStore� does not name a type; did you mean �MaxSecretStore�?
wxSecretStore secretStore;
^~~~~~~~~~~~~
On Win 10, compilation works well - but no example will compile. F.E. aboutbox.bmx falis with "overriding method does not match any overridden method. Detail: Return type is Void, expected Int." for method OnInit()