That only solves part of the problem. There are other compilation issues in Cinelerra... Is there anybody that was actually successful in compiling Cinelerra with a kernel >= 2.6.38?
> Subject: Re: [CinCV] vdevicebuz.C:48:28: fatal error: linux/videodev.h: No > such file or directory > From: [email protected] > To: [email protected] > Date: Sun, 1 May 2011 17:03:55 +0300 > > Hi. > > Support for v4l1 has been removed from latest kernels. > > Try the last patch from http://bugs.cinelerra.org/ticket/949 > > Einar > > On Sat, Apr 30, 2011 at 11:47 AM, Terrence Brannon <[email protected]> > wrote: > > I am running Ubuntu 11 as a 32-bit guest virtual machine of Windows 7 using > > VMWare workstation. > > > > Attempting to retrieve the cinelerra package failed, so I decided to > > compile it. > > Another message will detail that failure. > > > > So anyway, after downloading cinelerra via git and running: > > ./autogen.sh && ./configure --with-buildinfo=git/recompile --enable-mmx > > --without-pic && make > > > > I got the following error: > > > > if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../guicast -I../quicktime > > -I../libmpeg3 > > -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 > > -DHAVE_FIREWIRE > > -DHAVE_ESOUND -DHAVE_ALSA -DHAVE_OSS -I/usr/include/mjpegtools > > -I/usr/include/mjpegtools/mpeg2enc -I/usr/include/mjpegtools/mplex > > -pthread > > -I/usr/include/OpenEXR -I../quicktime/ffmpeg > > -DPLUGIN_DIR=\"/usr/local/lib/cinelerra\" -g -O2 -MT vdevicebuz.o -MD -MP > > -MF > > ".deps/vdevicebuz.Tpo" -c -o vdevicebuz.o vdevicebuz.C; \ > > then mv -f ".deps/vdevicebuz.Tpo" ".deps/vdevicebuz.Po"; else rm -f > > ".deps/vdevicebuz.Tpo"; exit 1; fi > > vdevicebuz.C:48:28: fatal error: linux/videodev.h: No such file or directory > > compilation terminated. > > > > > > A bit of googling indicates that ubuntu 11 needs videodev2.h not videodev.h > > - > > http://forum.openframeworks.cc/index.php?topic=5882.0 > > > > I havent tried any alterations to the source code and wanted to wait and get > > advice before doing so. > > > > > > > > _______________________________________________ > > Cinelerra mailing list > > [email protected] > > https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra > > > > _______________________________________________ > Cinelerra mailing list > [email protected] > https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra
