------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. http://bugs.kde.org/show_bug.cgi?id=67068 Summary: kdeutils/klaptopdaemon won't compile on Solaris Product: klaptopdaemon Version: unspecified Platform: Compiled Sources OS/Version: Solaris Status: UNCONFIRMED Severity: normal Priority: NOR Component: general AssignedTo: paul@taniwha.com ReportedBy: tk@Genetik.Uni-Bielefeld.DE Version: (using KDE Devel) Installed from: Compiled sources Compiler: gcc version 2.95.3 20010315 (release) OS: Solaris Trying to compile kdeutils/klaptopdaemon on Solaris 8 (x86) fails with source='portable.cpp' object='portable.lo' libtool=yes \ depfile='.deps/portable.Plo' tmpdepfile='.deps/portable.TPlo' \ depmode=gcc /bin/ksh ../admin/depcomp \ /bin/ksh ../libtool --silent --mode=compile --tag=CXX g++ -pipe -DHAVE_CONFIG_H -I. -I. -I.. -I/vol/kde-cvs/include -I/vol/qt-3.2.1/include -I/vol/local/include -I/vol/graphics/include -DQT_THREAD_SUPPORT -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DUSE_SOLARIS -DSVR4 -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -W -Wpointer-arith -Wwrite-strings -O2 -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 portable.lo `test -f 'portable.cpp' || echo './'`portable.cpp portable.cpp: In function `static void laptop_portable::extra_config(QWidget *, KConfig *, QVBoxLayout *)': portable.cpp:2938: warning: unused parameter `class QWidget * parent' portable.cpp:2938: warning: unused parameter `class KConfig * config' portable.cpp:2938: warning: unused parameter `class QVBoxLayout * layout' portable.cpp: In function `static void laptop_portable::set_brightness(bool, int)': portable.cpp:2986: warning: unused parameter `bool blank' portable.cpp:2986: warning: unused parameter `int val' portable.cpp: At top level: portable.cpp:2999: no `bool laptop_portable::get_system_perfomance(bool, int &, QStringList &)' member function declared in class `laptop_portable' portable.cpp:3008: prototype for `bool laptop_portable::get_system_throttling(bool, int &, QStringList &)' does not match any in class `laptop_portable' portable.h:116: candidate is: static bool laptop_portable::get_system_throttling(bool, int &, QStringList &, bool *&) make[3]: *** [portable.lo] Error 1 make[3]: Leaving directory `/vol/src/kde/cvs/kdeutils/klaptopdaemon' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/vol/src/kde/cvs/kdeutils/klaptopdaemon' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/vol/src/kde/cvs/kdeutils' make: *** [all] Error 2