-
Notifications
You must be signed in to change notification settings - Fork 991
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cannot compile librocksdb-sys v5.11.3 under WSL #1189
Comments
And this is the stacktrace with clang-3.9
|
Hello,
Maybe this specific version of clang is needed? About the error that I get now, don't know if it's the same issue or if I should open a new one. |
I tried again this time with Ubuntu 18.04 and I am getting a different error:
commit: 8c0bc01 |
rocksdb is gone on testnet3 branch, so this issue should go away shortly... going to close this, but please get in touch on the gitter channel if you need more help compiling |
I see this same issue on testnet3 branch. The problem seems to be the version of the clang compiler. I get compile errors when using clang 3.8 on ubunto 16. After updating to clang 6 everything compilers fine. sudo apt-get install libclang-6.0-dev clang-6.0 |
Update build docs to specify minimum clang version needed - see mimblewimble#1189
Mmmh there shouldn't be any dependency against rocksdb in T3... |
I get the following error when trying to build on WSL (Ubuntu 14.04)
current commit: 3439041
rust version: rustc 1.27.0 (3eda71b00 2018-06-19)
clang version:
but I have also tried with clang-3.9 as suggested in #584 and I get the same error.
I have installed
linux-headers
.Any help much appreciated.
The text was updated successfully, but these errors were encountered: