bug#43579: g++ does not provide std::fegetround

2025-01-27 Thread skalman
For those who faces this issue and ends up here. The solution that worked for me was to do this before running make: ``` $ export CPLUS_INCLUDE_PATH=/home/user/.guix-profile/include/ ``` It somehow removes the toxic headers from the reach of the toolchain. I guess it dependes what you have instal

bug#43579: g++ does not provide std::fegetround

2025-01-26 Thread skalman
This issue is preventing me to use guix to do c++ developement on projects using boost test module. Is there a way around it so I can use my machine for compiling these projects (I mean how does guix itself compile boost otherwise)? ``` In file included from libs/test/src/execution_monitor.cpp:16: