Re: path error

2018-02-26 Thread Björn Höfling
Hi Quiliro, On Mon, 26 Feb 2018 15:52:54 -0500 Quiliro Ordonez Baca wrote: > I have downloaded OpenKinect. (Disclosure: I have not checked wether > it is has non-libre software yet.) I typed: I haven't checked either. I just saw the keyword "firmwire", which smells like binaries. > > git clo

Re: path error

2018-02-26 Thread Quiliro Ordonez Baca
I suspect the error has to do with: > -- Cache values > CMAKE_BUILD_TYPE:STRING= > CMAKE_INSTALL_PREFIX:PATH=/usr/local > quiliro@portkomputilo ~/libfreenect/build$

Re: path error

2018-02-26 Thread Quiliro Ordonez Baca
Andreas Enge writes: > Hello, > > the solution lies probably here: > > On Mon, Feb 26, 2018 at 03:52:54PM -0500, Quiliro Ordonez Baca wrote: >> gcc: error trying to exec 'as': execvp: No existe el fichero o el >> directorio > > The "as" binary is part of the binutils package. > But I would re

Re: path error

2018-02-26 Thread Andreas Enge
Hello, the solution lies probably here: On Mon, Feb 26, 2018 at 03:52:54PM -0500, Quiliro Ordonez Baca wrote: > gcc: error trying to exec 'as': execvp: No existe el fichero o el > directorio The "as" binary is part of the binutils package. But I would recommend to install gcc-toolchain inste

path error

2018-02-26 Thread Quiliro Ordonez Baca
I have downloaded OpenKinect. (Disclosure: I have not checked wether it is has non-libre software yet.) I typed: git clone https://github.com/OpenKinect/libfreenect cd libfreenect mkdir build cd build cmake -L .. But I get an error on executing that command. Here is the output: quiliro@portkomp