diff options
Diffstat (limited to 'results/scraper/fex/997')
| -rw-r--r-- | results/scraper/fex/997 | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/results/scraper/fex/997 b/results/scraper/fex/997 new file mode 100644 index 000000000..3ceb90666 --- /dev/null +++ b/results/scraper/fex/997 @@ -0,0 +1,20 @@ +Issue building on Manjaro Arm64 +Hey there, was trying to build this on Manjaro Arm64 but ran into this issue + +``` +[corey@corey-pi4 Build]$ CC=clang CXX=clang++ cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -DENABLE_LTO=True -DBUILD_TESTS=False -G Ninja .. +-- Checking for module 'libxxhash>=0.7.3' +-- Package dependency requirement 'libxxhash >= 0.7.3' could not be satisfied. +Package 'libxxhash' has version '', required version is '>= 0.7.3' +CMake Error at /usr/share/cmake-3.20/Modules/FindPkgConfig.cmake:556 (message): + A required package was not found +Call Stack (most recent call first): + /usr/share/cmake-3.20/Modules/FindPkgConfig.cmake:778 (_pkg_check_modules_internal) + CMakeLists.txt:108 (pkg_check_modules) + + +-- Configuring incomplete, errors occurred! +See also "/run/media/corey/47F22DEE70C10570/projects/FEX/Build/CMakeFiles/CMakeOutput.log". +``` + +I installed xxhash but it still thinks it's missing. \ No newline at end of file |