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



_______________________________________________
Interest mailing list
Interest@qt-project.org
https://lists.qt-project.org/listinfo/interest

Reply via email to