Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 885345 Details for
Bug 918510
media-gfx/superslicer-2.5.59.8: version bump (fixes: src/slic3r/GUI/ScriptExecutor.cpp:13:10: fatal error: boost/filesystem/string_file.hpp: No such file or directory)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Superslicer 2.5.59.8 libnest2d linking error against xcb
superslicer-2.5.59.8-libnest2d-link-xcb.patch (text/plain), 678 bytes, created by
Egor
on 2024-02-18 13:22:58 UTC
(
hide
)
Description:
Superslicer 2.5.59.8 libnest2d linking error against xcb
Filename:
MIME Type:
Creator:
Egor
Created:
2024-02-18 13:22:58 UTC
Size:
678 bytes
patch
obsolete
>diff --git a/src/libnest2d/CMakeLists.txt b/src/libnest2d/CMakeLists.txt >index c18dc31cb..852d26d5e 100644 >--- a/src/libnest2d/CMakeLists.txt >+++ b/src/libnest2d/CMakeLists.txt >@@ -24,5 +24,6 @@ set(LIBNEST2D_SRCFILES > add_library(libnest2d STATIC ${LIBNEST2D_SRCFILES}) > > target_include_directories(libnest2d PUBLIC ${CMAKE_CURRENT_LIST_DIR}/include) >-target_link_libraries(libnest2d PUBLIC NLopt::nlopt TBB::tbb Boost::boost libslic3r) >+target_link_libraries(libnest2d PUBLIC NLopt::nlopt TBB::tbb Boost::boost >+ libslic3r xcb) > target_compile_definitions(libnest2d PUBLIC LIBNEST2D_THREADING_tbb LIBNEST2D_STATIC LIBNEST2D_OPTIMIZER_nlopt LIBNEST2D_GEOMETRIES_libslic3r)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 918510
:
881557
|
881558
|
885342
|
885343
|
885344
| 885345 |
885346
|
886707