[Kalzium] [Bug 116507] Compile error on Solaris 9 - kalziumutils.cpp gives a finite() undefined error
Pino Toscano
toscano.pino at tiscali.it
Wed Nov 16 19:23:38 CET 2005
------- 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=116507
toscano.pino tiscali it changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From toscano.pino tiscali it 2005-11-16 19:23 -------
SVN commit 480823 by pino:
Fix compilation on Solaris.
Don't know if it will actually be in KDE 3.5.0. For sure it will be in KDE 3.5.1.
BUG: 116507
M +4 -0 kalziumutils.cpp
--- branches/KDE/3.5/kdeedu/kalzium/src/kalziumutils.cpp #480822:480823
@ -16,8 +16,12 @
#include <qfont.h>
#include <qrect.h>
#include <qpainter.h>
+#include <qglobal.h>
#include <math.h>
+#if defined(Q_OS_SOLARIS)
+#include <ieeefp.h>
+#endif
int KalziumUtils::maxSize( const QString& string, const QRect& rect, QFont font, QPainter* p, int minFontSize, int maxFontSize )
{
More information about the Kalzium
mailing list