[Bug 213993] math/kmplot: fix for lang/gcc5

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Nov 2 15:21:44 UTC 2016


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=213993

--- Comment #5 from Kenneth Salerno <kennethsalerno at yahoo.com> ---
(In reply to Tobias C. Berner from comment #4)
Hi, Tobias. Sorry for being so terse, I submitted 14 patches at once for
lang/gcc5 :)

/wrkdirs/usr/ports/math/kmplot/work/kmplot-4.14.3/kmplot/view.cpp: In member
function 'QPointF View::toPixel(const QPointF&, View::ClipBehaviour, const
QPointF&)':
/wrkdirs/usr/ports/math/kmplot/work/kmplot-4.14.3/kmplot/view.cpp:480:14:
error: 'isnan' was not declared in this scope
  if ( isnan(x) )
              ^
/wrkdirs/usr/ports/math/kmplot/work/kmplot-4.14.3/kmplot/view.cpp:480:14: note:
suggested alternative:
In file included from
/wrkdirs/usr/ports/math/kmplot/work/kmplot-4.14.3/kmplot/view.cpp:71:0:
/usr/local/lib/gcc5/include/c++/cmath:862:5: note:   'std::isnan'
     isnan(_Tp __f)
     ^
/wrkdirs/usr/ports/math/kmplot/work/kmplot-4.14.3/kmplot/view.cpp:500:15:
error: 'isinf' was not declared in this scope
   if ( isinf(x) == -1 )
               ^
/wrkdirs/usr/ports/math/kmplot/work/kmplot-4.14.3/kmplot/view.cpp:500:15: note:
suggested alternative:
In file included from
/wrkdirs/usr/ports/math/kmplot/work/kmplot-4.14.3/kmplot/view.cpp:71:0:
/usr/local/lib/gcc5/include/c++/cmath:853:5: note:   'std::isinf'
     isinf(_Tp __f)
     ^
/wrkdirs/usr/ports/math/kmplot/work/kmplot-4.14.3/kmplot/view.cpp:507:14:
error: 'isnan' was not declared in this scope
  if ( isnan(y) )
              ^
/wrkdirs/usr/ports/math/kmplot/work/kmplot-4.14.3/kmplot/view.cpp:507:14: note:
suggested alternative:
In file included from
/wrkdirs/usr/ports/math/kmplot/work/kmplot-4.14.3/kmplot/view.cpp:71:0:
/usr/local/lib/gcc5/include/c++/cmath:862:5: note:   'std::isnan'
     isnan(_Tp __f)
     ^
/wrkdirs/usr/ports/math/kmplot/work/kmplot-4.14.3/kmplot/view.cpp:527:15:
error: 'isinf' was not declared in this scope
   if ( isinf(y) == -1 )
               ^
/wrkdirs/usr/ports/math/kmplot/work/kmplot-4.14.3/kmplot/view.cpp:527:15: note:
suggested alternative:
In file included from
/wrkdirs/usr/ports/math/kmplot/work/kmplot-4.14.3/kmplot/view.cpp:71:0:
/usr/local/lib/gcc5/include/c++/cmath:853:5: note:   'std::isinf'
     isinf(_Tp __f)
     ^

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the kde-freebsd mailing list