Search Criteria
Package Details: prusa-slicer-git 2.7.4-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/prusa-slicer-git.git (read-only, click to copy) |
---|---|
Package Base: | prusa-slicer-git |
Description: | G-code generator for 3D printers (Prusa fork of Slic3r) (git version) |
Upstream URL: | https://github.com/prusa3d/PrusaSlicer |
Licenses: | AGPL3 |
Conflicts: | prusa-slicer |
Submitter: | Salamandar |
Maintainer: | Salamandar |
Last Packager: | Salamandar |
Votes: | 14 |
Popularity: | 0.000028 |
First Submitted: | 2019-07-08 08:14 (UTC) |
Last Updated: | 2024-04-11 14:51 (UTC) |
Dependencies (8)
- dbus (dbus-gitAUR, dbus-selinuxAUR)
- intel-tbb (onetbb-gitAUR, onetbb)
- clang (llvm-rocm-gitAUR, llvm-gitAUR, clang-minimal-gitAUR) (make)
- cmake (cmake-gitAUR) (make)
- eigen (eigen-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- gtest (googletest-gitAUR) (make)
- ninja (ninja-kitwareAUR, ninja-memAUR, ninja-fuchsia-gitAUR, ninja-gitAUR, ninja-jobserverAUR) (make)
Latest Comments
« First ‹ Previous 1 .. 7 8 9 10 11 12 13 14 15 Next › Last »
mikelkook commented on 2020-09-12 18:45 (UTC)
@mrsinham: Did you really set the compile flag -DSLIC3R_PCH in Line 55 in the PKGBUILD from OFF to ON? Cause that's exactly the error I'm also getting when it's set to OFF.
mrsinham commented on 2020-09-12 09:44 (UTC)
With the fix of mikelkool I am going further in the compilation but still in error :
FAILED: src/slic3r/CMakeFiles/libslic3r_gui.dir/GUI/ObjectDataViewModel.cpp.o /usr/lib/ccache/bin/c++ -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_CHRONO_DYN_LINK -DBOOST_DATE_TIME_DYN_LINK -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_IOSTREAMS_DYN_LINK -DBOOST_LOCALE_DYN_LINK -DBOOST_LOG_DYN_LINK -DBOOST_REGEX_DYN_LINK -DBOOST_SYSTEM_DYN_LINK -DBOOST_THREAD_DYN_LINK -DLIBNEST2D_GEOMETRIES_clipper -DLIBNEST2D_OPTIMIZER_nlopt -DLIBNEST2D_STATIC -DSLIC3R_GUI -DTBB_USE_CAPTURED_EXCEPTION=0 -DUNICODE -DUSE_TBB -DWXINTL_NO_GETTEXT_MACRO -DWXUSINGDLL -D_FILE_OFFSET_BITS=64 -D_UNICODE -D__WXGTK__ -DwxNO_UNSAFE_WXSTRING_CONV -DwxUSE_UNICODE -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I../src -Isrc/platform -I../src/clipper -I../src/polypartition -I../src/hidapi/include -Isrc/libslic3r -I../src/libnest2d/include -I../src/miniz -I../src/glu-libtess/include -isystem /usr/include/eigen3 -isystem /usr/lib/wx/include/gtk3-unicode-3.0 -isystem /usr/include/wx-3.0 -isystem ../src/libigl -isystem /usr/include/OpenEXR -D_FORTIFY_SOURCE=2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -fext-numeric-literals -Wall -Wno-reorder -pthread -O3 -DNDEBUG -fPIC -Werror=return-type -Wno-ignored-attributes -Wno-unknown-pragmas -pthread -DOPENVDB_ABI_VERSION_NUMBER=7 -std=gnu++17 -MD -MT src/slic3r/CMakeFiles/libslic3r_gui.dir/GUI/ObjectDataViewModel.cpp.o -MF src/slic3r/CMakeFiles/libslic3r_gui.dir/GUI/ObjectDataViewModel.cpp.o.d -o src/slic3r/CMakeFiles/libslic3r_gui.dir/GUI/ObjectDataViewModel.cpp.o -c ../src/slic3r/GUI/ObjectDataViewModel.cpp Dans le fichier inclus depuis ../src/slic3r/GUI/ObjectDataViewModel.hpp:7, depuis ../src/slic3r/GUI/ObjectDataViewModel.cpp:1: ../src/slic3r/GUI/ExtraRenderers.hpp:108:53: erreur: « std::function » n'a pas été déclaré 108 | void set_can_create_editor_ctrl_function(std::function<bool()> can_create_fn) { can_create_editor_ctrl = can_create_fn; } | ^~~ ../src/slic3r/GUI/ExtraRenderers.hpp:108:66: erreur: expected « , » or « ... » before « < » token 108 | void set_can_create_editor_ctrl_function(std::function<bool()> can_create_fn) { can_create_editor_ctrl = can_create_fn; } | ^ Dans le fichier inclus depuis ../src/slic3r/GUI/ObjectDataViewModel.hpp:7, depuis ../src/slic3r/GUI/ObjectDataViewModel.cpp:1: ../src/slic3r/GUI/ExtraRenderers.hpp:114:10: erreur: « function » dans l'espace de noms « std » ne nomme pas un type de patron 114 | std::function<bool()> can_create_editor_ctrl { nullptr }; | ^~~~~~~~ Dans le fichier inclus depuis ../src/slic3r/GUI/ObjectDataViewModel.hpp:7, depuis ../src/slic3r/GUI/ObjectDataViewModel.cpp:1: ../src/slic3r/GUI/ExtraRenderers.hpp:1:1: note: « std::function » est défini dans l'en-tête « <functional> » ; avez-vous oublié « #include <functional> » ? +++ |+#include <functional> 1 | #ifndef slic3r_GUI_ExtraRenderers_hpp_ ../src/slic3r/GUI/ExtraRenderers.hpp: Dans la fonction membre « void BitmapTextRenderer::set_can_create_editor_ctrl_function(int) »: ../src/slic3r/GUI/ExtraRenderers.hpp:108:92: erreur: « can_create_editor_ctrl » n'a pas été déclaré dans cette portée 108 | void set_can_create_editor_ctrl_function(std::function<bool()> can_create_fn) { can_create_editor_ctrl = can_create_fn; } | ^~~~~~~~~~~~~~~~~~~~~~ ../src/slic3r/GUI/ExtraRenderers.hpp:108:117: erreur: « can_create_fn » n'a pas été déclaré dans cette portée 108 | void set_can_create_editor_ctrl_function(std::function<bool()> can_create_fn) { can_create_editor_ctrl = can_create_fn; } | ^~~~~~~~~~~~~ Dans le fichier inclus depuis ../src/slic3r/GUI/ObjectDataViewModel.hpp:7, depuis ../src/slic3r/GUI/ObjectDataViewModel.cpp:1: ../src/slic3r/GUI/ExtraRenderers.hpp: Au niveau global: ../src/slic3r/GUI/ExtraRenderers.hpp:152:53: erreur: « std::function » n'a pas été déclaré 152 | void set_can_create_editor_ctrl_function(std::function<bool()> can_create_fn) { can_create_editor_ctrl = can_create_fn; } | ^~~ ../src/slic3r/GUI/ExtraRenderers.hpp:152:66: erreur: expected « , » or « ... » before « < » token 152 | void set_can_create_editor_ctrl_function(std::function<bool()> can_create_fn) { can_create_editor_ctrl = can_create_fn; } | ^ ../src/slic3r/GUI/ExtraRenderers.hpp:156:10: erreur: « function » dans l'espace de noms « std » ne nomme pas un type de patron 156 | std::function<bool()> can_create_editor_ctrl { nullptr }; | ^~~~~~~~ ../src/slic3r/GUI/ExtraRenderers.hpp:156:5: note: « std::function » est défini dans l'en-tête « <functional> » ; avez-vous oublié « #include <functional> » ? 156 | std::function<bool()> can_create_editor_ctrl { nullptr }; | ^~~ ../src/slic3r/GUI/ExtraRenderers.hpp: Dans la fonction membre « void BitmapChoiceRenderer::set_can_create_editor_ctrl_function(int) »: ../src/slic3r/GUI/ExtraRenderers.hpp:152:92: erreur: « can_create_editor_ctrl » n'a pas été déclaré dans cette portée 152 | void set_can_create_editor_ctrl_function(std::function<bool()> can_create_fn) { can_create_editor_ctrl = can_create_fn; } | ^~~~~~~~~~~~~~~~~~~~~~ ../src/slic3r/GUI/ExtraRenderers.hpp:152:117: erreur: « can_create_fn » n'a pas été déclaré dans cette portée 152 | void set_can_create_editor_ctrl_function(std::function<bool()> can_create_fn) { can_create_editor_ctrl = can_create_fn; } | ^~~~~~~~~~~~~ [313/357] Building CXX object src/slic3r/CMakeFiles/libslic3r_gui.dir/Utils/UndoRedo.cpp.o
mikelkook commented on 2020-09-12 05:50 (UTC)
Got the same, but the real error is some lines above. I made pull request #4738 which fixes the compilation error. Until this gets merged one could temporary set the url in the PKGBUILD to 'https://github.com/charlie89/PrusaSlicer#branch=fix-build-on-arch-linux'.
The other issue is that this PKGBUILD currently builds with
-DSLIC3R_PCH=OFF
, which results in various compilation errors, setting this to ON makes the compilation succeed.mrsinham commented on 2020-09-10 22:04 (UTC)
Same as Narical, can't compile for the same reason.
narical commented on 2020-09-09 14:59 (UTC)
Can't install it
[98/356] Building CXX object src/libsl...s/libslic3r_cgal.dir/MeshBoolean.cpp.o ninja: build stopped: subcommand failed. ==> ERROR: A failure occurred in build(). Aborting... error making: prusa-slicer-git
ruben2000de commented on 2020-08-23 12:23 (UTC)
-- Boost libraries:
CMake Error at /usr/share/cmake-3.18/Modules/FindPackageHandleStandardArgs.cmake:165 (message): Could NOT find wxWidgets (missing: wxWidgets_LIBRARIES wxWidgets_INCLUDE_DIRS) (Required is at least version "3.0") Call Stack (most recent call first): /usr/share/cmake-3.18/Modules/FindPackageHandleStandardArgs.cmake:458 (_FPHSA_FAILURE_MESSAGE) /usr/share/cmake-3.18/Modules/FindwxWidgets.cmake:1008 (find_package_handle_standard_args) src/CMakeLists.txt:43 (find_package)
ryuzy commented on 2020-08-02 17:24 (UTC)
Recently eigen3 has been renamed to eigen
jurriaan commented on 2020-07-13 11:14 (UTC)
Get this error when starting prusa-slicer:
prusa-slicer: error while loading shared libraries: libqhull_r.so.7: cannot open shared object file: No such file or directory
It doesn't link to the correct qhull version during the build process it seems.
neo2001 commented on 2020-04-08 10:30 (UTC)
Thank you for looking into it! :-) I found, that the (statically built) binary provided on the release page also works without the GUI glitch. I guess, we have to wait for wxWidgets to get officially updated or something like that. Maybe that is also the reason the Prusaslicer in the community repo didn't got upgraded yet.
Salamandar commented on 2020-04-07 11:59 (UTC) (edited on 2020-04-07 12:06 (UTC) by Salamandar)
@neo2001 I tried building against wxgtk3-dev + wxgtk-common-dev : * The current bug disappeared * Another bug appeared : https://imgur.com/a/Qt8yO7J
I kinda prefer keeping the current bug.
This bug has already been reported upstream, on Ubuntu : https://github.com/prusa3d/PrusaSlicer/issues/3571
I reported the two other issues (width issue on integer entry and text line in drop-down too small) here: https://github.com/prusa3d/PrusaSlicer/issues/4014
« First ‹ Previous 1 .. 7 8 9 10 11 12 13 14 15 Next › Last »