You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 30, 2020. It is now read-only.
$ cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=release -DCMAKE_EXPORT_COMPILE_COMMANDS=YES
-- The CXX compiler identification is GNU 9.2.1
-- Check for working CXX compiler: /usr/lib64/ccache/c++
-- Check for working CXX compiler: /usr/lib64/ccache/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Using downloaded Clang
-- Downloading Clang 7.0.0 (https://releases.llvm.org/7.0.0/clang+llvm-7.0.0-x86_64-linux-gnu-ubuntu-14.04.tar.xz) ...
CMake Error at cmake/DownloadAndExtractClang.cmake:94 (message):
SHA256 hash of downloaded Clang does not match expected hash. Remove the
build directory and try running CMake again. If this keeps happening, file
an issue to report the problem.
Call Stack (most recent call first):
CMakeLists.txt:94 (download_and_extract_clang)
-- Configuring incomplete, errors occurred!
See also "/home/jnordwick/rdev/cquery/build/CMakeFiles/CMakeOutput.log".
I would try cloneing the repo again and starting from scratch. I'm running fedora 32 and once I fixed an include it worked fine for me. I did make a pr, but here is my fork with the fix: https://github.com/GabrielDeml/cquery/tree/FixedCompilingBug
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
here is what i get
The text was updated successfully, but these errors were encountered: