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

Unable to build current master_dev with -DSLIC3R_WX_STABLE=1 #2832

Closed
orjanekeberg opened this issue May 23, 2022 · 1 comment
Closed

Unable to build current master_dev with -DSLIC3R_WX_STABLE=1 #2832

orjanekeberg opened this issue May 23, 2022 · 1 comment
Labels
fix is live in the last release Please download /build the last release and try to reproduce. problem

Comments

@orjanekeberg
Copy link

Recent changes in the master_dev branch (presumably commit b4e541c) now gives an error when compiling src/slic3r/GUI/Plater.cpp when the system has the stable version of wxwidgets (3.0) installed.

The cmake flag -DSLIC3R_WX_STABLE=1 is supposed to allow building with wxwidgets-3.0, but Plater.cpp now needs a method "GetCurrentlySelectedFilterIndex", which does not seem to exist in 3.0.

I am running Debian GNU/Linux (stable), and everything has been working fine (both compiling and running) until this change.

@supermerill
Copy link
Owner

I'll remove GetCurrentlySelectedFilterIndex for linux. It's not supported on linux anyway.

@supermerill supermerill added fixed for the next version That means that you should be able to test it in the latest nightly build problem labels Jul 12, 2022
supermerill added a commit that referenced this issue Jul 12, 2022
… available (and too recent for stable wxwidget)

#2832
@supermerill supermerill added fix is live in the last release Please download /build the last release and try to reproduce. and removed fixed for the next version That means that you should be able to test it in the latest nightly build labels Jul 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix is live in the last release Please download /build the last release and try to reproduce. problem
Projects
None yet
Development

No branches or pull requests

2 participants