Hi, I was trying to build a BLFS system according to current SVN. I got a little problem with kdenetwork, though. Kopete appears to include a kernel header which produces an error. Probably the kernel header needs to be included with some other header... I don't know, the log is below, does anybody know what it means?
Norman make[4]: Entering directory `/usr/src/blfs/kdenetwork-3.5.5/kopete/libkopete/avdevice' /bin/sh ../../../libtool --silent --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../kopete/protocols/gadu/libgadu -I/opt/kde-3.5.5/include -I/usr/lib/qt/include -I/usr/X11R6/include -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/opt/kde-3.5.5/include -I/usr/lib/qt/include -I/usr/X11R6/include -DQT_THREAD_SUPPORT -D_REENTRANT -D_FILE_OFFSET_BITS=64 -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -Os -march=pentium3 -msse2 -msse -mmmx -fomit-frame-pointer -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 videodevice.lo videodevice.cpp /usr/include/linux/videodev2.h:622: error: '__s64' does not name a type videodevice.cpp: In member function 'int Kopete::AV::VideoDevice::selectInput(int)': videodevice.cpp:752: warning: comparison between signed and unsigned integer expressions videodevice.cpp: In member function 'int Kopete::AV::VideoDevice::setInputParameters()': videodevice.cpp:798: warning: comparison between signed and unsigned integer expressions videodevice.cpp: In member function 'float Kopete::AV::VideoDevice::getBrightness()': videodevice.cpp:1294: warning: comparison between signed and unsigned integer expressions videodevice.cpp: In member function 'float Kopete::AV::VideoDevice::setBrightness(float)': videodevice.cpp:1317: warning: converting to '__u16' from 'float' videodevice.cpp: In member function 'float Kopete::AV::VideoDevice::getContrast()': videodevice.cpp:1332: warning: comparison between signed and unsigned integer expressions videodevice.cpp: In member function 'float Kopete::AV::VideoDevice::setContrast(float)': videodevice.cpp:1355: warning: converting to '__u16' from 'float' videodevice.cpp: In member function 'float Kopete::AV::VideoDevice::getSaturation()': videodevice.cpp:1370: warning: comparison between signed and unsigned integer expressions videodevice.cpp: In member function 'float Kopete::AV::VideoDevice::setSaturation(float)': videodevice.cpp:1393: warning: converting to '__u16' from 'float' videodevice.cpp: In member function 'float Kopete::AV::VideoDevice::getWhiteness()': videodevice.cpp:1408: warning: comparison between signed and unsigned integer expressions videodevice.cpp: In member function 'float Kopete::AV::VideoDevice::setWhiteness(float)': videodevice.cpp:1431: warning: converting to '__u16' from 'float' videodevice.cpp: In member function 'float Kopete::AV::VideoDevice::getHue()': videodevice.cpp:1446: warning: comparison between signed and unsigned integer expressions videodevice.cpp: In member function 'float Kopete::AV::VideoDevice::setHue(float)': videodevice.cpp:1469: warning: converting to '__u16' from 'float' videodevice.cpp: In member function 'bool Kopete::AV::VideoDevice::getAutoBrightnessContrast()': videodevice.cpp:1485: warning: comparison between signed and unsigned integer expressions videodevice.cpp: In member function 'bool Kopete::AV::VideoDevice::setAutoBrightnessContrast(bool)': videodevice.cpp:1494: warning: comparison between signed and unsigned integer expressions videodevice.cpp: In member function 'bool Kopete::AV::VideoDevice::getAutoColorCorrection()': videodevice.cpp:1506: warning: comparison between signed and unsigned integer expressions videodevice.cpp: In member function 'bool Kopete::AV::VideoDevice::setAutoColorCorrection(bool)': videodevice.cpp:1515: warning: comparison between signed and unsigned integer expressions videodevice.cpp: In member function 'bool Kopete::AV::VideoDevice::getImageAsMirror()': videodevice.cpp:1526: warning: comparison between signed and unsigned integer expressions videodevice.cpp: In member function 'bool Kopete::AV::VideoDevice::setImageAsMirror(bool)': videodevice.cpp:1535: warning: comparison between signed and unsigned integer expressions make[4]: *** [videodevice.lo] Fehler 1 make[4]: Leaving directory `/usr/src/blfs/kdenetwork-3.5.5/kopete/libkopete/avdevice' make[3]: *** [all-recursive] Fehler 1 make[3]: Leaving directory `/usr/src/blfs/kdenetwork-3.5.5/kopete/libkopete' make[2]: *** [all-recursive] Fehler 1 make[2]: Leaving directory `/usr/src/blfs/kdenetwork-3.5.5/kopete' make[1]: *** [all-recursive] Fehler 1 make[1]: Leaving directory `/usr/src/blfs/kdenetwork-3.5.5' make: *** [all] Fehler 2 -- http://www.normiboy.ch -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
