Package Details: openscad-git r11416.f891a73-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: TurtleRuss
Last Packager: TurtleRuss
Votes: 21
Popularity: 0.51
First Submitted: 2011-02-25 03:29 (UTC)
Last Updated: 2025-03-07 18:08 (UTC)

Required by (24)

Sources (1)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7

gatonero commented on 2011-06-11 22:19 (UTC)

I get a runtime error: openscad: error while loading shared libraries: libboost_thread.so.1.46.0: cannot open shared object file: No such file or directory

<deleted-account> commented on 2011-05-28 05:29 (UTC)

@Harvie Please check again, the PKGBUILD contained already a patch to compile against libboost_thread-mt.so I'm not aware of different named libboost_thread libs for Arch. If so, I will modify the PKGBUILD to test which version exist on the present system. Anyhow, this should be solved within PKGBUILD process itself and not by symlink directly on the host system since it would break the way of arch package building afaik.

Harvie commented on 2011-05-27 16:32 (UTC)

cd /usr/lib; ln -s libboost_thread.so libboost_thread-mt.so (library is named differently on some systems)

gatonero commented on 2011-03-17 21:35 (UTC)

Compile error: /usr/bin/ld: cannot find -lboost_thread-mt collect2: ld gab 1 als Ende-Status zurück make: *** [openscad] Fehler 1 Breche ab ... ==> ERROR: Makepkg was unable to build openscad-git.

<deleted-account> commented on 2011-02-25 03:30 (UTC)

This is the replacement for openscad-svn. The project moved over to a git repository.