<html><head></head><body><div class="yahoo-style-wrap" style="font-family:Helvetica Neue, Helvetica, Arial, sans-serif;font-size:16px;"><div dir="ltr" data-setdir="false">Hi</div><div dir="ltr" data-setdir="false"><br></div><div dir="ltr" data-setdir="false">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:</div><div dir="ltr" data-setdir="false"><div><div><br></div><div>#include <QString></div>#include <QList><br>#include <QOpenGLBuffer><br>#include <QVector3D><br>#include <QOpenGLShaderProgram><br>#include <QColor></div><div><br></div><div dir="ltr" data-setdir="false"> Deploying the app as RPM package, I get the error:</div><div dir="ltr" data-setdir="false"><div>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" color:#aa0000;">Error: nothing provides libstdc++.so.6(CXXABI_1.3.8) needed by harbour-mathgraphica-0.1-1.armv7hl</span></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" color:#aa0000;">Finished transaction (status=2, runtime=408ms)</span></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" color:#000000;">Deploy failed</span></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600; color:#aa0000;">03:48:44: The process "/home/joao/.config/SailfishSDK/libsfdk/build-target-tools/Sailfish OS Build Engine/SailfishOS-3.2.1.20-armv7hl/deploy" exited with code 1.</span></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" color:#aa0000;">Error while building/deploying project harbour-mathgraphica (kit: SailfishOS-3.2.1.20-armv7hl (in Sailfish OS Build Engine))</span></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" color:#aa0000;">When executing step "RPM"</span></p></div><div><br></div><div dir="ltr" data-setdir="false">Deploying the app by copying binaries I get the error:<br></div><div dir="ltr" data-setdir="false"><div>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600; color:#0000aa;">04:08:47: Starting /opt/sdk/harbour-mathgraphica/usr/bin/harbour-mathgraphica ...</span></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" color:#aa0000;">/opt/sdk/harbour-mathgraphica/usr/bin/harbour-mathgraphica: /usr/lib/libstdc++.so.6: version `CXXABI_1.3.8' not found (required by /opt/sdk/harbour-mathgraphica/usr/bin/harbour-mathgraphica)</span></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600; color:#aa0000;">04:08:48: Application finished with exit code 1.</span></p></div><div><br></div><div dir="ltr" data-setdir="false">Building the RPM package for manual deployment works, but installing the binaries manually fails with an error.</div><div dir="ltr" data-setdir="false"><br></div><div dir="ltr" data-setdir="false">I have a Intex AguaFish with OS 3.0.1.11. the sdk I'm using has the version 3.0.7 with toolchain 3.2.1.20. They both should be compatible right ? Any ideias ?</div><div dir="ltr" data-setdir="false"><br></div><div dir="ltr" data-setdir="false">Cheers</div><div dir="ltr" data-setdir="false">João<br></div><div dir="ltr" data-setdir="false"><br></div><div><br></div></div><div dir="ltr" data-setdir="false"><br></div><div dir="ltr" data-setdir="false"><br></div></div></div><div dir="ltr" data-setdir="false"><br></div></div></body></html>