My apologies for sending e-mail before the typing full text is finished. I managed to complete all these commands. $ ./autogen.sh $ ./configure $ make $ sudo make setuid
I also ran these commands: $ . /home/waterjet/emc2-dev/scripts/emc-environment $ emc The last one started EMC2. Which means that I have managed to compile a programm for the first time! I should have a beer for that :) Now comes the 10000USD question - how do I start EMC2 in a usual way - clicking on icon or in "Applications" menu? Viesturs 2010/6/30 Michał Geszkiewicz <[email protected]>: > You can run make only when configure will run wthout any errors > And you must 'sudo apt-get install libgtk2.0-dev' to fix gtk problem you > have. > > regards > Michael > > Viesturs Lācis pisze: >> Thank You, Jeff and Michal for the suggestions! >> They helped me to get to point, when I run >> $ ./configure >> >> And besides all the other data in terminal, I see that at the end of >> output is following line: >> configure: error: GTK2 missing. Install it or specify --disable-gtk to >> skip the parts of emc2 that depend on GTK >> >> At first I did not notice that error message and I ran >> $ make >> >> And I got error message: >> Makefile:31: Makefile.inc: No such file or directory >> Makefile:42: *** Makefile.inc must specify RTPREFIX >> >> 2010/6/30 Jeff Epler <[email protected]>: >> >>> The configure script is generated by the autogen script. Run autogen, >>> then configure, as shown on the wiki: >>> 2.6. Building emc2 (simulator) >>> Run these commands in the directory created by git above: >>> >>> $ cd src >>> $ ./autogen.sh >>> $ ./configure --enable-run-in-place --enable-simulator >>> $ make >>> >>> the make command may take several minutes to complete. >>> >>> http://wiki.linuxcnc.org/cgi-bin/emcinfo.pl?Installing_EMC2#Building_emc2_simulator >>> >>> Jeff >>> >>> ------------------------------------------------------------------------------ >>> This SF.net email is sponsored by Sprint >>> What will you do first with EVO, the first 4G phone? >>> Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first >>> _______________________________________________ >>> Emc-users mailing list >>> [email protected] >>> https://lists.sourceforge.net/lists/listinfo/emc-users >>> >>> >> >> ------------------------------------------------------------------------------ >> This SF.net email is sponsored by Sprint >> What will you do first with EVO, the first 4G phone? >> Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first >> _______________________________________________ >> Emc-users mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/emc-users >> >> >> > > > ------------------------------------------------------------------------------ > This SF.net email is sponsored by Sprint > What will you do first with EVO, the first 4G phone? > Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first > _______________________________________________ > Emc-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/emc-users > ------------------------------------------------------------------------------ This SF.net email is sponsored by Sprint What will you do first with EVO, the first 4G phone? Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first _______________________________________________ Emc-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emc-users
