[Interest] Qt 6.2.2 Webassembly - sign conversion errors

Axel Spoerl axel at spoerls.net
Tue Dec 28 09:06:12 CET 2021


Lorn, spot on, thank you!
Reason for the host include path being added was that boost_system is needed 
by the application. That, of course, can be handled differently.
Issue is solved.

Am Dienstag, 28. Dezember 2021, 00:57:14 CET schrieb Lorn Potter:
> On 23/12/2021 1:07 AM, Axel Spoerl wrote:
> > /cmath:317:9: error: no member named 'signbit' in the global namespace;
> > did you mean '__signbit'?
> > 
> > using ::signbit;
> > 
> >        ~~^
> > 
> > /usr/include/bits/mathcalls-helper-functions.h:25:20: note: '__signbit'
> > declared here
> 
> Emscripten does not include this file mathcalls-helper-functions.h, I
> think host include paths are getting added when they should not.






More information about the Interest mailing list