Created attachment 113822 [details] Patch Hello I can't compile current master of krita. I wrote a patch. The issue is that for me isnan from Vc gets called in kis_gauss_rect_mask_generator.cpp line 103 instead of the one from the std. Resulting in a compilation error.
what version of gcc are you on? I had the same issue earlier and upgraded my version to 6.4. I think I was on 5.3 previously
Yes I have gcc 5.4 it's the current stable in Funtoo Linux, the other versions are masked. I try to upgrade my gcc but really don't like it compared to simply using the correct namespace :)
Assigning this to ghevan/ivanyossi who touched this code.
Git commit 3d0e377ca6d53c48f8a5b4f8944f93f4a9001172 by Boudewijn Rempt. Committed on 10/07/2018 at 12:52. Pushed by rempt into branch 'master'. Use std::isnan instead of bare isnan Patch by Pierre Geier. M +1 -1 libs/image/kis_gauss_rect_mask_generator.cpp https://commits.kde.org/krita/3d0e377ca6d53c48f8a5b4f8944f93f4a9001172