teknotus / depthview

intel RealSense 3D camera viewer for Linux
GNU Lesser General Public License v2.1
98 stars 38 forks source link

linux-libc-dev missing from PPA? #7

Open chungs31 opened 9 years ago

chungs31 commented 9 years ago

Hi there,

I'm looking at https://launchpad.net/~teknotus/+archive/ubuntu/rs-kernel-ppa/+build/7338621. I am having trouble compiling without the libc files, but the built files seem to be missing from this list. I was successful at installing all the other files, but if I want to install linux-libc-dev for 3.16.0-37.49+realsense:

E: Version '3.16.0-37.49+realsense' for 'linux-libc-dev' was not found

I also tried patching the kernel from Torvald's git repository, unfortunately there were lots of compile time errors, so I gave up on that.

Without this I get the error linux/compiler.h no such file or directory from videodev2.h. I am assuming that this is because I am missing linux-libc-dev. How do I proceed? Thanks.