zholos / qml

math library for kdb+
http://althenia.net/qml
Other
65 stars 33 forks source link

isnan redefined in k.h #3

Closed zholos closed 10 years ago

zholos commented 10 years ago
In file included from util.h:6:0,
                 from wrap.h:4,
                 from libm.c:3:
../include/k.h:85:0: error: "isnan" redefined [-Werror]
In file included from libm.c:1:0:
/usr/i686-pc-mingw32/sys-root/mingw/include/math.h:376:0: note: this is the location of the previous definition

isnan (and finite and log) from math.h are defined conditionally for WIN32 by k.h.

Solutions:

Related: