Igor Korot posted on Tue, 27 Nov 2012 11:43:36 -0800 as excerpted: > Finally latest kopete fails qwith following: > > /bin/sh ../../../libtool --silent --tag=CXX --mode=compile > x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I../../.. > -I../../../kopete/protocols/gadu/libgadu -I/usr/kde/3.5/include > -I/usr/qt/3/include -I. -DKDE_NO_COMPAT -DQT_NO_COMPAT > -DQT_NO_CAST_ASCII -DQT_NO_ASCII_CAST -I../../../kopete/libkopete > -I../../../kopete/libkopete -I../../../kopete/libkopete/avdevice > -I../../../kopete/libkopete/ui -I../../../kopete/libkopete/ui > -I../../../kopete/libkopete/private -I../../../kopete/libkopete/ui > -I/usr/kde/3.5/include -I/usr/qt/3/include -I. -DQT_THREAD_SUPPORT > -D_REENTRANT -D_LARGE_FILES=1 -Wno-long-long -Wundef -ansi > -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall > -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=core2 -O2 -pipe > -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor > -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE > -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -c -o > videodevicepool.lo videodevicepool.cpp In file included from > videodevice.cpp:27:0: > videodevice.h:55:28: fatal error: linux/videodev.h: No such file or > directory compilation terminated. > make[4]: *** [videodevice.lo] Error 1 make[4]: *** Waiting for > unfinished jobs.... > In file included from videodevicepool.cpp:29:0: > videodevice.h:55:28: fatal error: linux/videodev.h: No such file or > directory compilation terminated. > make[4]: *** [videodevicepool.lo] Error 1
I believe that error is due to the Linux kernel dropping support for v4l (video for linux 1, as opposed to v4l2). If there's a v4l USE flag, setting USE=-v4l might fix it. Otherwise... installing an old linux-headers (before v4l1 was removed, sorry, IDR the kernel version, but I'd guess it to be googlable) and building against that would probably work, especially if all you need is to build the functionality, you don't intend to actually use video with kopete. -- Duncan - List replies preferred. No HTML msgs. "Every nonfree program has a lord, a master -- and if you use the program, he is your master." Richard Stallman
