GUI's
10 Sep 2010 06:00 - 10 Sep 2010 06:34 #4083
by radekB
Mocca run in ubuntu 10.04.
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
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
Last edit: 10 Sep 2010 06:34 by radekB.
Please Log in or Create an account to join the conversation.
11 Sep 2010 00:10 #4110
by gtom
Hello, as you can see Mocca runs with 10.04.
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
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.
Time to create page: 0.102 seconds