------- 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=67055 Summary: kdegames/libkdegames/highscore/khighscore.cpp fails to compile on Solaris Product: configure Version: unspecified Platform: Compiled Sources OS/Version: Solaris Status: UNCONFIRMED Severity: normal Priority: NOR Component: general AssignedTo: coolo@kde.org ReportedBy: tk@Genetik.Uni-Bielefeld.DE Version: (using KDE Devel) Installed from: Compiled sources Compiler: gcc version 2.95.3 20010315 (release) OS: Solaris compiling HEAD kdegames on Solaris 8 (x86) breaks with: source='khighscore.cpp' object='khighscore.lo' libtool=yes \ depfile='.deps/khighscore.Plo' tmpdepfile='.deps/khighscore.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 khighscore.lo `test -f 'khighscore.cpp' || echo './'`khighscore.cpp khighscore.cpp: In function `static void KHighscore::init(const char *)': khighscore.cpp:99: `O_RDWR' undeclared (first use this function) khighscore.cpp:99: (Each undeclared identifier is reported only once khighscore.cpp:99: for each function it appears in.) khighscore.cpp:99: implicit declaration of function `int open(...)' khighscore.cpp:99: warning: cannot pass objects of type `QCString' through `...' make[3]: *** [khighscore.lo] Error 1 make[3]: Leaving directory `/vol/src/kde/cvs/kdegames/libkdegames/highscore' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/vol/src/kde/cvs/kdegames/libkdegames' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/vol/src/kde/cvs/kdegames' make: *** [all] Error 2