[Interest] Qt 6.2.2 Webassembly - sign conversion errors
Thiago Macieira
thiago.macieira at intel.com
Thu Dec 23 13:39:42 CET 2021
On Wednesday, 22 December 2021 13:39:24 -03 Axel Spoerl wrote:
> I using Qt 6.2.2 on OpenSuSE Leap 15.3. and emscripten version 2.0.14 as
> required according to the documentation. If I install and activate the
> current latest version (i.e. 3.0.1) of emsdk, I get exactly the same
> errors.
Qt is not relevant here. Your C and C++ libraries are incompatible, or you're
using flags that cause them to be so.
Make sure a simple C++ #include <cmath> works in C++17 mode. Once that works,
we can talk.
--
Thiago Macieira - thiago.macieira (AT) intel.com
Software Architect - Intel DPG Cloud Engineering
More information about the Interest
mailing list