On 18/04/21 23:38 -0700, Luya Tshimbalanga wrote:

On 2021-04-15 6:33 a.m., Jonathan Wakely wrote:

The error for this build is completely different to the errors you
showed above:
/builddir/build/BUILD/LuxCore-luxcorerender_v2.5/include/luxrays/utils/utils.h:40:18: error: 'std::std' has not been declared
   40 | #define isinf(f) std::isinf(f)
      |                  ^~~

That's a bug in the source package.

What will be the suggestion to address that issue before contacting upstream luxcorerender?

Replace the silly macro above with something like:

using std::isinf;
_______________________________________________
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure

Reply via email to