gaged / moccagui

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

MOCCA for LinuxCNC 2.6.0 #47

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Was muss man tun um das problem zu reproduzieren:
How to reproduce the issue:
After rename "EMC2" to "LinuxCNC", was renemed library (libemcini.so to 
liblinuxcnc.so and libemchal.so to liblinuxcnchal.so)
Would you change source code for MOCCA?
Sorry for my bad English.

Was sollte passieren? Was passiert stattdessen?
What happens actually, what do you expect to happen ?

ubuntu version:10.04
mocca version: binary 
emc2 vesion: 2.6.0
widget kit: gtk, gtk2, qt

Sonstiges:
Other:

Original issue reported on code.google.com by jo.ke...@gmail.com on 21 Feb 2012 at 11:47

GoogleCodeExporter commented 8 years ago

Original comment by benjamin...@gmx.de on 21 Feb 2012 at 12:28

GoogleCodeExporter commented 8 years ago
Right now, Mocca is only tested with 2.3 and 2.4.

So if you want to try it on 2.6, you'll have to add some links.
To do so, execute these lines in a terminal:

sudo ln -s /usr/lib/liblinuxcnc.so /usr/lib/libemcini.so
sudo ln -s /usr/lib/liblinuxcnchal.so /usr/lib/libemchal.so

This will create two links, that redirect mocca from the old libraries to the 
new ones, coming with LinuxCNC 2.6.x
If an old EMC has been installed on that computer, you might have to 
delete/rename the old libraries, to make space for the symbolic links.

As soon as a Mocca package for 2.6 is published, this task (hopefully) will be 
obsolete.

Original comment by benjamin...@gmx.de on 11 Mar 2012 at 6:37

GoogleCodeExporter commented 8 years ago
Very thanks )

Original comment by jo.ke...@gmail.com on 11 Mar 2012 at 6:57

GoogleCodeExporter commented 8 years ago

Original comment by benjamin...@gmx.de on 14 Feb 2013 at 7:09

GoogleCodeExporter commented 8 years ago
Apparently this problem still occurs.

Also, in the above mentioned code is an error. here are the corrected two 
lines, you need to run, if mocca doesn't find the libraries.

sudo ln -s /usr/lib/liblinuxcncini.so /usr/lib/libemcini.so
sudo ln -s /usr/lib/liblinuxcnchal.so /usr/lib/libemchal.so

Original comment by benjamin...@gmx.de on 19 Feb 2013 at 12:09

GoogleCodeExporter commented 8 years ago
For the new LinuxCNCs we now have packages for 2.5.x and the 2.6-pre
While installing those, they should check for working links to these libraries, 
and if they are missing, create some.

Please let me know, if these problems are solved, when using a package with 
version 0.2.5 or higher

Original comment by benjamin...@gmx.de on 2 Mar 2013 at 12:28