I've got the basic 'storemanager' app from the rhodes tutorial running fine
on one computer, but really want to do my development on another. On
the second, when running rake run:android, it runs for a little
while and spews lots of stuff to the screen and eventually spits out
the following...
/home/user/.rvm/gems/ruby-1.9.2-p180/gems/rhodes-3.3.1/platform/ android/../shared/stlport/stlport/stl/_string.h:631: instantiated from 'stlpmtx_std::basic_string<_CharT, _Traits, _Alloc>& stlpmtx_std::basic_string<_CharT, _Traits, _Alloc>::append(const _CharT*, typename stlp_priv::_String_base<_CharT, _Alloc>::size_type) [with _CharT = char, _Traits = stlpmtx_std::char_traits, _Alloc = stlpmtx_std::allocator]' platform/shared/json/JSONIterator.cpp:308: instantiated from here /home/user/.rvm/gems/ruby-1.9.2-p180/gems/rhodes-3.3.1/platform/ android/../shared/stlport/stlport/stl/_construct.h:121: error: no matching function for call to 'operator new(unsigned int, char*&)' :0: note: candidates are: void* operator new(unsigned int)
.. and then returns to the command line.
Both machines are using RVM and using the exact same version of Ruby
(1.9.2-p180). Both have the same verson of the JDK (java-6-openjdk).
Both have the same Android SDK and NDK. Both have an AVD pointed to
the same Target API (15). The first one opens the Android emulator
just fine and I'm able to run the bare bones storemanager app. The
second, throws the above error several seconds after running rake
run:android.
Any clue what I might have missed or done wrong?