Package Details: openscad-git r11722.da8418b-1

Git Clone URL: https://aur.archlinux.org/openscad-git.git (read-only, click to copy)
Package Base: openscad-git
Description: The programmers solid 3D CAD modeller
Upstream URL: https://github.com/openscad/openscad
Licenses: GPL2
Conflicts: openscad
Provides: openscad
Submitter: None
Maintainer: frysztak
Last Packager: frysztak
Votes: 22
Popularity: 0.47
First Submitted: 2011-02-25 03:29 (UTC)
Last Updated: 2025-09-21 14:08 (UTC)

Required by (24)

Sources (1)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 Next › Last »

TurtleRuss commented on 2025-05-18 06:04 (UTC)

Yeah, that makes sense. I built it successfully in a clean env. So I guess it should be added to the optdepends.

dllud commented on 2025-05-17 18:33 (UTC)

It still builds fine for me without qt5-gamepad. I guess at most it could be an optdepends.

TurtleRuss commented on 2025-05-16 17:37 (UTC)

Sorry for the insane delay. I add glu and qt5-gamepad to the deps accordingly. Thanks for your guys' comments.

awh commented on 2025-05-09 16:04 (UTC)

I had to add glu to makedepends to get this to build in a chroot.

erdii commented on 2025-05-02 21:42 (UTC)

I don't have qt5-gamepad installed, but when I added --trace to the first cmake step, I could see that cmake was hanging while trying to detect gamepads.

I had to force the ENABLE_GAMEPAD option to off to get the package to build.

Here's the diff:

diff --git i/PKGBUILD w/PKGBUILD
index fae97ba..4114d56 100644
--- i/PKGBUILD
+++ w/PKGBUILD
@@ -57,6 +57,7 @@ build() {
                -DCMAKE_BUILD_TYPE=None \
                -DEXPERIMENTAL=ON \
                -DOFFLINE_DOCS=ON \
+               -DENABLE_GAMEPAD=OFF \
                -Wno-dev
        cmake --build build
        cd "$_pkg/resources/icons/"

dllud commented on 2025-03-10 12:45 (UTC)

Just tried again (without qt5-gamepad installed), same problem. Here's the full build log: https://paste.tchncs.de/upload/monkey-pigeon-mole

Installing libspnav solves the issue and build becomes successful. Are you sure you don't have libspnav installed on your machine?

TurtleRuss commented on 2025-03-07 18:06 (UTC)

It looks all right on my side, I checked the build log and found no build errors. Can you show me the entire build log?

dllud commented on 2025-03-04 18:19 (UTC) (edited on 2025-03-04 18:19 (UTC) by dllud)

A new dependency is needed: libspnav

Without it build fails:

SpaceNavInputDriver.cc:37:10: fatal error: spnav.h: No such file or directory

uberben commented on 2024-05-20 16:35 (UTC)

It looks like lib3mf is a new dependency

das-Iro commented on 2024-03-11 16:40 (UTC)

flex and bison are required, perhaps only as build dependency