Bug 147570 - Compile error on Solaris 8 - kdelibs/kjs/operations.cpp doesn't include ieeefp.h when it uses finite, so it is not defined
Summary: Compile error on Solaris 8 - kdelibs/kjs/operations.cpp doesn't include ieeef...
Status: RESOLVED NOT A BUG
Alias: None
Product: konqueror
Classification: Applications
Component: kjs (show other bugs)
Version: unspecified
Platform: Compiled Sources Solaris
: NOR normal
Target Milestone: ---
Assignee: Konqueror Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-07-05 13:20 UTC by Steve Evans
Modified: 2008-07-26 11:08 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments
Include ieeefp.h when finite() is being used and ieeefp.h is available (342 bytes, patch)
2007-07-05 13:23 UTC, Steve Evans
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Steve Evans 2007-07-05 13:20:58 UTC
Version:            (using KDE Devel)
Installed from:    Compiled sources
Compiler:          gcc 3.4.6 
OS:                Solaris

I get this compile error on Solaris:

[  6%] Building CXX object kjs/CMakeFiles/kjs.dir/operations.o
/cad4/stevee/kde-svn/kdelibs/kjs/operations.cpp: In function `bool KJS::isInf(double)':
/cad4/stevee/kde-svn/kdelibs/kjs/operations.cpp:68: error: `finite' was not declared in this scope
/cad4/stevee/kde-svn/kdelibs/kjs/operations.cpp: In function `bool KJS::isPosInf(double)':
/cad4/stevee/kde-svn/kdelibs/kjs/operations.cpp:84: error: `finite' was not declared in this scope
/cad4/stevee/kde-svn/kdelibs/kjs/operations.cpp: In function `bool KJS::isNegInf(double)':
/cad4/stevee/kde-svn/kdelibs/kjs/operations.cpp:100: error: `finite' was not declared in this scope

Including <ieeefp.h> will fix it.
Comment 1 Steve Evans 2007-07-05 13:23:08 UTC
Created attachment 21053 [details]
Include ieeefp.h when finite() is being used and ieeefp.h is available
Comment 2 Jaime Torres 2008-07-26 11:08:57 UTC
kde4 for solaris is compiling almost every kde4 package.
http://people.fruitsalad.org/adridg/bobulate/index.php?/archives/617-guid.html