Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Im getting some build errors relating to the “isnan()” predicate. How can I prevent these errors?

build errors predicate relating
0
Posted

Im getting some build errors relating to the “isnan()” predicate. How can I prevent these errors?

0

This probably means that your compiler is not fully C99-compliant. The isnan() predicate is defined in the standard header math.h in a C99-compliant system, but other systems may lack this predicate. You can make the errors go away by editing bebop_make/options. Find the line in bebop_make/options that says USE_ISNAN=1 and change the 1 to 0, so that it says USE_ISNAN=0 Then rebuild the two libraries (bebop_util first, and then sparse_matrix_converter) from scratch.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123