Bug 50702

Summary: `isinf' undeclared on Solaris 2.6
Product: [Applications] kmplot Reporter: Steve Evans <stevee>
Component: generalAssignee: Klaus-Dieter M <kd.moeller>
Status: RESOLVED FIXED    
Severity: normal CC: jailbird
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Solaris   
Latest Commit: Version Fixed In:
Attachments: Adds the missing isinf() for Solaris.

Description Steve Evans 2002-11-14 10:38:03 UTC
Version:            (using KDE KDE 3.0.99)
Installed from:    Compiled From Sources
Compiler:          gcc 3.2 
OS:          Solaris

diagr.cpp fails to compile with this error:

diagr.cpp: In member function `int CDiagr::Transx(double)':
diagr.cpp:159: `isinf' undeclared (first use this function)
diagr.cpp:159: (Each undeclared identifier is reported only once for each 
   function it appears in.)
Comment 1 David F. Newman 2002-11-22 06:01:03 UTC
Created attachment 503 [details]
Adds the missing isinf() for Solaris.

This patch fixes the build problems on Solaris.
Comment 2 Dustin Marquess 2002-12-31 19:11:00 UTC
This fixed my compile problems on Solaris 8 + gcc 2.95.4 snapshot + KDE 3.1.1rc5.
Thanks!
Comment 3 Caleb Tennis 2003-01-02 21:13:46 UTC
Applied the patch to solve this problem (patch given via bmlmessmer@web.de)