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

Reply via email to