------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=127151         
           Summary: I can't build kopete because of the constant
                    'V4L2_STD_SECAM_DK'
           Product: kopete
           Version: unspecified
          Platform: Compiled Sources
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: general
        AssignedTo: kopete-devel kde org
        ReportedBy: mumumu mumumu org


Version:           the latest SVN (0.12 beta 2) (using KDE Devel)
Installed from:    Compiled sources
Compiler:          gcc 3.3.5 
OS:                Linux

summary:

i can't build kopete SVN code for two weeks because the constant 
'V4L2_STD_SECAM_DK' undeclared in a header file.

how reproducible:
always.

reproduce steps:

1. get the latest svn source and build kdenetwork by kdesvn-build.

expected behaviour:
build successfully and launch kopete happily.

actual behaviour:

i cant compile it because of the constant 'V4L2_STD_SECAM_DK'.
compile error log is as follows.

g++ -DHAVE_CONFIG_H -I./kopete/libkopete/avdevice 
-I/kdebuild/kdenetwork/kopete/libkopete/avdevice -I. -I/home/mumumu/kde/include 
-I/usr/share/qt3/include -I/usr/X11R6/include -DKDE_NO_COMPAT -DQT_NO_COMPAT 
-DQT_NO_CAST_ASCII -DQT_NO_ASCII_CAST -I/kdebuild/kdenetwork/kopete/libkopete 
-I./kopete/libkopete -I/kdebuild/kdenetwork/kopete/libkopete/avdevice 
-I/kdebuild/kdenetwork/kopete/libkopete/ui -I./kopete/libkopete/ui 
-I/kdebuild/kdenetwork/kopete/libkopete/private 
-I/kdebuild/kdenetwork/kopete/libkopete/ui -I/home/mumumu/kde/include 
-I/usr/share/qt3/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 -g -O2 -fno-schedule-insns -fno-inline -g -O2 -pipe -march=i686 
-Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor 
-fno-reorder-blocks -fno-exceptions -fno-check-new -fno-common 
-DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT 
-DQT_NO_TRANSLATION -fPIC -DPIC -c 
/kdebuild/kdenetwork/kopete/libkopete/avdevice/videodevice.cpp -o 
./kopete/libkopete/avdevice/.libs/videodevice.o 
-Wp,-MD,./kopete/libkopete/avdevice/.deps/videodevice.TUlo
/kdebuild/kdenetwork/kopete/libkopete/avdevice/videodevice.cpp: member function 
   in `int Kopete::AV::VideoDevice::selectInput(int)':
/kdebuild/kdenetwork/kopete/libkopete/avdevice/videodevice.cpp:752: Warning: 
comparison
   between signed and unsigned integer expressions
/kdebuild/kdenetwork/kopete/libkopete/avdevice/videodevice.cpp: member function 
   in `int Kopete::AV::VideoDevice::setInputParameters()':
/kdebuild/kdenetwork/kopete/libkopete/avdevice/videodevice.cpp:798: Warning: 
comparison
   between signed and unsigned integer expressions
/kdebuild/kdenetwork/kopete/libkopete/avdevice/videodevice.cpp: member function 
   in `float Kopete::AV::VideoDevice::getBrightness()':
/kdebuild/kdenetwork/kopete/libkopete/avdevice/videodevice.cpp:1294: Warning: 
comparison
   between signed and unsigned integer expressions
/kdebuild/kdenetwork/kopete/libkopete/avdevice/videodevice.cpp: member function 
   in `float Kopete::AV::VideoDevice::setBrightness(float)':
/kdebuild/kdenetwork/kopete/libkopete/avdevice/videodevice.cpp:1317: Warning: 
converting
    to `short unsigned int' from `float'
/kdebuild/kdenetwork/kopete/libkopete/avdevice/videodevice.cpp: member function 
   in `float Kopete::AV::VideoDevice::getContrast()':
/kdebuild/kdenetwork/kopete/libkopete/avdevice/videodevice.cpp:1332: Warning: 
comparison
   between signed and unsigned integer expressions
/kdebuild/kdenetwork/kopete/libkopete/avdevice/videodevice.cpp: member function 
   in `float Kopete::AV::VideoDevice::setContrast(float)':
/kdebuild/kdenetwork/kopete/libkopete/avdevice/videodevice.cpp:1355: Warning: 
converting
    to `short unsigned int' from `float'
/kdebuild/kdenetwork/kopete/libkopete/avdevice/videodevice.cpp: member function 
   in `float Kopete::AV::VideoDevice::getSaturation()':
/kdebuild/kdenetwork/kopete/libkopete/avdevice/videodevice.cpp:1370: Warning: 
comparison
   between signed and unsigned integer expressions
/kdebuild/kdenetwork/kopete/libkopete/avdevice/videodevice.cpp: member function 
   in `float Kopete::AV::VideoDevice::setSaturation(float)':
