Re: [Emc-users] adding and compiling a new file

2008-06-03 Thread Charles Brauer
Thanks guys, John's method works; I'll try the others too. If anyone wants these files, I'll happily send. c brauer On Mon, Jun 2, 2008 at 11:31 AM, Jeff Epler <[EMAIL PROTECTED]> wrote: > On Mon, Jun 02, 2008 at 06:13:05PM +0200, jros wrote: > > I think a different aproach is > > > > sudo comp -

Re: [Emc-users] adding and compiling a new file

2008-06-02 Thread Jeff Epler
On Mon, Jun 02, 2008 at 06:13:05PM +0200, jros wrote: > I think a different aproach is > > sudo comp --install your_kin.c > > from EMC 2.1.7 and above. > > It compiles and installs in place (I think) (sudo) comp --install should work for both run-installed and run-in-place versions. The sudo

Re: [Emc-users] adding and compiling a new file

2008-06-02 Thread jros
I think a different aproach is sudo comp --install your_kin.c from EMC 2.1.7 and above. It compiles and installs in place (I think) You can try, it works for us Javier El lun, 02-06-2008 a las 10:39 -0500, Charles Brauer escribió: > Hi all- I am trying to compile and build the dipod, so I

Re: [Emc-users] adding and compiling a new file

2008-06-02 Thread John Kasunich
Charles Brauer wrote: > Hi all- I am trying to compile and build the dipod, so I placed the > functions mentioned in the 'kematics document' keeping the file looking like > tripod.c. > Now what? How do I get emc to compile it? Is there a step-by-step proceedure > for adding new files and getting em

[Emc-users] adding and compiling a new file

2008-06-02 Thread Charles Brauer
Hi all- I am trying to compile and build the dipod, so I placed the functions mentioned in the 'kematics document' keeping the file looking like tripod.c. Now what? How do I get emc to compile it? Is there a step-by-step proceedure for adding new files and getting emc to comile them? Thanks. c brau