Bug 50702 - `isinf' undeclared on Solaris 2.6
Summary: `isinf' undeclared on Solaris 2.6
Status: RESOLVED FIXED
Alias: None
Product: kmplot
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Solaris
: NOR normal
Target Milestone: ---
Assignee: Klaus-Dieter M
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-11-14 10:38 UTC by Steve Evans
Modified: 2003-01-02 21:13 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
Adds the missing isinf() for Solaris. (21.62 KB, patch)
2002-11-22 06:01 UTC, David F. Newman
Details

Note You need to log in before you can comment on or make changes to this bug.
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)