elliotf / heekscnc

Automatically exported from code.google.com/p/heekscnc
Other
1 stars 0 forks source link

Error make install HeeksCNC #277

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Download all packages heekscad/cnc and libraries for the creations toolpath

compiling and install HeeksCad ok

compiling HeeksCnc ok but not install HeeksCnc.
The error is 

# make install

test -z "/usr/local/lib/heekscad" || mkdir -p "/usr/local/lib/heekscad"
#test -z "/usr/local/share/heekscnc/bitmaps" || mkdir -p 
"/usr/local/share/heekscnc/bitmaps"
test -z "/usr/local/share/heekscnc/icons" || mkdir -p 
"/usr/local/share/heekscnc/icons"
test -z "/usr/local/lib/heekscnc/nc" || mkdir -p "/usr/local/lib/heekscnc/nc"
test -z "/usr/local/share/heekscnc/nc" || mkdir -p 
"/usr/local/share/heekscnc/nc"
strip ../libheekscnc.so.0.5.1
chmod 644 ../libheekscnc.so.0.5.1
cp ../libheekscnc.so.0.5.1 /usr/local/lib/heekscnc/
cp -r ../bitmaps /usr/local/share/heekscnc
cp ../icons/*.png /usr/local/share/heekscnc/icons/
cp ../nc/*.py /usr/local/lib/heekscnc/nc/
cp ../nc/*.txt /usr/local/share/heekscnc/nc/
cp ../*_funcs.py /usr/local/lib/heekscnc/
cp ../PyCamToHeeks.py /usr/local/lib/heekscnc/
cp: impossibile eseguire stat di "../PyCamToHeeks.py": No such file or directory
make: *** [install] Error 1

Thanks,
Eugenio Palumbo.

Original issue reported on code.google.com by b.ghiac...@gmail.com on 24 Jan 2011 at 1:50

GoogleCodeExporter commented 9 years ago
I removed PyCamToHeeks.py today. It is not needed any more; we don't use pycam 
in HeeksCNC. Which is the makefile I need to remove this from?

Original comment by danhe...@gmail.com on 24 Jan 2011 at 1:58

GoogleCodeExporter commented 9 years ago
very old bug

Original comment by danhe...@gmail.com on 24 Mar 2014 at 8:02