You have to use locate or find to find out where "halcompile" is. Or you may have to install the dev package if it's not on your machine.
Mark On Fri, Oct 30, 2015 at 11:47 AM, <[email protected]> wrote: > > > > greenmill@greenmill:~/linuxcnc-dev/src/hal/components$ locate > carousel.comp > /home/greenmill/.local/share/Trash/files/linuxcnc-dev/src/hal/components/carousel.comp > /home/greenmill/linuxcnc-dev/src/hal/components/carousel.comp > greenmill@greenmill:~/linuxcnc-dev/src/hal/components$ sudo ./halcompile > --install carousel.comp > sudo: ./halcompile: command not found > greenmill@greenmill:~/linuxcnc-dev/src/hal/components$ > > > > >> -------- Original Message -------- >> Subject: Re: [Emc-users] Carousel Component >> From: Mark Wendt <[email protected]> >> Date: Fri, October 30, 2015 11:34 am >> To: "Enhanced Machine Controller (EMC)" >> <[email protected]> >> >> >> Probably means it's not on your path. You can confirm: >> >> #> which halcompile >> >> Should show if in your path or not. >> >> If not, use the find command again. >> >> Then, either use the full path, or cd to the directory it's in and >> preface the command with a dot slash: >> >> #> sudo ./halcompile yada yada. >> >> On Fri, Oct 30, 2015 at 11:29 AM, <[email protected]> wrote: >> > Thank You Mark, >> > >> > I found the file with locate, then saw your email, >> > >> > I changed the lines in the comp file, but am running into a problem on >> > the compile, I am trying >> > >> > "greenmill@greenmill:~/linuxcnc-dev$ sudo halcompile --install >> > carousel.comp >> > [sudo] password for greenmill: >> > sudo: halcompile: command not found >> > greenmill@greenmill:~/linuxcnc-dev$" >> > >> > And you can see the result, any thoughts? >> > >> > Rick >> > >> > >> > >> >> -------- Original Message -------- >> >> Subject: Re: [Emc-users] Carousel Component >> >> From: Mark Wendt <[email protected]> >> >> Date: Fri, October 30, 2015 11:20 am >> >> To: "Enhanced Machine Controller (EMC)" >> >> <[email protected]> >> >> >> >> >> >> Command line search: >> >> >> >> #> cd / >> >> #> find . -name <insert file name here> -print >> >> >> >> Long before GUI's became so popular, command line utilities were the way >> >> to go. >> >> >> >> Mark >> >> >> >> On Fri, Oct 30, 2015 at 11:14 AM, <[email protected]> wrote: >> >> > Where is the .comp file at? >> >> > >> >> > I can't find the file, debian doesn't have the handy search utility on >> >> > the tool bar like ubuntu did, and I have been looking around in the file >> >> > system, and don't see anything. >> >> > >> >> > >> >> > Rick >> >> > >> >> >> >> ------------------------------------------------------------------------------ >> >> _______________________________________________ >> >> Emc-users mailing list >> >> [email protected] >> >> https://lists.sourceforge.net/lists/listinfo/emc-users >> > >> > ------------------------------------------------------------------------------ >> > _______________________________________________ >> > Emc-users mailing list >> > [email protected] >> > https://lists.sourceforge.net/lists/listinfo/emc-users >> >> ------------------------------------------------------------------------------ >> _______________________________________________ >> Emc-users mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/emc-users > > ------------------------------------------------------------------------------ > _______________________________________________ > Emc-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/emc-users ------------------------------------------------------------------------------ _______________________________________________ Emc-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emc-users
