superslicer-2.5.59.10-boost-headers.patch 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. https://bugs.gentoo.org/936146
  2. --- a/src/slic3r/GUI/GLTexture.cpp 2024-08-10 11:05:17.663411745 +0100
  3. +++ b/src/slic3r/GUI/GLTexture.cpp 2024-08-10 11:05:34.463543701 +0100
  4. @@ -10,6 +10,8 @@
  5. #include <boost/filesystem.hpp>
  6. #include <boost/algorithm/string/predicate.hpp>
  7. +#include <boost/log/trivial.hpp>
  8. +#include <boost/log/core.hpp>
  9. #include <vector>
  10. #include <algorithm>
  11. --- a/src/slic3r/GUI/RemovableDriveManager.cpp 2024-08-10 11:24:53.572234573 +0100
  12. +++ b/src/slic3r/GUI/RemovableDriveManager.cpp 2024-08-10 11:28:24.393792051 +0100
  13. @@ -22,7 +22,7 @@
  14. #include <pwd.h>
  15. #include <boost/filesystem.hpp>
  16. #include <boost/system/error_code.hpp>
  17. -#include <boost/filesystem/convenience.hpp>
  18. +//#include <boost/filesystem/convenience.hpp>
  19. #include <boost/process.hpp>
  20. #endif
  21. --- a/src/slic3r/GUI/ScriptExecutor.cpp 2024-08-10 11:28:32.423851365 +0100
  22. +++ b/src/slic3r/GUI/ScriptExecutor.cpp 2024-08-10 11:28:41.893921315 +0100
  23. @@ -10,7 +10,7 @@
  24. #include <boost/algorithm/string/erase.hpp>
  25. #include <boost/algorithm/string/split.hpp>
  26. #include <boost/filesystem.hpp>
  27. -#include <boost/filesystem/string_file.hpp>
  28. +//#include <boost/filesystem/string_file.hpp>
  29. #include <fstream>
  30. #include <string>
  31. --- a/src/slic3r/GUI/BitmapCache.cpp.old 2024-08-10 12:00:52.538869133 +0100
  32. +++ b/src/slic3r/GUI/BitmapCache.cpp 2024-08-10 12:01:15.519040423 +0100
  33. @@ -6,6 +6,8 @@
  34. #include "GUI_Utils.hpp"
  35. #include <boost/filesystem.hpp>
  36. +#include <boost/log/trivial.hpp>
  37. +#include <boost/log/core.hpp>
  38. #ifdef __WXGTK2__
  39. // Broken alpha workaround