Advertisement
Krama_XD

Untitled

May 25th, 2016
207
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.42 KB | None | 0 0
  1. [root@localhost UE4]# make
  2. bash "/home/krama/UE4"/Engine/Build/BatchFiles/Linux/Build.sh CrashReportClient Linux Shipping
  3. Building CrashReportClient...
  4. Using clang version '3.7.0' (string), 3 (major), 7 (minor), 0 (patch)
  5. Creating makefile for CrashReportClient (no existing makefile)
  6. Performing full C++ include scan (no include cache file)
  7. Building UnrealHeaderTool...
  8. Using clang version '3.7.0' (string), 3 (major), 7 (minor), 0 (patch)
  9. Creating makefile for UnrealHeaderTool (no existing makefile)
  10. Performing full C++ include scan (no include cache file)
  11. Performing 20 actions (4 in parallel)
  12. [3/20] Compile Module.Projects.cpp
  13. [4/20] Compile Module.CoreUObject.1_of_4.cpp
  14. [1/20] Compile CorePrivatePCH.h
  15. [2/20] Compile Module.Json.cpp
  16. [5/20] Compile Module.Core.7_of_7.cpp
  17. [6/20] Compile Module.Core.6_of_7.cpp
  18. [7/20] Compile Module.Core.5_of_7.cpp
  19. [8/20] Compile Module.Core.4_of_7.cpp
  20. [9/20] Compile Module.Core.3_of_7.cpp
  21. [10/20] Compile Module.Core.2_of_7.cpp
  22. [11/20] Compile Module.Core.1_of_7.cpp
  23. [12/20] Compile Module.CoreUObject.3_of_4.cpp
  24. [13/20] Compile Module.CoreUObject.4_of_4.cpp
  25. [14/20] Compile Module.CoreUObject.2_of_4.cpp
  26. [15/20] Link libUnrealHeaderTool-Core.so
  27. [16/20] Link libUnrealHeaderTool-Json.so
  28. [17/20] Link libUnrealHeaderTool-Projects.so
  29. [18/20] Compile Module.UnrealHeaderTool.cpp
  30. [19/20] Link libUnrealHeaderTool-CoreUObject.so
  31. [20/20] Link UnrealHeaderTool
  32. -------- End Detailed Actions Stats -----------------------------------------------------------
  33. Total build time: 519.49 seconds
  34. Parsing headers for CrashReportClient
  35. Running UnrealHeaderTool CrashReportClient "/home/krama/UE4/Engine/Intermediate/Build/Linux/B4D820EA/CrashReportClient/Shipping/UnrealHeaderTool.manifest" -LogCmds="loginit warning, logexit warning, logdatabase error" -Unattended -WarningsAsErrors -NoEnginePlugins
  36. Refusing to run with the root privileges.
  37. Error: Failed to generate code for CrashReportClient - error code: CrashOrAssert (3)
  38. UnrealHeaderTool failed for target 'CrashReportClient' (platform: Linux, module info: /home/krama/UE4/Engine/Intermediate/Build/Linux/B4D820EA/CrashReportClient/Shipping/UnrealHeaderTool.manifest).
  39. Makefile:262: recipe for target 'CrashReportClient-Linux-Shipping' failed
  40. make: *** [CrashReportClient-Linux-Shipping] Error 3
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement