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@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe send an email to devel-leave@xxxxxxxxxxxxxxxxxxxxxxx
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@xxxxxxxxxxxxxxxxxxxxxxx
Do not reply to spam on the list, report it: https://pagure.io/fedora-infrastructure