Vivek

Results 18 comments of Vivek

Hi Guys, I came across this same issue while building g2o for arm64-v8a (on Android) using CMake based ndk-toolchain. For me this issue was coming while compiling the csparse solver....

@zzy0713 @swxind I was able to cross-compile for Android using the **ndk** provided CMake Toolchain file. This file is located in the following path on my Ubuntu system **~/Android/Sdk/ndk/VERSION_NUMBER/build/cmake/android.toolchain.cmake**

I wonder if this has anything to do with issue [248](https://github.com/RainerKuemmerle/g2o/issues/248)?

Hi, I've successfully compiled CHOLMOD from [here](https://github.com/DrTimothyAldenDavis/SuiteSparse). This lib uses a Make based build and ndk-build can be used after modifying the Makefile into **Android.mk** and adding a **Application.mk** Just...

I suspect this is related to [issue 248](https://github.com/RainerKuemmerle/g2o/issues/248). When I was building branch : 20200420_git for a 64 bit system (arm64-v8a) I encountered this same error.

Rotation and flipping are immensely useful operations. Please make it happen!

@blastrock I used your workaround. Thanks. This error still exists in 0.10.8 Its so frustrating when [wiki examples don't run](https://github.com/Kotlin/anko/wiki/Anko-Commons-–-Dialogs#Alerts). I hope this error receives attention of the developers and...

``` import pydart2 as pydart Traceback (most recent call last): File "", line 1, in File "/usr/local/lib/python3.5/dist-packages/pydart2/__init__.py", line 5, in from . import pydart2_api as papi ImportError: cannot import name...

Update: - Building separate version didn't work out so far. - *Surprisingly* there is a pre-build `pangolin.lib` supplied inside the `bin` directory within Pangolin module and it worked. So now...