Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Which wxWidgets version required? #2

Closed
vi opened this issue Aug 22, 2015 · 1 comment
Closed

Which wxWidgets version required? #2

vi opened this issue Aug 22, 2015 · 1 comment

Comments

@vi
Copy link

vi commented Aug 22, 2015

Trying to build with wxwidgets-3.0.2:

error: no matching function for call to ‘wxStyledTextCtrl::FindText(int&, int&, const wxString&, int&, int*&)’

Trying to build with wxWidgets 2.8.12.1-12:

ride/ride/wxutils.h:35:30: error: ‘ButtonLabel’ in ‘class wxMessageDialogBase’ does not name a type
@vi vi changed the title Why wxWidgets version required? Which wxWidgets version required? Aug 22, 2015
@madeso
Copy link
Owner

madeso commented Aug 22, 2015

I'm using a forked wxwidgets 3 branch that can be found here: https://github.com/madeso/wxWidgets
and I'm working on getting it merged to the master via a pull request, though it needs some work: wxWidgets/wxWidgets#23

If you don't want to use a special build, the travis build defines the cmake variables USE_WXWIDGETS_LEGACY_FINDTEXT and USE_CPP_AS_RUST

I've never tried to build it with 2x.

@madeso madeso closed this as completed Aug 22, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants