Linux UE4 Install: make: *** [ShaderCompileWorker] Error 5

Trying to compile UE4 on my Ubuntu system. Getting this error when running:

make SlateViewer ShaderCompileWorker UnrealLightmass UnrealPak UE4Editor

Here is the error message:

-------- End Detailed Actions Stats -----------------------------------------------------------
ERROR: UBT ERROR: Failed to produce item: UnrealEngine/Engine/Binaries/Linux/libShaderCompileWorker-ShaderFormatOpenGL.so
Cumulative action seconds (4 processors): 0.00 building projects, 0.00 compiling, 0.00 creating app bundles, 0.00 generating debug info, 0.11 linking, 0.00 other
UBT execution time: 4.23 seconds
make: *** [ShaderCompileWorker] Error 5

In the end I needed to make symbolic links for CLang 3.5
$ ln -s /usr/bin/clang-3.5 /usr/bin/clang
$ ln -s /usr/bin/clang+±3.5 /usr/bin/clang++

I get an error when I try to run that:

root@pye-2:/home/flotts/Desktop/UnrealEngine# ln -s /usr/bin/clang-3.5 /usr/bin/clang $ ln -s /usr/bin/clang+±3.5 /usr/bin/clang++
ln: target ‘/usr/bin/clang++’ is not a directory

It’s always something when I try to install stuff. I never have smooth installations.

Hey-

What error were you receiving before trying EMStudios’ solution for this problem? What engine version are you trying to use that you’re having install issues with? Let me know if the steps in this wiki help getting the engine steup for you: A new, community-hosted Unreal Engine Wiki - Announcements - Epic Developer Community Forums

Cheers