[kde-solaris] kdeedu patch

James F.Hranicky jfh at cise.ufl.edu
Thu Nov 27 04:35:52 CET 2003


OS: 		Sol8
Compiler:	g++ 3.3.2
QT version:	qt 3.2.3
KDE version:	CVS/2003-11-25

This patch fixes an undefined symbol error for 'finite' on Solaris
in kig/misc:

*** common.h.orig       Wed Nov 26 22:19:43 2003
--- common.h    Wed Nov 26 22:16:55 2003
***************
*** 25,30 ****
--- 25,34 ----
  #include "coordinate.h"
  #include "rect.h"
  
+ #ifdef USE_SOLARIS
+ #include <ieeefp.h>
+ #endif
+ 
  #include <qptrlist.h>
  #include <qrect.h>
  #include <kdeversion.h>

Jim


More information about the kde-solaris mailing list