Open iscanGH opened 2 years ago
Getting the same error.
same error here
same error here ,how to solve
same error here, no solution?
same error, I used clang-10, also failed
One possible solution is to use clang 8 instead. Remember to remove "deb http://apt.llvm.org/xenial/ llvm-toolchain-xenial-8 main" from /etc/apt/sources.list, or you will be unable to install clang 8 in 20.04
got the same error, I am using clang-10, According to guide clang-10 is support in 20.04 for carla.
I solved this problem by adding 'carla::streaming::low_level' before every ambiguous 'Server' and 'Client'. Actually, it refers to confusion about the definitions of 'Server' and 'Client' since it introduces several definitions in this test_streaming.cpp file. So, give it a namespace to specify the definition that it needs to call.
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.
same error here, no solution?
Platform/OS: Ubuntu 20.04 clang: 8 Problem: ninja: build stopped: subcommand failed when running $ make PythonAPI to build Carla
Output looks like:
I guess the problem is that I had installed clang 11, but I cannot install clang 8 as I get following error
The following packages have unmet dependencies: clang-8 : Depends: libllvm8 (>= 1:8~svn298832-1~) but it is not going to be installed Depends: libclang-common-8-dev (= 1:8.0.1+svn369350-1~exp1~20200114191400.80) but it is not going to be installed Depends: libclang1-8 (= 1:8.0.1+svn369350-1~exp1~20200114191400.80) but it is not going to be installed Recommends: llvm-8-dev but it is not going to be installed lld-8 : Depends: libllvm8 (= 1:8.0.1+svn369350-1~exp1~20200114191400.80) but it is not going to be installed E: Unable to correct problems, you have held broken packages.
Any hint & advice on how can I fix it would be really appreciated