Nicholas Rader

Results 5 issues of Nicholas Rader

### Describe the issue CMake Quickstart: When building per instructions, after exectuting: cmake -S . -B build "CMake Warning (dev) at /usr/share/cmake-3.24/Modules/FetchContent.cmake:1267 (message): The DOWNLOAD_EXTRACT_TIMESTAMP option was not given and...

https://codelabs.developers.google.com/codelabs/while-in-use-location#4 Dependency 'androidx.appcompat:appcompat:1.4.1' requires 'compileSdkVersion' to be set to 31 or higher. Compilation target for module ':base' is 'android-30' 'androidx.core:core-ktx:1.7.0', 'androidx.localbroadcastmanager:localbroadcastmanager:1.1.0', 'androidx.appcompat:appcompat-resources:1.4.1', 'androidx.emoji2:emoji2-views-helper:1.0.0', 'androidx.emoji2:emoji2:1.0.0', 'androidx.core:core:1.7.0', 'androidx.lifecycle:lifecycle-process:2.4.0', 'androidx.lifecycle:lifecycle-runtime:2.4.0' Unclear what these...

Building protobuf with '--parallel' parameter causes computer to freeze and shell to crash. Using 'n-1' threads that your cpu supports seems to avoid google crashing the shell. Tried building protobuf...

Documentation, https://github.com/cpp-sc2/cpp-sc2/blob/master/docs/building.md#linux-cmdline , shows building using parameter `--parallel`. This can cause shell to lockup when building protobuf. `Building CXX object _deps/protobuf-build/CMakeFiles/libprotobuf.dir/src/google/protobuf/compiler/subprocess.cc.o` Workaround to pass 'n-1' threads your cpu supports to...

**Workaround** Copy maps folder in project to maps folder in Windows https://aiarena.net/wiki/maps/ -------------------------------------------------- Map paths problem. Not sure how he got it to work? https://github.com/cpp-sc2/cpp-sc2/commit/670972075050fe905f9cef8ec8f377a7ae01342b#diff-af936db1633489b017d1e45a55448545529ebc354aeb40eda83af5db7317a6e1R161 Error: ``` root@DESKTOP-4EN0ECU:~/cpp-sc2# ./build/bin/all_tests.exe Running...