BambuStudio/src/slic3r/Utils
Bastien Nocera 7acfb3e69f slic3r: Fix missing std::mutex declaration
FAILED: src/slic3r/CMakeFiles/libslic3r_gui.dir/Utils/Http.cpp.o
/usr/bin/c++ -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_NO_LIB -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_NO_LIB -DBOOST_IOSTREAMS_NO_LIB -DBOOST_LOCALE_NO_LIB -DBOOST_LOG_NO_LIB -DBOOST_REGEX_NO_LIB -DBOOST_SYSTEM_NO_LIB -DBOOST_THREAD_NO_LIB -DCURL_STATICLIB -DGLEW_STATIC -DLIBNEST2D_GEOMETRIES_libslic3r -DLIBNEST2D_OPTIMIZER_nlopt -DLIBNEST2D_STATIC -DLIBNEST2D_THREADING_tbb -DOPENSSL_CERT_OVERRIDE -DOPENVDB_OPENEXR_STATICLIB -DOPENVDB_STATICLIB -DSLIC3R_CURRENTLY_COMPILING_GUI_MODULE -DSLIC3R_GUI -DTBB_USE_CAPTURED_EXCEPTION=0 -DUNICODE -DUSE_TBB -DWXINTL_NO_GETTEXT_MACRO -D_UNICODE -D__WXGTK3__ -D__WXGTK__ -DwxDEBUG_LEVEL=0 -DwxNO_UNSAFE_WXSTRING_CONV -DwxUSE_UNICODE -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/run/build/BambuStudio/src -I/run/build/BambuStudio/build/src/platform -I/run/build/BambuStudio/src/hidapi/include -I/run/build/BambuStudio/src/slic3r/Utils -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/atk-1.0 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/sysprof-6 -I/usr/include/webp -I/usr/include/libpng16 -I/usr/include/pixman-1 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/fribidi -I/usr/include/gio-unix-2.0 -I/usr/include/gstreamer-1.0 -I/run/build/BambuStudio/build/src/libslic3r -I/run/build/BambuStudio/deps/build/destdir/usr/local/include/opencascade -I/run/build/BambuStudio/src/libnest2d/include -I/run/build/BambuStudio/src/miniz -I/run/build/BambuStudio/src/glu-libtess/include -I/run/build/BambuStudio/src/clipper2/Clipper2Lib/include -I/run/build/BambuStudio/src/minilzo -isystem /run/build/BambuStudio/src/eigen -isystem /run/build/BambuStudio/src/libigl -isystem /app/lib/wx/include/gtk3-unicode-static-3.1 -isystem /app/include/wx-3.1 -isystem /run/build/BambuStudio/deps/build/destdir/usr/local/include -isystem /run/build/BambuStudio/deps/build/destdir/usr/local/include/OpenEXR -std=gnu++20 -fext-numeric-literals -Wall -Wno-reorder -pthread -O3 -DNDEBUG -std=gnu++17 -fPIC -fsigned-char -Werror=return-type -Wno-ignored-attributes -Wno-unknown-pragmas -DOPENVDB_ABI_VERSION_NUMBER=8 -MD -MT src/slic3r/CMakeFiles/libslic3r_gui.dir/Utils/Http.cpp.o -MF src/slic3r/CMakeFiles/libslic3r_gui.dir/Utils/Http.cpp.o.d -o src/slic3r/CMakeFiles/libslic3r_gui.dir/Utils/Http.cpp.o -c /run/build/BambuStudio/src/slic3r/Utils/Http.cpp
/run/build/BambuStudio/src/slic3r/Utils/Http.cpp:87:6: error: ‘mutex’ in namespace ‘std’ does not name a type
   87 | std::mutex g_mutex;
      |      ^~~~~
/run/build/BambuStudio/src/slic3r/Utils/Http.cpp:19:1: note: ‘std::mutex’ is defined in header ‘<mutex>’; did you forget to ‘#include <mutex>’?
   18 | #include <openssl/x509.h>
  +++ |+#include <mutex>
   19 | #endif
