deptofdefense / AndroidTacticalAssaultKit-CIV

Other
900 stars 321 forks source link

Gradle can't find stlsoft #305

Closed sealfoss closed 1 year ago

sealfoss commented 1 year ago

I've placed the stlsoft folder in following locations, per instructions found in BUILDING.md

AndroidTacticalAssaultKit-CIV/stlsoft
AndroidTacticalAssaultKit-CIV-master/takengine/thirdparty/stlsoft

However at build time, I get the following error:

2023-07-06T14:41:32.960-0400 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter]   ../../../../src/main/cpp/raster/gdal/GdalLibrary.cpp:4:43: fatal error: platformstl/filesystem/path.hpp: No such file or directory
2023-07-06T14:41:32.960-0400 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter]    #include <platformstl/filesystem/path.hpp>

Is there a CMakeLists.txt file somewhere I should be updating? Any help is appreciated, thanks in advance.

sealfoss commented 1 year ago

Nuked my local repository and tried again. Whatever the problem was, it went away.