[kde-solaris] Problem building kde-3.5.6 on Sparc Solaris 10

Raymond Meyer raymond.meyer at rambler.ru
Thu May 17 18:01:17 CEST 2007


OK, problem solved. Turns out the error message:

operations.cpp: In function 'bool KJS::isInf(double)':
operations.cpp:70: error: 'isinf' was not declared in this scope

means that the function isinf is missing a prototype. Adding:

int isinf(double);

at the top of the source file, fixed the problem.


More information about the kde-solaris mailing list