Skip to content

Compile error wxSecretStore on bmx-ng #38

@mbergmann-sh

Description

@mbergmann-sh

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()

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions