Build fixes for 2.8.2 - #11895
Open
hadess wants to merge 3 commits into
Open
Conversation
/run/build/BambuStudio/src/libslic3r/FilamentMixer.hpp:152:6: error: ‘map’ in namespace ‘std’ does not name a template type
152 | std::map<std::string, std::string> validate_mixed_filament_params(
| ^~~
/run/build/BambuStudio/src/libslic3r/FilamentMixer.hpp:9:1: note: ‘std::map’ is defined in header ‘<map>’; this is probably fixable by adding ‘#include <map>’
8 | #include <vector>
+++ |+#include <map>
9 |
In file included from /run/build/BambuStudio/src/slic3r/GUI/MediaPlayCtrl.h:17,
from /run/build/BambuStudio/src/slic3r/GUI/MediaPlayCtrl.cpp:1:
/run/build/BambuStudio/src/slic3r/GUI/wxMediaCtrl3.h:120:14: error: field ‘m_logo_bitmap’ has incomplete type ‘wxBitmap’
120 | wxBitmap m_logo_bitmap; // cached rasterized logo (UI thread only)
| ^~~~~~~~~~~~~
In file included from /run/build/BambuStudio/src/slic3r/GUI/FilamentBitmapUtils.cpp:8:
/run/build/BambuStudio/src/slic3r/GUI/FilamentBitmapUtils.hpp:50:48: error: ‘DynamicPrintConfig’ in namespace ‘Slic3r’ does not name a type
50 | const Slic3r::DynamicPrintConfig& cfg);
| ^~~~~~~~~~~~~~~~~~
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.