<div>Hi,</div><div>I have not tried using the latest release but following could help you move forward. Looks like Qt is not built with STL support.</div><div>Basically you need build Qt with STL support. I assume it is missing so...</div>
<div>-- Add -stl (I like making it explicit) to configure line in android/androidconfigbuild.sh</div><div>-- Edit mkspec/android-g++/qmake.conf to link with gnustl_static library</div><div> QMAKE_LIBS += -lgnustl_static</div>
<div>-- Rebuild Qt libs and than try compiling your application with those libs</div><div><br></div><div>You need to make sure that your NDK version has gnustl_static lib. I do not know which NDK version the latest installer comes with but you can always use latest.</div>
<div><br></div><div>-Kushal</div><div>
<br><br><div class="gmail_quote">On Thu, Aug 16, 2012 at 4:06 PM, Marco Bernasocchi <span dir="ltr"><<a href="mailto:marco@bernawebdesign.ch" target="_blank">marco@bernawebdesign.ch</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi all, testing the latest release i get:<br>
- QGIS/src/core/qgslogger.cpp:229:28: error: 'class QString' has no<br>
member named 'toStdString'<br>
- error: 'map' is not a member of 'std'<br>
- error: 'list' in namespace 'std' does not name a type<br>
- more simlars.<br>
<br>
any info?<br>
ciao<br>
<span class="HOEnZb"><font color="#888888">--<br>
Marco Bernasocchi<br>
<a href="http://opengis.ch" target="_blank">http://opengis.ch</a><br>
_______________________________________________<br>
Necessitas-devel mailing list<br>
<a href="mailto:Necessitas-devel@kde.org">Necessitas-devel@kde.org</a><br>
<a href="https://mail.kde.org/mailman/listinfo/necessitas-devel" target="_blank">https://mail.kde.org/mailman/listinfo/necessitas-devel</a><br>
</font></span></blockquote></div><br></div>