[Kalzium] [Bug 114816] Compile error on Solaris 8 - spectrumwidget.cpp and kalziumutils.cpp both give a finite() undefined error

Albert Astals Cid tsdgeos at terra.es
Sun Oct 23 17:52:12 CEST 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=114816         
tsdgeos terra es changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From tsdgeos terra es  2005-10-23 17:52 -------
SVN commit 473400 by aacid:

include ieeefp.h if we are on solaris
BUGS: 114816


 M  +5 -0      spectrumwidget.cpp  


--- branches/KDE/3.5/kdeedu/kalzium/src/spectrumwidget.cpp #473399:473400
 @ -33,6 +33,11  @
 #include <qpixmap.h>
 #include <qtooltip.h>
 
+#include <qglobal.h>
+#if defined(Q_OS_SOLARIS)
+#include <ieeefp.h>
+#endif
+
 SpectrumWidget::SpectrumWidget( QWidget *parent, const char* name ) : QWidget( parent, name )
 {
 	startValue = 0;


More information about the Kalzium mailing list