Search Criteria
Package Details: solvespace 2.3-3
Git Clone URL: | https://aur.archlinux.org/solvespace.git (read-only, click to copy) |
---|---|
Package Base: | solvespace |
Description: | A parametric 3d CAD program |
Upstream URL: | http://solvespace.com/ |
Licenses: | |
Submitter: | oslik |
Maintainer: | lis |
Last Packager: | lis |
Votes: | 21 |
Popularity: | 0.39 |
First Submitted: | 2016-06-13 12:48 |
Last Updated: | 2020-07-14 13:31 |
Dependencies (5)
- glew (glew-libepoxy, glew-git, glew-egl-glx)
- gtkmm
- json-c (json-c-git)
- cmake (cmake-git) (make)
- git (git-git) (make)
Latest Comments
lis commented on 2020-08-04 09:26
sure!
FFY00 commented on 2020-07-30 22:58
Hey, I want to move this to [community], are you okay with that?
NicoHood commented on 2020-07-11 07:18
The package requires a rebuild. Please bump the PKGREL to 3.
lis commented on 2017-04-07 02:00
Should be fixed now.
whitequark commented on 2017-04-06 07:01
Fixed upstream in commit https://github.com/solvespace/solvespace/commit/7c2417ab735cf05960939647a2a016fb51f88135. I suggest applying that as a patch in AUR.
popsch commented on 2017-04-05 21:30
I get the following compilation error with arch. Any ideas how to fix this?
[ 9%] Building CXX object src/CMakeFiles/solvespace-core.dir/platform/unixutil.cpp.o
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/include-fixed/limits.h:168:0,
from /usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/include-fixed/syslimits.h:7,
from /usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/include-fixed/limits.h:34,
from /tmp/solvespace-git/src/solvespace-git/src/solvespace.h:20,
from /tmp/solvespace-git/src/solvespace-git/src/platform/unixutil.cpp:11:
/tmp/solvespace-git/src/solvespace-git/src/ui.h:279:9: error: expected identifier before numeric constant
CHAR_WIDTH = 9,
[and then tons of other errors]