KDE/kdeedu/kalgebra/analitzagui

Anne-Marie Mahfouf annma at kde.org
Tue Dec 14 10:53:42 CET 2010


I am quite lost. I forwarded to the author who did the best he could but now I 
am lost on what to do.

Can someone give me a patch so I commit it please?

Thanks,

Anne-Marie
kdeedu coordinator

On mardi 14 décembre 2010 00:32:30 Pavel Heimlich, a.k.a. hajma wrote:
> 2010/12/10 Anne-Marie Mahfouf <annma at kde.org>:
> > Fixed
> > ----------  Forwarded Message  ----------
> > 
> > Subject: KDE/kdeedu/kalgebra/analitzagui
> > Date: Friday 10 December 2010, 20:22:42
> > From: Aleix Pol Gonzalez <aleixpol at gmail.com>
> > To: kde-commits at kde.org
> > CC: annma at kde.org
> > 
> > SVN commit 1205297 by apol:
> > 
> > Do not try to define isinf, ieeefp.h should provide it.
> > 
> > CCMAIL: annma at kde.org
> > 
> > 
> >  M  +0 -5      function.cpp
> >  M  +1 -1      graph2d.cpp
> > 
> > 
> > --- trunk/KDE/kdeedu/kalgebra/analitzagui/function.cpp #1205296:1205297
> > @@ -27,11 +27,6 @@
> >  #include <KLocale>
> >  #include <cmath>
> > 
> > -#if defined(HAVE_IEEEFP_H)
> > -#include <ieeefp.h>
> > -bool isinf(double x) { return !finite(x) && x==x; }
> > -#endif
> > -
> >  using Analitza::ExpressionType;
> > 
> >  Function::Function()
> > --- trunk/KDE/kdeedu/kalgebra/analitzagui/graph2d.cpp #1205296:1205297
> > @@ -38,7 +38,7 @@
> > 
> >  #if defined(HAVE_IEEEFP_H)
> >  #include <ieeefp.h>
> > -bool isinf(double x) { return !finite(x) && x==x; }
> > +// bool isinf(double x) { return !finite(x) && x==x; }
> >  #endif
> > 
> >  // #define DEBUG_GRAPH
> 
> this is not true on Solaris
> see the ieeefp.h there:
> http://cvs.opensolaris.org/source/xref/onnv/onnv-gate/usr/src/head/ieeefp.h
> 
> the build on solaris is broken now:
> http://my.cdash.org/index.php?project=kdeedu&date=2010-12-11
> _______________________________________________
> release-team mailing list
> release-team at kde.org
> https://mail.kde.org/mailman/listinfo/release-team


More information about the release-team mailing list