------- 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=66619 Summary: kdelibs/khtml/rendering/font.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 Trying to compile kdelibs on my Solaris 8 (x86) box fails with source='font.cpp' object='font.lo' libtool=yes \ depfile='.deps/font.Plo' tmpdepfile='.deps/font.TPlo' \ depmode=gcc /bin/ksh ../../admin/depcomp \ /bin/ksh ../../libtool --silent --mode=compile --tag=CXX g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../dcop -I../../kio/kssl -I../../kimgio -I../../kio -I../../dcop -I../../kfile -I../../khtml -I../../kutils -I../.. -I../../dcop -I../../libltdl -I../../kdefx -I../../kdecore -I../../kdeui -I../../kio -I../../kio/kio -I../../kio/kfile -I../.. -I/vol/qt-3.2.1/include -I/vol/kde-cvs/include -I/vol/local/include -I/vol/graphics/include -I/vol/cups/include -DQT_THREAD_SUPPORT -I/vol/local/include -I/opt/oss/include -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DUSE_SOLARIS -DSVR4 -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -W -Wpointer-arith -Wwrite-strings -fno-builtin -g -O2 -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -Woverloaded-virtual -c -o font.lo `test -f 'font.cpp' || echo './'`font.cpp font.cpp: In method `void khtml::Font::drawText(QPainter *, int, int, QChar *, int, int, int, int, QPainter::TextDirection, int = -1, int = -1, QColor = QColor(), int = -1, int = -1, int = 0) const': font.cpp:172: implicit declaration of function `int alloca(...)' make: *** [font.lo] Error 1 Simply adding a "#include " to the list of includes fixed this problem for me.