Hello.
I had no problem to build OrcaSlicer 2.0.0 on my Raspberry Pi 5 (running official Raspberry Pi OS Bookworm 12) even if it took quite a long time and even if the ninja builder was new.
Unfortunately, I face an issue trying to build OrcaSlicer 2.1.1 and there is not so much error log. Here is what I get:
In file included from /home/aqua/Softwares/OrcaSlicer/src/slic3r/GUI/ConfigWizard.hpp:8,
from /home/aqua/Softwares/OrcaSlicer/src/slic3r/GUI/GUI_App.hpp:14:
/home/aqua/Softwares/OrcaSlicer/src/slic3r/GUI/GUI_Utils.hpp: At global scope:
/home/aqua/Softwares/OrcaSlicer/src/slic3r/GUI/GUI_Utils.hpp:43:18: warning: ‘Slic3r::ColorRGBA Slic3r::GUI::decode_color_to_float_array(std::string)’ defined but not used [-Wunused-function]
43 | static ColorRGBA decode_color_to_float_array(const std::string color)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
[264/469] Building CXX object src/libslic3r/CMakeFiles/libslic3r.dir/OpenVDBUtils.cpp.o
ninja: build stopped: subcommand failed.
I have no idea of which subcommand failed and why… Does anyone faced something similar and has a hint (to solve the problem or to get more verboose error mesage)? I ran "./BuildLinux -dsir" to try to build…
Thank you :)!
PS: I guess it represents more work but it should be great if the OrcaSlicer building team was able to include an arm64 architecture AppImage in addition to the x86_64 such as it's done for MAC OS!