summary refs log tree commit diff stats
path: root/results/scraper/fex/997
blob: 3ceb9066623c96c87f73e4de28d9fafbc11e678c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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.