Re: [SailfishDevel] Error with libstdc++.so.6(CXXABI_1.3.8)

2020-04-05 Thread Martin Kampas
Hi, > You're using an SDK targeted at newer releases [...] More correctly it is the "built target" (under Qt Creator this corresponds to "kit") which is incompatible with your older Sailfish OS release. You can install build targets (as well as emulators) matching older Sailfish OS releases us

Re: [SailfishDevel] Error with libstdc++.so.6(CXXABI_1.3.8)

2020-04-04 Thread E.S. Rosenberg
You're using an SDK targeted at newer releases thus there is a mismatch between what is available on your phone and in the SDK. HTH, Eli Op zo 5 apr. 2020 om 06:34 schreef joao morgado via Devel < devel@lists.sailfishos.org>: > Hi > > I'm porting a C++/QML OpenGL app from android to Sailfish. I'm

[SailfishDevel] Error with libstdc++.so.6(CXXABI_1.3.8)

2020-04-04 Thread joao morgado via Devel
Hi I'm porting a C++/QML OpenGL app from android to Sailfish. I'm trying to isolate an error I got,  so I started adding class's one by one (not yet instanciating any object). One class that causes the error has the following includes: #include #include #include #include #include #include