Search Criteria
Package Details: heekscad-git 1452.82ea9e20-1
Git Clone URL: | https://aur.archlinux.org/heekscad-git.git (read-only, click to copy) |
---|---|
Package Base: | heekscad-git |
Description: | HeeksCNC is an open source 3D CAD/CAM software |
Upstream URL: | http://heeks.net |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | lz3060 |
Maintainer: | greyltc (matael) |
Last Packager: | greyltc |
Votes: | 4 |
Popularity: | 0.000004 |
First Submitted: | 2016-05-22 08:27 |
Last Updated: | 2018-03-17 12:37 |
Dependencies (6)
- libarea-git
- oce
- python2
- wxgtk2 (wxgtk2-dev, wxgtk2-light)
- cmake (cmake-git) (make)
- heekscnc-git (optional)
Latest Comments
luispa commented on 2020-03-13 22:35
This patch solves the "undefined reference toSetPickingColor(unsigned int)":
--- CMakeList.txt 2020-02-29 06:41:00.000000000 -0300 +++ LPGCMakeList.txt 2020-03-12 19:43:00.000000000 -0300 @@ -90,6 +90,7 @@ OptionsCanvas.h OrientationModifier.h Plugins.h + Picking.h PointDrawing.h PointOrWindow.h PropertiesCanvas.h @@ -187,6 +188,7 @@ ObjPropsCanvas.cpp OptionsCanvas.cpp OrientationModifier.cpp + Picking.cpp Plugins.cpp PointDrawing.cpp PointOrWindow.cpp @@ -266,3 +268,5 @@ file( GLOB desktop "${CMAKE_CURRENT_SOURCE_DIR}/../HeeksCAD.desktop" ) install( FILES ${desktop} DESTINATION share/applications )
+file( GLOB picking "${CMAKE_CURRENT_SOURCE_DIR}/../src/Picking.*" ) +install( FILES ${picking} DESTINATION share/heekscad/src )
It also installs /usr/share/heekscad/src/Picking.cpp and Picking.h which are needed by HeeksCNC at compilation time.
I created a fork of this project which has this patch applied and also has an improved Spanish translation. The link is https://github.com/lpgasparotto/heekscad
luispa commented on 2020-03-10 20:07
I found the cause of this bug and sent a pull request to the developer. I hope it be solved soon. There's no mention of files Picking.h and Picking.cpp in src/CMakeLists.txt. The pull request link is https://github.com/Heeks/heekscad/pull/430/files
nihonsuki commented on 2020-01-01 23:39
Not building:
/usr/bin/ld: CMakeFiles/heekscad.dir/HeeksCAD.cpp.o: in function
HeeksCADapp::glCommands(bool, bool, bool)': HeeksCAD.cpp:(.text+0xf68b): undefined reference to
SetPickingColor(unsigned int)' /usr/bin/ld: HeeksCAD.cpp:(.text+0xf73c): undefined reference toSetPickingColor(unsigned int)' /usr/bin/ld: CMakeFiles/heekscad.dir/MarkedList.cpp.o: in function
MarkedList::render_move_grips(bool, bool)': MarkedList.cpp:(.text+0x938): undefined reference toSetPickingColor(unsigned int)' /usr/bin/ld: CMakeFiles/heekscad.dir/MarkedList.cpp.o: in function
MarkedList::ObjectsInWindow(wxRect, MarkedObject*, bool)': MarkedList.cpp:(.text+0xd92): undefined reference toGetPickingName(unsigned char, unsigned char, unsigned char)' /usr/bin/ld: MarkedList.cpp:(.text+0xe46): undefined reference to
GetPickingName(unsigned char, unsigned char, unsigned char)' collect2: error: ld returned 1 exit statusReally struggling with this. It seems as if the errors regard source files that should be part of the package, rather than libraries. Any help gratefully received.
greyltc commented on 2018-03-17 12:41
all fixed up. sorry for the delay!
matael commented on 2017-09-03 20:43
I got a working install by changing wxgtk2.8 to wxgtk2 in the deps and changing the cmake line :
depends=('python2' 'oce' 'wxgtk2' 'libarea-git')
build() {
# ...
cmake -DwxWidgets_CONFIG_EXECUTABLE="/usr/bin/wx-config" -DPYTHON_EXECUTABLE="/usr/bin/python2" -DPYTHON_LIBRARY="/usr/lib/libpython2.7.so" -DPYTHON_INCLUDE_DIR="/usr/include/python2.7" -DCMAKE_INSTALL_PREFIX=/usr ..
}
Segfault was reported on a github issue ( https://github.com/Heeks/heekscad/issues/411 ) and details can be found there.
pkmu68 commented on 2017-02-20 15:46
Yet it works (at least with Antergos). I just had to remove the heekscad dependency in heekscnc (should rename it, probably).
Thanks a lot
Adelie commented on 2017-01-26 03:18
Build fails due to dependency issues with wxgtk2.8
error: target not found: gstreamer0.10-base-plugins
error: target not found: gstreamer0.10-base
solomondg commented on 2016-12-01 19:29
libarea is no longer a valid package. However, libarea-git works.