Menu

Android compilation using stlport_static

Anonymous
2014-05-13
2014-05-13
  • Anonymous

    Anonymous - 2014-05-13

    Hi,

    just a short comment since I tried compiling the Lib on Android with the stlport_static STL (NDK9). In Geocentric.hpp and LocalCartesian.hpp, you use "copy" for vector copying. Because "std::" is missing, the compiler does not accept it. I had to change it to "std::copy" to make it work. Probably this does not hurt and could go into a new release later?

    Cheers
    Clemens

     
  • Charles Karney

    Charles Karney - 2014-05-13

    Thanks for the report. Indeed, these should include "std::". This will
    go into the next release (expect it in a week or so).

    --Charles

     

Anonymous
Anonymous

Add attachments
Cancel