/kdebuild/kdenetwork/kopete/libkopete/avdevice/videodevice.cpp:1393: Warning: 
converting
    to `short unsigned int' from `float'
/kdebuild/kdenetwork/kopete/libkopete/avdevice/videodevice.cpp: member function 
   in `float Kopete::AV::VideoDevice::getWhiteness()':
/kdebuild/kdenetwork/kopete/libkopete/avdevice/videodevice.cpp:1408: Warning: 
comparison
   between signed and unsigned integer expressions
/kdebuild/kdenetwork/kopete/libkopete/avdevice/videodevice.cpp: member function 
   in `float Kopete::AV::VideoDevice::setWhiteness(float)':
/kdebuild/kdenetwork/kopete/libkopete/avdevice/videodevice.cpp:1431: Warning: 
converting
    to `short unsigned int' from `float'
/kdebuild/kdenetwork/kopete/libkopete/avdevice/videodevice.cpp: member function 
   in `float Kopete::AV::VideoDevice::getHue()':
/kdebuild/kdenetwork/kopete/libkopete/avdevice/videodevice.cpp:1446: Warning: 
comparison
   between signed and unsigned integer expressions
/kdebuild/kdenetwork/kopete/libkopete/avdevice/videodevice.cpp: member function 
   in `float Kopete::AV::VideoDevice::setHue(float)':
/kdebuild/kdenetwork/kopete/libkopete/avdevice/videodevice.cpp:1469: Warning: 
converting
    to `short unsigned int' from `float'
/kdebuild/kdenetwork/kopete/libkopete/avdevice/videodevice.cpp: member function 
   in `bool Kopete::AV::VideoDevice::getAutoBrightnessContrast()':
/kdebuild/kdenetwork/kopete/libkopete/avdevice/videodevice.cpp:1485: Warning: 
comparison
   between signed and unsigned integer expressions
/kdebuild/kdenetwork/kopete/libkopete/avdevice/videodevice.cpp: member function 
   in `bool Kopete::AV::VideoDevice::setAutoBrightnessContrast(bool)':
/kdebuild/kdenetwork/kopete/libkopete/avdevice/videodevice.cpp:1494: Warning: 
comparison
   between signed and unsigned integer expressions
/kdebuild/kdenetwork/kopete/libkopete/avdevice/videodevice.cpp: member function 
   in `bool Kopete::AV::VideoDevice::getAutoColorCorrection()':
/kdebuild/kdenetwork/kopete/libkopete/avdevice/videodevice.cpp:1506: Warning: 
comparison
   between signed and unsigned integer expressions
/kdebuild/kdenetwork/kopete/libkopete/avdevice/videodevice.cpp: member function 
   in `bool Kopete::AV::VideoDevice::setAutoColorCorrection(bool)':
/kdebuild/kdenetwork/kopete/libkopete/avdevice/videodevice.cpp:1515: Warning: 
comparison
   between signed and unsigned integer expressions
/kdebuild/kdenetwork/kopete/libkopete/avdevice/videodevice.cpp: member function 
   in `bool Kopete::AV::VideoDevice::getImageAsMirror()':
/kdebuild/kdenetwork/kopete/libkopete/avdevice/videodevice.cpp:1526: Warning: 
comparison
   between signed and unsigned integer expressions
/kdebuild/kdenetwork/kopete/libkopete/avdevice/videodevice.cpp: member function 
   in `bool Kopete::AV::VideoDevice::setImageAsMirror(bool)':
/kdebuild/kdenetwork/kopete/libkopete/avdevice/videodevice.cpp:1535: Warning: 
comparison
   between signed and unsigned integer expressions
/kdebuild/kdenetwork/kopete/libkopete/avdevice/videodevice.cpp: member function 
   in `long long unsigned int 
   Kopete::AV::VideoDevice::signalStandardCode(Kopete::AV::signal_standard)':
/kdebuild/kdenetwork/kopete/libkopete/avdevice/videodevice.cpp:1812: error: `
   V4L2_STD_SECAM_DK' undeclared (first use this function)
/kdebuild/kdenetwork/kopete/libkopete/avdevice/videodevice.cpp:1812: error: 
(Each
   undeclared identifier is reported only once for each function it appears 
   in.)
Error creating ./kopete/libkopete/avdevice/videodevice.lo. Exit status 1.
_______________________________________________
kopete-devel mailing list
[email protected]
https://mail.kde.org/mailman/listinfo/kopete-devel

Reply via email to