Re: Problem building kde-3.5.6 on Sparc Solaris 10
Raymond Meyer <[email protected]>
| Newsgroups | gmane.comp.kde.solaris |
|---|---|
| Message-ID | <[email protected]> |
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. ___________________________________________________ This message is from the kde-solaris mailing list. Account management: https://mail.kde.org/mailman/listinfo/kde-solaris. Archives: http://lists.kde.org/. More info: http://www.kde.org/faq.html.