robiwan

Forum Replies Created

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • in reply to: Android executable CMake import #16035
    robiwan
    Participant

    Thanks, I’m now having a problem. VisualGDB seems to include a lot of c/cpp files that are not present in the solution, leading to a lot of multiply defined symbols, the ones I have problems with are related to googletest/googlemock. F.i. I have

    1>[armeabi-v7a] Compile++ thumb: AndroidProject1 <= gmock-all.cc

    but gmock-all.cc is nowhere to be found in the solution folder, but it is present in the Android.mk file, which is generated by VisualGDB.

     

    in reply to: Android executable CMake import #13607
    robiwan
    Participant

    Ok, imported all files, now I seem to have a problem with all STL #include <…>  directives, adding #include <algorithm> gives:

    1>C:\Users\robi\source\repos\AndroidProject1\AndroidProject1\jni\AndroidProject1.c(3,10): error : ‘algorithm’ file not found

    Ideas ?

    EDIT: Ok, I missed to set toolchain and c++ library 🙂

    in reply to: Android executable CMake import #13541
    robiwan
    Participant

    Thanks, there are a lot of files to add though, that’s why I was hoping for CMake support 🙂 Is this planned for the future ?

    in reply to: Android executable CMake import #13516
    robiwan
    Participant

    In this case a stand-alone command-line Android tool (built in C++), I’m also interested in setting up unit tests, but that’s later.

    in reply to: Android executable CMake import #13502
    robiwan
    Participant

    Ok, sounds interesting, although I’m not sure how to (don’t know which Android project type I need to select f.i.), can you show roughly the steps I need to take ?

    in reply to: VirtualKD on VBox 4.2 #2051
    robiwan
    Participant

    +1…

    in reply to: VisualDDK compatibilty with Visual Studio 2012 #2174
    robiwan
    Participant

    +1…

Viewing 7 posts - 1 through 7 (of 7 total)