nav111 / heekscnc

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

make install doesn't install the libkurve #221

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago

After doing getting the latest update from svn I noticed that the Profile 
operation wasn't generating the toolpaths anymore. There was an error in the 
console output reporting that the module kurve was not found. I read the 
makefiles under the src directory and I saw that the libcurve wasn't being 
compiled nor installed. 

Workaround: go to the HeeksCNC/kurve and run make. Open the Makefile under 
kurve and change the target directory from dist-packages to site-packages, then 
do sudo make install.

OS: Linux.
Version: Latest from the svn

Original issue reported on code.google.com by pinheiro...@gmail.com on 12 Jun 2010 at 2:01

GoogleCodeExporter commented 8 years ago
I don't think this is a bug.  Kurve does require a separate compile/install 
step but it always has.  

The install target depends on the version of python in use.  For older versions 
of Ubuntu including Hardy that use python2.5 the install target should be 
site-packages.  For Lucid, which uses 2.6, the install target is dist-packages. 
 The makefile is setup for the current version.  Installation is documented in 
the wiki here:

http://code.google.com/p/heekscad/wiki/UbuntuInstallation

Original comment by shopinth...@gmail.com on 12 Jun 2010 at 2:36

GoogleCodeExporter commented 8 years ago
Ok, my mistake. I'll make sure I RTFM next time ;)

Original comment by pinheiro...@gmail.com on 12 Jun 2010 at 6:53

GoogleCodeExporter commented 8 years ago

Original comment by ddfalck2...@yahoo.com on 1 Jun 2011 at 1:47