Powerino73 / heekscad

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

kurve.so: undefined symbol: OnStartUp - libs dont load - Ubuntu10.4 #281

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Error Message:
[code]
16:58:28: /usr/local/lib/python2.6/dist-packages/actp.so: undefined symbol: 
OnStartUp
16:58:28: /usr/local/lib/python2.6/dist-packages/area.so: undefined symbol: 
OnStartUp
16:58:28: /usr/local/lib/python2.6/dist-packages/kurve.so: undefined symbol: 
OnStartUp
[code]

what i did:
- install heeks with the skript: 
http://code.google.com/p/heekscad/wiki/UbuntuInstallation
- change the links to the lib files [code]sudo ln -s 
/usr/local/lib/python2.6/dist-packages/kurve.so 
/usr/local/bin/HeeksCNC/kurve.so[/code]
copying the libs to the folder they were searched for at first or changing the 
libdir in the plugin settings doesnt help either

- when i open heekscad i get the error mentioned above 

system is ubuntu 10.4 Lucid

Original issue reported on code.google.com by gd...@web.de on 14 Jun 2010 at 1:00

GoogleCodeExporter commented 8 years ago
The only plugin for HeeksCAD is HeeksCNC.

actp.so area.so and kurve.so are libraries that are called by HeeksCNC to 
perform roughing, pocketing, and profiling operations.  They should not be 
configured in the HeeksCAD plugin window at all.

If the links are correct, HeeksCNC will be able to find the libraries and 
you'll be able to generate g-code for your operations.

Original comment by shopinth...@gmail.com on 14 Jun 2010 at 1:59

GoogleCodeExporter commented 8 years ago
Yes, that's right. actp.so, area.so and kurve.so are python modules. They 
shouldnt be adde as plugins. If there is a problem with them, it will just be 
when "Post-Process" is done.

Original comment by danhe...@gmail.com on 14 Jun 2010 at 2:10

GoogleCodeExporter commented 8 years ago
Ok, thanks.. after the installation the modules were in the plugins settings, 
so i thought this was correct somehow.(dont know why they were there)

but it is still not working.
- draw a sketch
- select it and make a profile operation
- klick the post processor - > error: "Error document empty"

Original comment by gd...@web.de on 14 Jun 2010 at 3:49

GoogleCodeExporter commented 8 years ago
Did you run HeeksCAD from the terminal?
Maybe there are some python error messages.

Original comment by danhe...@gmail.com on 14 Jun 2010 at 3:59