carla
carla copied to clipboard
make package not working
CARLA version 0.9.13 Platform: Ubuntu 18.04
I have been trying to build CARLA from source for past almost a week now and everything works fine until the "make package" command. The command does not give an error but gets stuck infinitely at the following step:
LogInit: Display: LogScript: Warning: Script Msg: A null object was passed as a world context object to UEngine::GetWorldFromContextObject(). LogInit: Display: LogScript: Warning: Script Msg: A null object was passed as a world context object to UEngine::GetWorldFromContextObject(). LogInit: Display: LogInit: Display: 1101LogInit: Display: Success - 0 error(s), 6 warning(s) LogInit: Display: Success - 0 error(s), 6 warning(s) LogInit: Display: Execution of commandlet took: 4.22 seconds LogInit: Display: Execution of commandlet took: 4.22 seconds LogShaderCompilers: Display: Shaders left to compile 0 LogHttp: Display: cleaning up 0 outstanding Http requests. LogContentStreaming: Display: There are 1 unreleased StreamingManagers
If I stop the compilation manually I get the following message:
Util/BuildTools/Linux.mk:16: recipe for target 'package' failed make: *** [package] Terminated Terminated
I have tried all the possible existing issues on this topic and their solutions and none of them seems to be working.