Hello, anyone faced with this problem, all the packages are installed, using clang 3.7, I tried on clean system(Fedora 23) follow steps by the tutorial, but result is the same.
==> BuildHLSLCC
********** SUCCESS ****************
[root@localhost UE4]# ./GenerateProjectFiles.sh
Setting up Unreal Engine 4 project files...
+ xbuild Source/Programs/UnrealBuildTool/UnrealBuildTool.csproj /verbosity:quiet /nologo /p:TargetFrameworkVersion=v4.5 /p:Configuration=Development
+ mono Binaries/DotNET/UnrealBuildTool.exe -makefile -kdevelopfile -qmakefile -cmakefile -codelitefile
Generating data for project indexing... 100%
Generating data for project indexing... 100%
Generating data for project indexing... 100%
Generating data for project indexing... 100%
Writing project files... 100%
+ set +x
[root@localhost UE4]# make CrashReportClient ShaderCompileWorker UnrealLightmass UnrealPak UE4Editor
bash "/home/krama/UE4"/Engine/Build/BatchFiles/Linux/Build.sh CrashReportClient Linux Development
Building CrashReportClient...
Using clang version '3.7.0' (string), 3 (major), 7 (minor), 0 (patch)
Creating makefile for CrashReportClient (no existing makefile)
Performing full C++ include scan (no include cache file)
Building UnrealHeaderTool...
Using clang version '3.7.0' (string), 3 (major), 7 (minor), 0 (patch)
Creating makefile for UnrealHeaderTool (no existing makefile)
Performing full C++ include scan (no include cache file)
Performing 20 actions (4 in parallel)
[2/20] Compile Module.Json.cpp
[1/20] Compile CorePrivatePCH.h
[4/20] Compile Module.CoreUObject.1_of_4.cpp
[3/20] Compile Module.Projects.cpp
[5/20] Compile Module.Core.7_of_7.cpp
[6/20] Compile Module.Core.6_of_7.cpp
[7/20] Compile Module.Core.5_of_7.cpp
[8/20] Compile Module.Core.4_of_7.cpp
[9/20] Compile Module.Core.3_of_7.cpp
[10/20] Compile Module.Core.2_of_7.cpp
[11/20] Compile Module.Core.1_of_7.cpp
[12/20] Compile Module.CoreUObject.3_of_4.cpp
[13/20] Compile Module.CoreUObject.4_of_4.cpp
[14/20] Compile Module.CoreUObject.2_of_4.cpp
[15/20] Link libUnrealHeaderTool-Core.so
[16/20] Link libUnrealHeaderTool-Json.so
[17/20] Link libUnrealHeaderTool-Projects.so
[18/20] Compile Module.UnrealHeaderTool.cpp
[19/20] Link libUnrealHeaderTool-CoreUObject.so
[20/20] Link UnrealHeaderTool
-------- End Detailed Actions Stats -----------------------------------------------------------
Total build time: 455.67 seconds
Parsing headers for CrashReportClient
Running UnrealHeaderTool CrashReportClient "/home/krama/UE4/Engine/Intermediate/Build/Linux/B4D820EA/CrashReportClient/Development/UnrealHeaderTool.manifest" -LogCmds="loginit warning, logexit warning, logdatabase error" -Unattended -WarningsAsErrors -NoEnginePlugins
Refusing to run with the root privileges.
Error: Failed to generate code for CrashReportClient - error code: CrashOrAssert (3)
UnrealHeaderTool failed for target 'CrashReportClient' (platform: Linux, module info: /home/krama/UE4/Engine/Intermediate/Build/Linux/B4D820EA/CrashReportClient/Development/UnrealHeaderTool.manifest).
Makefile:268: recipe for target 'CrashReportClient' failed
make: *** [CrashReportClient] Error 3
Here is “UnrealHeaderTool.manifest”
{"IsGameTarget":false,"RootLocalPath":"/home/krama/UE4","RootBuildPath":"/home/krama/UE4/","TargetName":"CrashReportClient","Modules":[{"Name":"CoreUObject","ModuleType":"Runtime","BaseDirectory":"/home/krama/UE4/Engine/Source/Runtime/CoreUObject","IncludeBase":"/home/krama/UE4/Engine/Source/Runtime/CoreUObject","OutputDirectory":"/home/krama/UE4/Engine/Intermediate/Build/Linux/B4D820EA/CrashReportClient/Inc/CoreUObject","ClassesHeaders":["/home/krama/UE4/Engine/Source/Runtime/CoreUObject/Classes/Object.h"],"PublicHeaders":[],"PrivateHeaders":[],"PCH":"/home/krama/UE4/Engine/Source/Runtime/CoreUObject/Private/CoreUObjectPrivate.h","GeneratedCPPFilenameBase":"/home/krama/UE4/Engine/Intermediate/Build/Linux/B4D820EA/CrashReportClient/Inc/CoreUObject/CoreUObject.generated","SaveExportedHeaders":true,"UHTGeneratedCodeVersion":"None"},{"Name":"InputCore","ModuleType":"Runtime","BaseDirectory":"/home/krama/UE4/Engine/Source/Runtime/InputCore","IncludeBase":"/home/krama/UE4/Engine/Source/Runtime/InputCore","OutputDirectory":"/home/krama/UE4/Engine/Intermediate/Build/Linux/B4D820EA/CrashReportClient/Inc/InputCore","ClassesHeaders":["/home/krama/UE4/Engine/Source/Runtime/InputCore/Classes/InputCoreTypes.h"],"PublicHeaders":[],"PrivateHeaders":[],"PCH":"/home/krama/UE4/Engine/Source/Runtime/InputCore/Private/InputCorePrivatePCH.h","GeneratedCPPFilenameBase":"/home/krama/UE4/Engine/Intermediate/Build/Linux/B4D820EA/CrashReportClient/Inc/InputCore/InputCore.generated","SaveExportedHeaders":true,"UHTGeneratedCodeVersion":"None"},{"Name":"SlateCore","ModuleType":"Runtime","BaseDirectory":"/home/krama/UE4/Engine/Source/Runtime/SlateCore","IncludeBase":"/home/krama/UE4/Engine/Source/Runtime/SlateCore","OutputDirectory":"/home/krama/UE4/Engine/Intermediate/Build/Linux/B4D820EA/CrashReportClient/Inc/SlateCore","ClassesHeaders":[],"PublicHeaders":["/home/krama/UE4/Engine/Source/Runtime/SlateCore/Public/Fonts/CompositeFont.h","/home/krama/UE4/Engine/Source/Runtime/SlateCore/Public/Fonts/FontBulkData.h","/home/krama/UE4/Engine/Source/Runtime/SlateCore/Public/Fonts/FontCache.h","/home/krama/UE4/Engine/Source/Runtime/SlateCore/Public/Fonts/FontProviderInterface.h","/home/krama/UE4/Engine/Source/Runtime/SlateCore/Public/Fonts/SlateFontInfo.h","/home/krama/UE4/Engine/Source/Runtime/SlateCore/Public/Input/Events.h","/home/krama/UE4/Engine/Source/Runtime/SlateCore/Public/Input/NavigationReply.h","/home/krama/UE4/Engine/Source/Runtime/SlateCore/Public/Layout/Geometry.h","/home/krama/UE4/Engine/Source/Runtime/SlateCore/Public/Layout/Margin.h","/home/krama/UE4/Engine/Source/Runtime/SlateCore/Public/Sound/SlateSound.h","/home/krama/UE4/Engine/Source/Runtime/SlateCore/Public/Styling/SlateBrush.h","/home/krama/UE4/Engine/Source/Runtime/SlateCore/Public/Styling/SlateColor.h","/home/krama/UE4/Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h","/home/krama/UE4/Engine/Source/Runtime/SlateCore/Public/Styling/SlateWidgetStyle.h","/home/krama/UE4/Engine/Source/Runtime/SlateCore/Public/Styling/SlateWidgetStyleAsset.h","/home/krama/UE4/Engine/Source/Runtime/SlateCore/Public/Styling/SlateWidgetStyleContainerBase.h","/home/krama/UE4/Engine/Source/Runtime/SlateCore/Public/Styling/SlateWidgetStyleContainerInterface.h","/home/krama/UE4/Engine/Source/Runtime/SlateCore/Public/Types/SlateEnums.h"],"PrivateHeaders":[],"PCH":"/home/krama/UE4/Engine/Source/Runtime/SlateCore/Private/SlateCorePrivatePCH.h","GeneratedCPPFilenameBase":"/home/krama/UE4/Engine/Intermediate/Build/Linux/B4D820EA/CrashReportClient/Inc/SlateCore/SlateCore.generated","SaveExportedHeaders":true,"UHTGeneratedCodeVersion":"None"},{"Name":"Slate","ModuleType":"Runtime","BaseDirectory":"/home/krama/UE4/Engine/Source/Runtime/Slate","IncludeBase":"/home/krama/UE4/Engine/Source/Runtime/Slate","OutputDirectory":"/home/krama/UE4/Engine/Intermediate/Build/Linux/B4D820EA/CrashReportClient/Inc/Slate","ClassesHeaders":[],"PublicHeaders":["/home/krama/UE4/Engine/Source/Runtime/Slate/Public/Framework/Commands/InputChord.h","/home/krama/UE4/Engine/Source/Runtime/Slate/Public/Framework/Styling/ButtonWidgetStyle.h","/home/krama/UE4/Engine/Source/Runtime/Slate/Public/Framework/Styling/CheckBoxWidgetStyle.h","/home/krama/UE4/Engine/Source/Runtime/Slate/Public/Framework/Styling/ComboBoxWidgetStyle.h","/home/krama/UE4/Engine/Source/Runtime/Slate/Public/Framework/Styling/ComboButtonWidgetStyle.h","/home/krama/UE4/Engine/Source/Runtime/Slate/Public/Framework/Styling/EditableTextBoxWidgetStyle.h","/home/krama/UE4/Engine/Source/Runtime/Slate/Public/Framework/Styling/EditableTextWidgetStyle.h","/home/krama/UE4/Engine/Source/Runtime/Slate/Public/Framework/Styling/ProgressWidgetStyle.h","/home/krama/UE4/Engine/Source/Runtime/Slate/Public/Framework/Styling/ScrollBarWidgetStyle.h","/home/krama/UE4/Engine/Source/Runtime/Slate/Public/Framework/Styling/ScrollBoxWidgetStyle.h","/home/krama/UE4/Engine/Source/Runtime/Slate/Public/Framework/Styling/SpinBoxWidgetStyle.h","/home/krama/UE4/Engine/Source/Runtime/Slate/Public/Framework/Styling/TextBlockWidgetStyle.h","/home/krama/UE4/Engine/Source/Runtime/Slate/Public/Framework/Text/TextLayout.h","/home/krama/UE4/Engine/Source/Runtime/Slate/Public/Framework/Views/ITypedTableView.h","/home/krama/UE4/Engine/Source/Runtime/Slate/Public/Widgets/Layout/Anchors.h","/home/krama/UE4/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SScaleBox.h","/home/krama/UE4/Engine/Source/Runtime/Slate/Public/Widgets/Notifications/SProgressBar.h"],"PrivateHeaders":[],"PCH":"/home/krama/UE4/Engine/Source/Runtime/Slate/Private/SlatePrivatePCH.h","GeneratedCPPFilenameBase":"/home/krama/UE4/Engine/Intermediate/Build/Linux/B4D820EA/CrashReportClient/Inc/Slate/Slate.generated","SaveExportedHeaders":true,"UHTGeneratedCodeVersion":"None"}]}