You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/builddir/build/BUILD/PrusaSlicer-version_2.8.0/src/slic3r/GUI/UserAccountCommunication.cpp: In function ‘bool Slic3r::GUI::{anonymous}::save_secret(const std::string&, const std::string&, const std::string&)’:
/builddir/build/BUILD/PrusaSlicer-version_2.8.0/src/slic3r/GUI/UserAccountCommunication.cpp:97:46: error: ‘widen’ is not a member of ‘boost::nowide’
97 | const wxString username = boost::nowide::widen(usr);
| ^~~~~
/builddir/build/BUILD/PrusaSlicer-version_2.8.0/src/slic3r/GUI/UserAccountCommunication.cpp:98:49: error: ‘widen’ is not a member of ‘boost::nowide’
98 | const wxSecretValue password(boost::nowide::widen(psswd));
| ^~~~~
gmake[2]: *** [src/slic3r/CMakeFiles/libslic3r_gui.dir/build.make:121: src/slic3r/CMakeFiles/libslic3r_gui.dir/GUI/UserAccountCommunication.cpp.o] Error 1
gmake[2]: Leaving directory '/builddir/build/BUILD/PrusaSlicer-version_2.8.0/redhat-linux-build'
gmake[1]: *** [CMakeFiles/Makefile2:1273: src/slic3r/CMakeFiles/libslic3r_gui.dir/all] Error 2
Description of the bug
When building PrusaSlicer on Fedora 40, I get
Project file & How to reproduce
Bump Version in https://src.fedoraproject.org/rpms/prusa-slicer/blob/f40/f/prusa-slicer.spec to 2.8.0 and try to build, for example with
Checklist of files included above
Version of PrusaSlicer
version_2.8.0
Operating system
Fedora 40
Printer model
N/A
The text was updated successfully, but these errors were encountered: