Yes, and the error says: sudo: comp:command not found. That means the "comp" command is not found.
You need to install the emc-dev package which contains the comp command. sudo apt-get install emc2-dev Regards, Alex ----- Original Message ----- From: "ygdan1001" <[email protected]> To: "Enhanced Machine Controller (EMC)" <[email protected]> Sent: Tuesday, January 13, 2009 1:17 PM Subject: Re: [Emc-users] comp > But the kinema.c is a kinematics modle which describes my machine, and I > want to use it instead of trivkins. > > > > > 在2009-01-13,"Alex Joni" <[email protected]> 写道: >>> Yang >>> the command is not found >>> >>> ygdan1001 wrote: >>>> Dear sir: >>>> when I compile and install a file with:suro comp --install kinema.c, >>>> there is an error: sudo:comp:command not found. What's wrong with it ? >>>> Thanks for your help! >>>> Regards! >>>> Yang >>> >>> 1)check to see that it exists >>> 2) edit your path >>> or >>> use the '. emc-environment' script from the proper directory >>> >>> hth >>> tomp >> >>Tomp: that assumes a run-in-place install. >> >>For a regular install, you want to make sure you have the emc2-dev package >>installed. >> >>Regards, >>Alex >> ------------------------------------------------------------------------------ This SF.net email is sponsored by: SourcForge Community SourceForge wants to tell your story. http://p.sf.net/sfu/sf-spreadtheword _______________________________________________ Emc-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emc-users