2024-04-01 08:54:23 +08:00
..
ASCIIFolding.cpp FIX: delete special symbol for filename 2023-07-07 17:29:08 +08:00
ASCIIFolding.hpp FIX: delete special symbol for filename 2023-07-07 17:29:08 +08:00
AstroBox.cpp NEW: add Device view for third-party printers 2023-07-07 17:29:08 +08:00
AstroBox.hpp NEW: add Device view for third-party printers 2023-07-07 17:29:08 +08:00
Bonjour.cpp Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
Bonjour.hpp Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
CalibUtils.cpp FIX: P1S/P retains detection of nozzle diameter 2024-03-25 15:29:19 +08:00
CalibUtils.hpp FIX: user can accept nozzle wear to continue sending calibration 2024-03-25 10:42:29 +08:00
ColorSpaceConvert.cpp ENH:remember filament custom color 2024-03-25 10:42:29 +08:00
ColorSpaceConvert.hpp ENH:remember filament custom color 2024-03-25 10:42:29 +08:00
Duet.cpp NEW: add Device view for third-party printers 2023-07-07 17:29:08 +08:00
Duet.hpp NEW: add Device view for third-party printers 2023-07-07 17:29:08 +08:00
FileHelp.cpp slic3r: Fix missing includes 2024-01-02 17:42:37 +08:00
FileHelp.hpp FIX:add slash_to_back_slash for saving file path 2023-11-30 09:51:52 +08:00
FixModelByWin10.cpp FIX: repair: fix the state not correct issue after repair 2023-01-10 19:08:26 +08:00
FixModelByWin10.hpp Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
FlashAir.cpp NEW: add Device view for third-party printers 2023-07-07 17:29:08 +08:00
FlashAir.hpp NEW: add Device view for third-party printers 2023-07-07 17:29:08 +08:00
HexFile.cpp Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
HexFile.hpp Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
Http.cpp slic3r: Fix missing std::mutex declaration 2024-04-01 08:54:23 +08:00
Http.hpp slic3r: Fix missing includes 2024-01-02 17:42:37 +08:00
MKS.cpp NEW: add Device view for third-party printers 2023-07-07 17:29:08 +08:00
MKS.hpp NEW: add Device view for third-party printers 2023-07-07 17:29:08 +08:00
MacDarkMode.hpp FIX: [STUDIO-1570] wkwebview background color 2022-12-15 04:38:15 -05:00
MacDarkMode.mm ENH: [STUDIO-3911] web view drag drop on macOS 2023-11-01 09:11:19 +08:00
NetworkAgent.cpp NEW: New UI of Homepage 2024-03-25 15:29:19 +08:00
NetworkAgent.hpp NEW: New UI of Homepage 2024-03-25 15:29:19 +08:00
OctoPrint.cpp NEW: support send gcode to third-party printer 2022-10-20 19:34:37 +08:00
OctoPrint.hpp NEW: support send gcode to third-party printer 2022-10-20 19:34:37 +08:00
PresetUpdater.cpp FIX: updater: fix force upgrade logic 2024-03-25 15:29:19 +08:00
PresetUpdater.hpp ENH: [STUDIO-4029] sync printer config with cloud 2023-11-01 09:11:19 +08:00
PrintHost.cpp NEW: add Device view for third-party printers 2023-07-07 17:29:08 +08:00
PrintHost.hpp NEW: support send gcode to third-party printer 2022-10-20 19:34:37 +08:00
Process.cpp FIX: [STUDIO-2509] open self for new window on mac 2023-04-17 15:39:02 +08:00
Process.hpp Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
Profile.hpp Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
ProfileDescription.hpp ENH: add ProfileDescription for translate 2024-03-25 15:29:19 +08:00
Repetier.cpp NEW: add Device view for third-party printers 2023-07-07 17:29:08 +08:00
Repetier.hpp NEW: add Device view for third-party printers 2023-07-07 17:29:08 +08:00
RetinaHelper.hpp Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
RetinaHelperImpl.hmm Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
RetinaHelperImpl.mm Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
TCPConsole.cpp Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
TCPConsole.hpp Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
UndoRedo.cpp NEW:add paint tool in assembly view 2023-07-07 17:25:51 +08:00
UndoRedo.hpp Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
bambu_networking.hpp ci: update network module based on commit 868f5d7 2024-03-25 20:30:57 +08:00
json_diff.cpp slic3r: Fix missing includes 2024-01-02 17:42:37 +08:00
json_diff.hpp ENH: [STUDIO-4029] apply new device compatible settings 2023-11-01 09:11:19 +08:00
minilzo_extension.cpp Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
minilzo_extension.hpp Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00