deptofdefense / AndroidTacticalAssaultKit-CIV

Other
32 stars 14 forks source link

STL Soft not linked (4.5.1.8) #251

Open ahmadnav opened 2 years ago

ahmadnav commented 2 years ago

It seems like there are specific calls to -I ~/.conan/data/ttp-dist/2.5.1///package/bdd00c8a3ef59268927e0996e6b80621c784dfba/android-arm64-v8a-release/include/libxml2 and to other libraries in conan linking to aarch64-linux-android-g++ but not ./data/stl-soft/ which causes a fatal error: platformstl/platformstl.h: No such file or directory

av-mario commented 2 years ago

I solved this issue by linking the STL-soft library by hand (see here)

Make sure to restart the terminal after you edit ~/.bashrc using exec bash.

mohdnr commented 1 year ago

The command to do what av-mario suggested is: export CPLUS_INCLUDE_PATH=$CPLUS_INCLUDE_PATH:/path/to/stl-soft/include