Package Details: cammill 0.9_test_17-1

Git Clone URL: https://aur.archlinux.org/cammill.git (read-only, click to copy)
Package Base: cammill
Description: CAM application to produce tool paths and gcode from DXF files
Upstream URL: https://github.com/cammill/cammill
Keywords: CAM
Licenses: GPL3
Conflicts: cammill-git
Provides: cammill
Submitter: jstamant
Maintainer: greyltc
Last Packager: jstamant
Votes: 0
Popularity: 0.000000
First Submitted: 2015-10-29 23:07 (UTC)
Last Updated: 2015-10-29 23:11 (UTC)

Latest Comments

throbscottle commented on 2023-09-29 23:06 (UTC)

Build failed. This is the last bit of output.

2 warnings generated. compile src/dxf.c -> src/dxf.o compile src/font.c -> src/font.o compile src/texture.c -> src/texture.o compile src/os-hacks.c -> src/os-hacks.o linking bin/cammill ==> Starting check()... cppcheck --error-exitcode=1 --quiet src/ src/calc.c:759:37: warning: Uninitialized variable: OTEMPLINE [uninitvar] myOBJECTS[object_num].line[num] = OTEMPLINE[num]; ^ src/calc.c:748:20: note: Assuming condition is false for (num = 0; num < line_last; num++) { ^ src/calc.c:759:37: note: Uninitialized variable: OTEMPLINE myOBJECTS[object_num].line[num] = OTEMPLINE[num]; ^ make: *** [Makefile:242: check] Error 1 ==> ERROR: A failure occurred in check(). Aborting...