Skip to content
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

Rebuild Error #23

Closed
zmonoid opened this issue Nov 15, 2017 · 4 comments
Closed

Rebuild Error #23

zmonoid opened this issue Nov 15, 2017 · 4 comments

Comments

@zmonoid
Copy link

zmonoid commented Nov 15, 2017

When running UE4_ROOT=~/UnrealEngine_4.17 ./Rebuild.sh

It will produce such error:

Using bundled libc++ standard C++ library.
Using fast way to relink  circularly dependent libraries (no FixDeps).
Performing 11 actions (8 in parallel)
[1/11] Compile PCH.CarlaUE4.h
[3/11] Compile Module.Carla.gen.cpp
[2/11] Compile Module.Carla.cpp
[4/11] Link libUE4Editor-Carla.so
clang: error: no such file or directory: '/home/bzhou/Github/carla/Unreal/CarlaUE4/Plugins/Carla/CarlaServer/lib/libc++abi.a'
clang: error: no such file or directory: '/home/bzhou/Github/carla/Unreal/CarlaUE4/Plugins/Carla/CarlaServer/lib/libboost_system.a'
clang: error: no such file or directory: '/home/bzhou/Github/carla/Unreal/CarlaUE4/Plugins/Carla/CarlaServer/lib/libprotobuf.a'
clang: error: no such file or directory: '/home/bzhou/Github/carla/Unreal/CarlaUE4/Plugins/Carla/CarlaServer/lib/libcarlaserver.a'
[5/11] Compile CarlaUE4GameModeBase.gen.cpp
[6/11] Compile CarlaUE4.init.gen.cpp
[7/11] Compile CarlaMapGenerator.gen.cpp
[8/11] Compile CarlaUE4GameModeBase.cpp
[9/11] Compile CarlaUE4.cpp
[10/11] Compile CarlaMapGenerator.cpp

I tried to find *.a files and softlink to corresponding folders but still produce this error

@nsubiron
Copy link
Collaborator

It seems like the Setup.sh script failed to compile the dependencies. Can you run Setup.sh again and post the output?

@ecatixtsc
Copy link

When running make launch the following error occurs:

-[install_boost]: [B2 ERROR] An error ocurred while installing using "b2.exe".
-[install_boost]: Exiting with error...

Thanks

@marcgpuig
Copy link
Contributor

@ecatixtsc try the new branch marcgpuig/windows_build.

@Rajshah05
Copy link

When running UE4_ROOT=~/UnrealEngine_4.17 ./Rebuild.sh

I am getting this error

bash: ./Rebuild.sh: No such file or directory

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants