-
-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
Build error in Setup.sh: Compiling libc++ #5886
Comments
I fixed this issue by adding a symbolic link But now I get an issue when compiling libc++ during "Performing test LLVM_LIBSTDCXX_MIN"
I am going to try to manually build this |
Try to use the requirements for Ubuntu 18.04
maybe it helps to add this line to your .bashrc file
|
This happens because the files in Util/BuildTools still use clang8, replace clang 8 with clang 10 manually. Also llvm 8 with llvm 10 |
I had the same error and solve this. refer to and you don't have to change 'LLVM_BASENAME' |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
CARLA version: 0.9.13 dev and master
Platform/OS: Ubuntu 20.04
Problem you have experienced: build error on Setup.sh Compiling libc++
What you expected to happen: Build with no error
Steps to reproduce: Fresh install on Ubuntu 20.04 and follow the Carla install from source docs
Other information:
In the master branch I changed all mentions of clang-8 and clang++-8 to 10 in Setup.sh, BuildPythonAPI.sh and BuildOSM2ODR.sh. For both that and dev I get the following error
Seems like there is an issue with clang being 10 and llvm being 8. I tried changing LLVM_BASENAME to llvm-10.0 on line 61 of Util/BuildTools/Setup.sh but got the same error. I used a completely clean install of Ubuntu 20.04 after other issues.
Any help would be appreciated.
The text was updated successfully, but these errors were encountered: