AndroidTacticalAssaultKit-CIV icon indicating copy to clipboard operation
AndroidTacticalAssaultKit-CIV copied to clipboard

STL Soft not linked (4.5.1.8)

Open ahmadnav opened this issue 3 years ago • 2 comments

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

ahmadnav avatar Sep 12 '22 18:09 ahmadnav

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.

av-mario avatar Nov 11 '22 12:11 av-mario

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

mohdnr avatar May 25 '23 02:05 mohdnr