GUI's
- ynneb
- Offline
- New Member
-
- Posts: 19
- Thank you received: 0
Please Log in or Create an account to join the conversation.
- billykid
-
- Offline
- Platinum Member
-
- Posts: 509
- Thank you received: 79
we hope will be adapted to this version ..
I tried with 8.04 and it works well, apart from the translation
not yet complete.
Regards
mauro
Please Log in or Create an account to join the conversation.
- radekB
- Offline
- New Member
-
- Posts: 14
- Thank you received: 0
Download , compile EMC2
#change version
git checkout v2.4.1
./configure
make
sudo make setuid
sudo apt-get install lazarus
sudo apt-get install subversion
sudo apt-get install libgtkglext1-dev
svn checkout moccagui.googlecode.com/svn/trunk/ moccagui-read-only
#change Makefile /moccagui-read-only/2.4.1
: EMCDIR = /home/<username>/emc2-dev
#change DDSOHANDLE na UDSOHANDLE
: $(COMPILE) $(INCLUDES) -o./lib/emcpas.o -DVER_24 -UDSOHANDLE ../src/emcpas.cc
:
make all
Please Log in or Create an account to join the conversation.
- radekB
- Offline
- New Member
-
- Posts: 14
- Thank you received: 0
RADEK
Please Log in or Create an account to join the conversation.
- radekB
- Offline
- New Member
-
- Posts: 14
- Thank you received: 0
Please Log in or Create an account to join the conversation.
- radekB
- Offline
- New Member
-
- Posts: 14
- Thank you received: 0
(sorry GOOGLE TRANSLATOR

RADEK
Please Log in or Create an account to join the conversation.
- radekB
- Offline
- New Member
-
- Posts: 14
- Thank you received: 0
Please Log in or Create an account to join the conversation.
- BigJohnT
-
Topic Author
- Offline
- Administrator
-
- Posts: 7000
- Thank you received: 1175
How do I delete my bad here?
RADEK
I'm sure that I don't understand your question.
John
Please Log in or Create an account to join the conversation.
- BigJohnT
-
Topic Author
- Offline
- Administrator
-
- Posts: 7000
- Thank you received: 1175
Mocca run in ubuntu 10.04.
Download , compile EMC2
#change version
git checkout v2.4.1
...
make all
Thanks for posting that.
Does it only run with a RIP or is there some other reason for having the git checkout?
Thanks
John
Please Log in or Create an account to join the conversation.
- gtom
- Offline
- Junior Member
-
- Posts: 31
- Thank you received: 0
There are some Bugs in Gtk2 and the Lazasus/Freepascal developers found a solution for the Gtk2- Listbox Bug.
This means that mocca compiled with the latest lazarus source will run on Ubuntu 10.04 it it is compiled with the svn lazarus source.
Changing to 10.04 is not recommended cause of the Gtk2 Bugs (Font-Scaling is sometimes wrong)
Even the old Gtk1 has some problems with fonts (i.e. halshow does not scale the input-line correctly)
In Mocca you will see that the Axis designators are misplaced (they will be scaled correctly if you size the main-window)
regards, Thomas
Please Log in or Create an account to join the conversation.