Version: 2.0.0_devel (using unspecified) Compiler: GNU make port to mingw32 Version: 3.81 + patches from Eli Zaretskii (from QT Creator 1.2.1) OS: Windows 32-Bit In file included from ascii.cpp:38: ../../libkst/math_kst.h:82:1: warning: "isnan" redefined In file included from ascii.cpp:21: c:/Program/QT/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/math.h:380:1: warning: this is the location of the previous definition In file included from ascii.cpp:38: ../../libkst/math_kst.h:87:1: warning: "isinf" redefined In file included from ascii.cpp:21: c:/Program/QT/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/math.h:346:1: warning: this is the location of the previous definition I propose to change libkst/math_kst.h beginning from line 80: %%%%%%%%%%%%%%% #ifdef Q_WS_WIN32 #ifndef isnan #define isnan _isnan #endif #ifndef finite #define finite _finite #endif #ifndef M_PI #define M_PI 3.14159265358979323 #endif #ifndef isinf #define isinf !_finite #endif #endif %%%%%%%%%%%%%%%
SVN commit 1061472 by netterfield: BUG: 218288 Remove some compiler warnings under windows. The proposed patch, which I have applied here, looks harmless enough, but I haven't personally tested it. Let me know if there are troubles. M +15 -0 math_kst.h WebSVN link: http://websvn.kde.org/?view=rev&revision=1061472
Change version from 2.0.0_devel to 2.0.0 to simplify version numbering.
These bugs are solved with 2.0.0
Created attachment 59524 [details] mistake from me, wrong bug number This is a screenshot of the curves when everything is there. It should look the same when PRN_001 is missing (because it is indeed a copy of PRN_005)