-
make PythonAPI You are in 'detached HEAD' state. You can look around, make experimental If you want to create a new branch to retain commits you create, you may git checkout -b HEAD is now at 260273d Correct descriptor boost_1_80_0.tar.gz 100%[===================>] 130.34M 10.6MB/s in 13s 2024-10-26 08:39:44 (9.99 MB/s) - ‘boost_1_80_0.tar.gz’ saved [136670223/136670223] Elapsed Time downloading from boost webpage: 13 seconds Using 'clang' toolset.Ubuntu clang version 11.0.1-2~18.04.sav0
Bootstrapping is done. To build, run:
To generate header files, run:
The configuration generated uses clang to build by default. If that is Further information:
/media/y/e/carla-ue4-dev/Build/boost-1.80.0-c10-source/tools/build/src/tools/common.jam:1140: in common.find-compiler from module common Util/BuildTools/Linux.mk:142: recipe for target 'setup' failed |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
set this to the folder location of your cloned unreal engine, do not just copy paste and run |
Beta Was this translation helpful? Give feedback.
set this to the folder location of your cloned unreal engine, do not just copy paste and run
there are no error codes when you do this, the error comes after running make.
after this you may run into a bad head error, try:
the error occurred because of #CARLA_VERSION=$(get_git_repository_version) in line 878 of Setup.sh .
change it to your Carla version and it would be work.
I've changed it to CARLA_VERSION="0.9.15"