Package Details: superslicer 1:2.5.59.13-3

Git Clone URL: https://aur.archlinux.org/superslicer.git (read-only, click to copy)
Package Base: superslicer
Description: G-code generator for 3D printers (RepRap, Makerbot, Ultimaker etc.)
Upstream URL: https://github.com/supermerill/SuperSlicer
Licenses: AGPL3
Conflicts: superslicer-git
Provides: superslicer
Submitter: LuckyTurtleDev
Maintainer: LuckyTurtleDev (msrd0)
Last Packager: msrd0
Votes: 1
Popularity: 0.21
First Submitted: 2024-12-01 11:58 (UTC)
Last Updated: 2025-04-25 16:35 (UTC)

Latest Comments

mvn23 commented on 2025-06-10 12:09 (UTC)

Fails to build with the following error:

~/.cache/yay/superslicer/src/SuperSlicer-2.5.59.13/src/libslic3r/PlaceholderParser.cpp: In member function ‘void Slic3r::PlaceholderParser::parse_custom_variables(const Slic3r::ConfigOptionStrings&)’: ~/.cache/yay/superslicer/src/SuperSlicer-2.5.59.13/src/libslic3r/PlaceholderParser.cpp:1805:43: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<std::__cxx11::basic_string\<char> >::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1805 | for (int extruder_id = 0; extruder_id < filament_custom_variables.values.size(); ++extruder_id) | ^ samu: subcommand failed ==> ERROR: A failure occurred in build(). Aborting... -> error making: superslicer-exit status 4 -> Failed to install the following packages. Manual intervention is required: superslicer - exit status 4

tristor commented on 2025-04-24 16:40 (UTC)

This currently fails to build with CMake 4.x which is the current version in Arch:

CMake Error at cmake/modules/FindOpenVDB.cmake:126 (cmake_minimum_required): Compatibility with CMake < 3.5 has been removed from CMake.

Update the VERSION argument <min> value. Or, use the <min>...<max> syntax to tell CMake that the project requires at least <min> but has been updated to work with policies introduced by <max> or earlier.

Or, add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to try configuring anyway. Call Stack (most recent call first): CMakeLists.txt:550 (find_package)

msrd0 commented on 2025-03-28 16:07 (UTC) (edited on 2025-03-28 16:09 (UTC) by msrd0)

@Eventide 2.7 is marked as a prerelease on GitHub