Recent build issue with DT.... (Solved)

Anyone have this issue when trying to build recently …

I will dig deeper on my end if I am the only one…

C:/msys64/home/user/darktable/src/common/math.h: In function ‘void downscale_vector(float*, float)’
:
C:/msys64/home/user/darktable/src/common/math.h:267:46: error: ‘isnan’ was not declared in this sco
pe; did you mean ‘std::isnan’?
267 | const int valid = (scaling > NORM_MIN) && !isnan(scaling);
| ^~~~~
| std::isnan
compilation terminated due to -Wfatal-errors.
[83/941] Building CXX object lib/darktable/rawsp…brawspeed/decompressors/JpegDecompressor.cpp.obj
ninja: build stopped: subcommand failed.

Building on WIndows…

The nightly build is building fine…

Try w/ a clean build directory.

Thx that was my first thing I tried…no worries Likely something on my end