[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-bugs-dist
Subject:    [Bug 70970] kdeedu/kig/misc/conic-common.cpp doesn't compile on
From:       Dirk Mueller <mueller () kde ! org>
Date:       2004-01-10 11:55:28
Message-ID: 20040110115528.5093.qmail () ktown ! kde ! org
[Download RAW message or body]

------- 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=70970      
mueller@kde.org changed:

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



------- Additional Comments From mueller@kde.org  2004-01-10 12:55 -------
Subject: kdeedu/kig

CVS commit by mueller: 

fix compile
CCMAIL: 70970-done@bugs.kde.org


  M +2 -0      configure.in.in   1.22
  M +6 -0      misc/conic-common.cpp   1.13
  M +6 -0      misc/cubic-common.cc   1.6


--- kdeedu/kig/configure.in.in  #1.21:1.22
@@ -61,4 +61,6 @@
 AC_DEFINE_UNQUOTED( KIGVERSION, "$kig_version", [The current Kig version as a string] )
 
+AC_CHECK_HEADERS([ieeefp.h])
+
 # apparently the KDE build system wants to see "dnl AC_OUTPUT( ... )",
 # not a normal AC_OUTPUT

--- kdeedu/kig/misc/cubic-common.cc  #1.5:1.6
@@ -17,8 +17,14 @@
 // 02111-1307, USA.
 
+#include <config.h>
+
 #include "cubic-common.h"
 #include "kignumerics.h"
 #include "kigtransform.h"
 
+#ifdef HAVE_IEEEFP_H
+#include <ieeefp.h>
+#endif
+
 /*
  * coefficients of the cartesian equation for cubics

--- kdeedu/kig/misc/conic-common.cpp  #1.12:1.13
@@ -19,4 +19,6 @@
 **/
 
+#include <config.h>
+
 #include "conic-common.h"
 
@@ -27,4 +29,8 @@
 #include <algorithm>
 
+#ifdef HAVE_IEEEFP_H
+#include <ieeeefp.h>
+#endif
+
 ConicCartesianData::ConicCartesianData(
   const ConicPolarData& polardata
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic