The best thing would be to help Lorenzo get pdp working with v4l2 and remove the v4l stuff. You could also try removing pdp from the build, in externals/Makefile, see the variable LIB_TARGETS. Then at least you'll have all of Pd-extended minus pdp. Or another kludge is to make a symlink to the old v4l:
sudo apt-get install libv4l-dev sudo ln -s /usr/include/libv4l1-videodev.h /usr/include/linux/videodev.h .hc On Mon, 27 Jun 2011 18:20 +0200, "batinste" <[email protected]> wrote: > Hi list > > I'm looking for some Pd-extended build for Ubuntu 11.04 x64 (Natty > Narwhal, 2.6.38 kernel). I've tried to compile 0.42.5 by myself (with > this guide : http://puredata.info/docs/developer/DebianWheezyAmd64 and > http://ubuntuforums.org/showthread.php?t=1767292) but got stuck because > of issues between 2.6.38, V4L and pdp. > > _______________________________________________ > [email protected] mailing list > UNSUBSCRIBE and account-management -> > http://lists.puredata.info/listinfo/pd-list > _______________________________________________ [email protected] mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
