On Wed, 25 Jan 2012 16:42:23 -0500 Hans-Christoph Steiner hans@at.or.at wrote:
On Jan 25, 2012, at 2:46 PM, Renato wrote:
On Wed, 25 Jan 2012 20:42:11 +0100 Renato rennabh@gmail.com wrote:
Hi, I'd like to compile pd-extended to use [hid]. I'm on Archlinux, and I'm not having any succes with it - and the errors I'm getting seem to be shared by others Archlinuxers ([1],[2]). With pd-extended 0.42.5 make is stopping with:
[sorry, accidentally clicked send too early]
In file included from pix_video.cpp:18:0: ../Pixes/videoV4L.h:43:29: fatal error: linux/videodev.h: No such file or directory
remove pdp from LIB_TARGETS in externals/Makefile and try building everything again.
I tried removing that, and got the same error. I kept on removing things till I had only
LIB_TARGETS = hid
(I commented out the long original line and all the following if/else logic for os-specific additions to LIB_TARGETS) and I still get the exact same error...
renato