Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Sequoyah » Sequoyah with NDK on ArchLinux can't find std::String
Sequoyah with NDK on ArchLinux can't find std::String [message #741560] Wed, 19 October 2011 16:43
Cory Johannsen is currently offline Cory JohannsenFriend
Messages: 1
Registered: October 2011
Junior Member
I have Sequoyah installed into Eclipse Indigo on an ArchLinux 32-bit OS install. I have the Android NDK and SDK installed (/opt/android-ndk and /opt/android-sdk), and the ADT installed into Indigo. Everything is happy, and I enabled Android Native Development on my Android project.

When I #include <string> and attempt to create a std::string variable in a class in my project, the compiler and indexer cannot locate the definition.

I have configured my Application.mk with the following:
APP_CPPFLAGS += -fexceptions
APP_STL := gnustl_static

But the tools still cannot locate the STL classes.

Has anyone got this working?

[Updated on: Wed, 19 October 2011 16:44]

Report message to a moderator

Previous Topic:Cannot resolve source files
Next Topic:Translator services
Goto Forum:
  


Current Time: Sat May 04 04:04:37 GMT 2024

Powered by FUDForum. Page generated in 0.03362 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top