Advertisement
Guest User

UE4 Build Log

a guest
Jul 8th, 2019
325
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 24.23 KB | None | 0 0
  1. bash "/home/jasper/Downloads/UnrealEngine-release/Engine/Build/BatchFiles/Linux/Build.sh" CrashReportClient Linux Shipping  
  2. Fixing inconsistent case in filenames.
  3. Setting up Mono
  4. Building CrashReportClient...
  5. Using 'git status' to determine working set for adaptive non-unity build (/home/jasper/Downloads/UnrealEngine-release).
  6. Creating makefile for CrashReportClient (no existing makefile)
  7. Building UnrealHeaderTool...
  8. Performing 28 actions (4 in parallel)
  9. [3/28] Compile SharedPCH.Core.h
  10. [1/28] Compile PCH.Core.h
  11. [2/28] Compile PCH.CoreUObject.h
  12. [4/28] Compile Module.UnrealHeaderTool.cpp
  13. In file included from /home/jasper/Downloads/UnrealEngine-release/Engine/Intermediate/Build/Linux/B4D820EA/UnrealHeaderTool/Development/Core/SharedPCH.Core.h:48:
  14. In file included from /home/jasper/Downloads/UnrealEngine-release/Engine/Source/Runtime/Core/Public/CoreSharedPCH.h:7:
  15. In file included from /home/jasper/Downloads/UnrealEngine-release/Engine/Source/Runtime/Core/Public/Misc/Exec.h:6:
  16. In file included from /home/jasper/Downloads/UnrealEngine-release/Engine/Source/Runtime/Core/Public/Misc/AssertionMacros.h:6:
  17. In file included from /home/jasper/Downloads/UnrealEngine-release/Engine/Source/Runtime/Core/Public/HAL/PlatformMisc.h:5:
  18. In file included from /home/jasper/Downloads/UnrealEngine-release/Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformMisc.h:7:
  19. In file included from /home/jasper/Downloads/UnrealEngine-release/Engine/Source/Runtime/Core/Public/HAL/PlatformCrt.h:11:
  20. In file included from ThirdParty/Linux/LibCxx/include/c++/v1/math.h:301:
  21. In file included from /home/jasper/Downloads/UnrealEngine-release/Engine/Extras/ThirdPartyNotUE/SDKs/HostLinux/Linux_x64/v13_clang-7.0.1-centos7/x86_64-unknown-linux-gnu/usr/include/math.h:70:
  22. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:63:17: error: use of undeclared identifier 'cos'; did you mean 'acos'?
  23. __MATHCALL_VEC (cos,, (_Mdouble_ __x));
  24.                 ^
  25. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:54:13: note: 'acos' declared here
  26. __MATHCALL (acos,, (_Mdouble_ __x));
  27.             ^
  28. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:63:1: error: C++ requires a type specifier for all declarations
  29. __MATHCALL_VEC (cos,, (_Mdouble_ __x));
  30. ^
  31. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:63:21: error: expected expression
  32. __MATHCALL_VEC (cos,, (_Mdouble_ __x));
  33.                     ^
  34. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:63:34: error: expected ')'
  35. __MATHCALL_VEC (cos,, (_Mdouble_ __x));
  36.                                  ^
  37. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:63:23: note: to match this '('
  38. In file included from /home/jasper/Downloads/UnrealEngine-release/Engine/Intermediate/Build/Linux/B4D820EA/UnrealHeaderTool/Development/Core/PCH.Core.h:57:
  39. __MATHCALL_VEC (cos,, (_Mdouble_ __x));
  40. In file included from /home/jasper/Downloads/UnrealEngine-release/Engine/Source/Runtime/Core/Private/CorePrivatePCH.h:10:
  41.                       ^
  42. In file included from /home/jasper/Downloads/UnrealEngine-release/Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformMisc.h:7:
  43. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:63:38: error: expected expression
  44. __MATHCALL_VEC (cos,, (_Mdouble_ __x));
  45. In file included from /home/jasper/Downloads/UnrealEngine-release/Engine/Source/Runtime/Core/Public/HAL/PlatformCrt.h:11:
  46.                                      ^
  47. In file included from ThirdParty/Linux/LibCxx/include/c++/v1/math.h:301:
  48. In file included from /home/jasper/Downloads/UnrealEngine-release/Engine/Extras/ThirdPartyNotUE/SDKs/HostLinux/Linux_x64/v13_clang-7.0.1-centos7/x86_64-unknown-linux-gnu/usr/include/math.h:70:
  49. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:63:17: error: use of undeclared identifier 'cos'; did you mean 'acos'?
  50. __MATHCALL_VEC (cos,, (_Mdouble_ __x));
  51.                 ^
  52. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:65:17: error: use of undeclared identifier 'sin'; did you mean 'asin'?
  53. __MATHCALL_VEC (sin,, (_Mdouble_ __x));
  54. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:54:13: note: 'acos' declared here
  55.                 ^
  56. __MATHCALL (acos,, (_Mdouble_ __x));
  57.             ^
  58. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:56:13: note: 'asin' declared here
  59. __MATHCALL (asin,, (_Mdouble_ __x));
  60.             ^
  61. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:63:1: error: C++ requires a type specifier for all declarations
  62. __MATHCALL_VEC (cos,, (_Mdouble_ __x));
  63. ^
  64. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:63:21: error: expected expression
  65. __MATHCALL_VEC (cos,, (_Mdouble_ __x));
  66.                     ^
  67. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:63:34: error: expected ')'
  68. __MATHCALL_VEC (cos,, (_Mdouble_ __x));
  69.                                  ^
  70. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:63:23: note: to match this '('
  71. __MATHCALL_VEC (cos,, (_Mdouble_ __x));
  72.                       ^
  73. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:63:38: error: expected expression
  74. __MATHCALL_VEC (cos,, (_Mdouble_ __x));
  75.                                      ^
  76. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:65:1: error: C++ requires a type specifier for all declarations
  77. __MATHCALL_VEC (sin,, (_Mdouble_ __x));
  78. ^
  79. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:65:17: error: use of undeclared identifier 'sin'; did you mean 'asin'?
  80. __MATHCALL_VEC (sin,, (_Mdouble_ __x));
  81. In file included from /home/jasper/Downloads/UnrealEngine-release/Engine/Intermediate/Build/Linux/B4D820EA/UnrealHeaderTool/Development/UnrealHeaderTool/Module.UnrealHeaderTool.cpp:2:
  82. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:65:21: error: expected expression
  83.                 ^
  84. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:56:13: note: 'asin' declared here
  85. __MATHCALL_VEC (sin,, (_Mdouble_ __x));
  86. __MATHCALL (asin,, (_Mdouble_ __x));
  87.             ^
  88. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:65:1: error: C++ requires a type specifier for all declarations
  89.                     ^
  90. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:65:34: error: expected ')'
  91. __MATHCALL_VEC (sin,, (_Mdouble_ __x));
  92.                                  ^
  93. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:65:23: note: to match this '('
  94. __MATHCALL_VEC (sin,, (_Mdouble_ __x));
  95.                       ^
  96. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:65:38: error: expected expression
  97. __MATHCALL_VEC (sin,, (_Mdouble_ __x));
  98.                                      ^
  99. __MATHCALL_VEC (sin,, (_Mdouble_ __x));
  100. ^
  101. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:65:21: error: expected expression
  102. __MATHCALL_VEC (sin,, (_Mdouble_ __x));
  103.                     ^
  104. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:65:34: error: expected ')'
  105. __MATHCALL_VEC (sin,, (_Mdouble_ __x));
  106.                                  ^
  107. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:65:23: note: to match this '('
  108. __MATHCALL_VEC (sin,, (_Mdouble_ __x));
  109.                       ^
  110. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:65:38: error: expected expression
  111. __MATHCALL_VEC (sin,, (_Mdouble_ __x));
  112.                                      ^
  113. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:81:22: error: C++ requires a type specifier for all declarations
  114. __MATHDECL_VEC (void,sincos,,
  115.                      ^
  116. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:81:29: error: expected parameter declarator
  117. __MATHDECL_VEC (void,sincos,,
  118.                             ^
  119. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:82:4: error: C++ requires a type specifier for all declarations
  120.                 (_Mdouble_ __x, _Mdouble_ *__sinx, _Mdouble_ *__cosx));
  121.                  ^
  122. /home/jasper/Downloads/UnrealEngine-release/Engine/Extras/ThirdPartyNotUE/SDKs/HostLinux/Linux_x64/v13_clang-7.0.1-centos7/x86_64-unknown-linux-gnu/usr/include/math.h:66:20: note: expanded from macro '_Mdouble_'
  123. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:81:22: error: C++ requires a type specifier for all declarations
  124. #define _Mdouble_               double
  125.                                 ^
  126. In file included from /home/jasper/Downloads/UnrealEngine-release/Engine/Intermediate/Build/Linux/B4D820EA/UnrealHeaderTool/Development/Core/PCH.Core.h:57:
  127. In file included from /home/jasper/Downloads/UnrealEngine-release/Engine/Source/Runtime/Core/Private/CorePrivatePCH.h:10:
  128. In file included from /home/jasper/Downloads/UnrealEngine-release/Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformMisc.h:7:
  129. In file included from /home/jasper/Downloads/UnrealEngine-release/Engine/Source/Runtime/Core/Public/HAL/PlatformCrt.h:11:
  130. In file included from ThirdParty/Linux/LibCxx/include/c++/v1/math.h:301:
  131. In file included from /home/jasper/Downloads/UnrealEngine-release/Engine/Extras/ThirdPartyNotUE/SDKs/HostLinux/Linux_x64/v13_clang-7.0.1-centos7/x86_64-unknown-linux-gnu/usr/include/math.h:70:
  132. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:81:1: error: C++ requires a type specifier for all declarations
  133. __MATHDECL_VEC (void,sincos,,
  134. __MATHDECL_VEC (void,sincos,,
  135. ^
  136. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:81:16: error: 'void' must be the first and only parameter if specified
  137. __MATHDECL_VEC (void,sincos,,
  138.                ^
  139. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:100:1: error: C++ requires a type specifier for all declarations
  140. __MATHCALL_VEC (exp,, (_Mdouble_ __x));
  141. ^
  142.                      ^
  143. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:81:29: error: expected parameter declarator
  144. __MATHDECL_VEC (void,sincos,,
  145.                             ^
  146. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:82:4: error: C++ requires a type specifier for all declarations
  147.                 (_Mdouble_ __x, _Mdouble_ *__sinx, _Mdouble_ *__cosx));
  148.                  ^
  149. /home/jasper/Downloads/UnrealEngine-release/Engine/Extras/ThirdPartyNotUE/SDKs/HostLinux/Linux_x64/v13_clang-7.0.1-centos7/x86_64-unknown-linux-gnu/usr/include/math.h:66:20: note: expanded from macro '_Mdouble_'
  150. #define _Mdouble_               double
  151.                                 ^
  152. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:100:17: error: use of undeclared identifier 'exp'
  153. __MATHCALL_VEC (exp,, (_Mdouble_ __x));
  154.                 ^
  155. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:100:21: error: expected expression
  156. __MATHCALL_VEC (exp,, (_Mdouble_ __x));
  157.                     ^
  158. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:100:34: error: expected ')'
  159. __MATHCALL_VEC (exp,, (_Mdouble_ __x));
  160.                                  ^
  161. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:100:23: note: to match this '('
  162. __MATHCALL_VEC (exp,, (_Mdouble_ __x));
  163.                       ^
  164. fatal error: too many errors emitted, stopping now [-ferror-limit=]
  165. In file included from /home/jasper/Downloads/UnrealEngine-release/Engine/Intermediate/Build/Linux/B4D820EA/UnrealHeaderTool/Development/Core/SharedPCH.Core.h:48:
  166. In file included from /home/jasper/Downloads/UnrealEngine-release/Engine/Source/Runtime/Core/Public/CoreSharedPCH.h:7:
  167. In file included from /home/jasper/Downloads/UnrealEngine-release/Engine/Source/Runtime/Core/Public/Misc/Exec.h:6:
  168. In file included from /home/jasper/Downloads/UnrealEngine-release/Engine/Source/Runtime/Core/Public/Misc/AssertionMacros.h:6:
  169. In file included from /home/jasper/Downloads/UnrealEngine-release/Engine/Source/Runtime/Core/Public/HAL/PlatformMisc.h:5:
  170. In file included from /home/jasper/Downloads/UnrealEngine-release/Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformMisc.h:7:
  171. In file included from /home/jasper/Downloads/UnrealEngine-release/Engine/Source/Runtime/Core/Public/HAL/PlatformCrt.h:11:
  172. In file included from ThirdParty/Linux/LibCxx/include/c++/v1/math.h:301:
  173. In file included from /home/jasper/Downloads/UnrealEngine-release/Engine/Source/Programs/UnrealHeaderTool/Private/BaseParser.cpp:3:
  174. In file included from /home/jasper/Downloads/UnrealEngine-release/Engine/Extras/ThirdPartyNotUE/SDKs/HostLinux/Linux_x64/v13_clang-7.0.1-centos7/x86_64-unknown-linux-gnu/usr/include/math.h:70:
  175. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:81:1: error: C++ requires a type specifier for all declarations
  176. __MATHDECL_VEC (void,sincos,,
  177. ^
  178. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:81:16: error: 'void' must be the first and only parameter if specified
  179. __MATHDECL_VEC (void,sincos,,
  180.                ^
  181. In file included from /home/jasper/Downloads/UnrealEngine-release/Engine/Source/Programs/UnrealHeaderTool/Private/BaseParser.h:5:
  182. In file included from /home/jasper/Downloads/UnrealEngine-release/Engine/Source/Runtime/Core/Public/CoreMinimal.h:26:
  183. In file included from /home/jasper/Downloads/UnrealEngine-release/Engine/Source/Runtime/Core/Public/HAL/PlatformCrt.h:11:
  184. In file included from ThirdParty/Linux/LibCxx/include/c++/v1/math.h:301:
  185. In file included from /home/jasper/Downloads/UnrealEngine-release/Engine/Extras/ThirdPartyNotUE/SDKs/HostLinux/Linux_x64/v13_clang-7.0.1-centos7/x86_64-unknown-linux-gnu/usr/include/math.h:70:
  186. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:63:17: error: use of undeclared identifier 'cos'; did you mean 'acos'?
  187. __MATHCALL_VEC (cos,, (_Mdouble_ __x));
  188.                 ^
  189. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:54:13: note: 'acos' declared here
  190. __MATHCALL (acos,, (_Mdouble_ __x));
  191.             ^
  192. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:63:1: error: C++ requires a type specifier for all declarations
  193. __MATHCALL_VEC (cos,, (_Mdouble_ __x));
  194. ^
  195. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:63:21: error: expected expression
  196. __MATHCALL_VEC (cos,, (_Mdouble_ __x));
  197.                     ^
  198. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:63:34: error: expected ')'
  199. __MATHCALL_VEC (cos,, (_Mdouble_ __x));
  200.                                  ^
  201. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:63:23: note: to match this '('
  202. __MATHCALL_VEC (cos,, (_Mdouble_ __x));
  203.                       ^
  204. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:63:38: error: expected expression
  205. __MATHCALL_VEC (cos,, (_Mdouble_ __x));
  206.                                      ^
  207. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:100:1: error: C++ requires a type specifier for all declarations
  208. __MATHCALL_VEC (exp,, (_Mdouble_ __x));
  209. ^
  210. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:65:17: error: use of undeclared identifier 'sin'; did you mean 'asin'?
  211. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:100:17: error: use of undeclared identifier 'exp'
  212. __MATHCALL_VEC (sin,, (_Mdouble_ __x));
  213. __MATHCALL_VEC (exp,, (_Mdouble_ __x));
  214.                 ^
  215.                 ^
  216. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:100:21: error: expected expression
  217. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:56:13: note: 'asin' declared here
  218. __MATHCALL_VEC (exp,, (_Mdouble_ __x));
  219.                     ^
  220. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:100:34: error: expected ')'
  221. __MATHCALL_VEC (exp,, (_Mdouble_ __x));
  222.                                  ^
  223. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:100:23: note: to match this '('
  224. __MATHCALL_VEC (exp,, (_Mdouble_ __x));
  225.                       ^
  226. fatal error: too many errors emitted, stopping now [-ferror-limit=]
  227. __MATHCALL (asin,, (_Mdouble_ __x));
  228.             ^
  229. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:65:1: error: C++ requires a type specifier for all declarations
  230. __MATHCALL_VEC (sin,, (_Mdouble_ __x));
  231. ^
  232. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:65:21: error: expected expression
  233. __MATHCALL_VEC (sin,, (_Mdouble_ __x));
  234.                     ^
  235. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:65:34: error: expected ')'
  236. __MATHCALL_VEC (sin,, (_Mdouble_ __x));
  237.                                  ^
  238. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:65:23: note: to match this '('
  239. __MATHCALL_VEC (sin,, (_Mdouble_ __x));
  240.                       ^
  241. In file included from /home/jasper/Downloads/UnrealEngine-release/Engine/Intermediate/Build/Linux/B4D820EA/UnrealHeaderTool/Development/CoreUObject/PCH.CoreUObject.h:50:
  242. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:65:38: error: expected expression
  243. In file included from /home/jasper/Downloads/UnrealEngine-release/Engine/Source/Runtime/CoreUObject/Private/CoreUObjectPrivatePCH.h:6:
  244. __MATHCALL_VEC (sin,, (_Mdouble_ __x));
  245. In file included from /home/jasper/Downloads/UnrealEngine-release/Engine/Source/Runtime/Core/Public/CoreMinimal.h:26:
  246.                                      ^
  247. In file included from /home/jasper/Downloads/UnrealEngine-release/Engine/Source/Runtime/Core/Public/HAL/PlatformCrt.h:11:
  248. In file included from ThirdParty/Linux/LibCxx/include/c++/v1/math.h:301:
  249. In file included from /home/jasper/Downloads/UnrealEngine-release/Engine/Extras/ThirdPartyNotUE/SDKs/HostLinux/Linux_x64/v13_clang-7.0.1-centos7/x86_64-unknown-linux-gnu/usr/include/math.h:70:
  250. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:63:17: error: use of undeclared identifier 'cos'; did you mean 'acos'?
  251. __MATHCALL_VEC (cos,, (_Mdouble_ __x));
  252.                 ^
  253. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:81:22: error: C++ requires a type specifier for all declarations
  254. __MATHDECL_VEC (void,sincos,,
  255. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:54:13: note: 'acos' declared here
  256. __MATHCALL (acos,, (_Mdouble_ __x));
  257.             ^
  258.                      ^
  259. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:63:1: error: C++ requires a type specifier for all declarations
  260. __MATHCALL_VEC (cos,, (_Mdouble_ __x));
  261. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:81:29: error: expected parameter declarator
  262. ^
  263. __MATHDECL_VEC (void,sincos,,
  264.                             ^
  265. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:63:21: error: expected expression
  266. __MATHCALL_VEC (cos,, (_Mdouble_ __x));
  267.                     ^
  268. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:63:34: error: expected ')'
  269. __MATHCALL_VEC (cos,, (_Mdouble_ __x));
  270.                                  ^
  271. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:63:23: note: to match this '('
  272. __MATHCALL_VEC (cos,, (_Mdouble_ __x));
  273.                       ^
  274. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:63:38: error: expected expression
  275. __MATHCALL_VEC (cos,, (_Mdouble_ __x));
  276.                                      ^
  277. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:82:4: error: C++ requires a type specifier for all declarations
  278.                 (_Mdouble_ __x, _Mdouble_ *__sinx, _Mdouble_ *__cosx));
  279.                  ^
  280. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:65:17: error: use of undeclared identifier 'sin'; did you mean 'asin'?
  281. /home/jasper/Downloads/UnrealEngine-release/Engine/Extras/ThirdPartyNotUE/SDKs/HostLinux/Linux_x64/v13_clang-7.0.1-centos7/x86_64-unknown-linux-gnu/usr/include/math.h:66:20: note: expanded from macro '_Mdouble_'
  282. #define _Mdouble_               double
  283.                                 ^
  284. In file included from /home/jasper/Downloads/UnrealEngine-release/Engine/Intermediate/Build/Linux/B4D820EA/UnrealHeaderTool/Development/UnrealHeaderTool/Module.UnrealHeaderTool.cpp:2:
  285. In file included from /home/jasper/Downloads/UnrealEngine-release/Engine/Source/Programs/UnrealHeaderTool/Private/BaseParser.cpp:3:
  286. In file included from /home/jasper/Downloads/UnrealEngine-release/Engine/Source/Programs/UnrealHeaderTool/Private/BaseParser.h:5:
  287. In file included from /home/jasper/Downloads/UnrealEngine-release/Engine/Source/Runtime/Core/Public/CoreMinimal.h:26:
  288. In file included from /home/jasper/Downloads/UnrealEngine-release/Engine/Source/Runtime/Core/Public/HAL/PlatformCrt.h:11:
  289. In file included from ThirdParty/Linux/LibCxx/include/c++/v1/math.h:301:
  290. In file included from /home/jasper/Downloads/UnrealEngine-release/Engine/Extras/ThirdPartyNotUE/SDKs/HostLinux/Linux_x64/v13_clang-7.0.1-centos7/x86_64-unknown-linux-gnu/usr/include/math.h:70:
  291. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:81:1: error: C++ requires a type specifier for all declarations
  292. __MATHDECL_VEC (void,sincos,,
  293. ^
  294. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:81:16: error: 'void' must be the first and only parameter if specified
  295. __MATHDECL_VEC (void,sincos,,
  296.                ^
  297. __MATHCALL_VEC (sin,, (_Mdouble_ __x));
  298.                 ^
  299. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:56:13: note: 'asin' declared here
  300. __MATHCALL (asin,, (_Mdouble_ __x));
  301.             ^
  302. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:100:1: error: C++ requires a type specifier for all declarations
  303. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:65:1: error: C++ requires a type specifier for all declarations
  304. __MATHCALL_VEC (exp,, (_Mdouble_ __x));
  305. __MATHCALL_VEC (sin,, (_Mdouble_ __x));
  306. ^
  307. ^
  308. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:100:17: error: use of undeclared identifier 'exp'
  309. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:65:21: error: expected expression
  310. __MATHCALL_VEC (sin,, (_Mdouble_ __x));
  311.                     ^
  312. __MATHCALL_VEC (exp,, (_Mdouble_ __x));
  313. 20 errors generated.
  314.                 ^
  315. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:65:34: error: expected ')'
  316. __MATHCALL_VEC (sin,, (_Mdouble_ __x));
  317.                                  ^
  318. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:100:21: error: expected expression
  319. __MATHCALL_VEC (exp,, (_Mdouble_ __x));
  320.                     ^
  321. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:65:23: note: to match this '('
  322. __MATHCALL_VEC (sin,, (_Mdouble_ __x));
  323.                       ^
  324. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:65:38: error: expected expression
  325. __MATHCALL_VEC (sin,, (_Mdouble_ __x));
  326.                                      ^
  327. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:81:22: error: C++ requires a type specifier for all declarations
  328. __MATHDECL_VEC (void,sincos,,
  329.                      ^
  330. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:81:29: error: expected parameter declarator
  331. __MATHDECL_VEC (void,sincos,,
  332.                             ^
  333. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:82:4: error: C++ requires a type specifier for all declarations
  334.                 (_Mdouble_ __x, _Mdouble_ *__sinx, _Mdouble_ *__cosx));
  335.                  ^
  336. /home/jasper/Downloads/UnrealEngine-release/Engine/Extras/ThirdPartyNotUE/SDKs/HostLinux/Linux_x64/v13_clang-7.0.1-centos7/x86_64-unknown-linux-gnu/usr/include/math.h:66:20: note: expanded from macro '_Mdouble_'
  337. #define _Mdouble_               double
  338.                                 ^
  339. In file included from /home/jasper/Downloads/UnrealEngine-release/Engine/Intermediate/Build/Linux/B4D820EA/UnrealHeaderTool/Development/CoreUObject/PCH.CoreUObject.h:50:
  340. In file included from /home/jasper/Downloads/UnrealEngine-release/Engine/Source/Runtime/CoreUObject/Private/CoreUObjectPrivatePCH.h:6:
  341. In file included from /home/jasper/Downloads/UnrealEngine-release/Engine/Source/Runtime/Core/Public/CoreMinimal.h:26:
  342. In file included from /home/jasper/Downloads/UnrealEngine-release/Engine/Source/Runtime/Core/Public/HAL/PlatformCrt.h:11:
  343. In file included from ThirdParty/Linux/LibCxx/include/c++/v1/math.h:301:
  344. In file included from /home/jasper/Downloads/UnrealEngine-release/Engine/Extras/ThirdPartyNotUE/SDKs/HostLinux/Linux_x64/v13_clang-7.0.1-centos7/x86_64-unknown-linux-gnu/usr/include/math.h:70:
  345. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:81:1: error: C++ requires a type specifier for all declarations
  346. __MATHDECL_VEC (void,sincos,,
  347. ^
  348. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:81:16: error: 'void' must be the first and only parameter if specified
  349. __MATHDECL_VEC (void,sincos,,
  350.                ^
  351. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:100:34: error: expected ')'
  352. __MATHCALL_VEC (exp,, (_Mdouble_ __x));
  353.                                  ^
  354. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:100:23: note: to match this '('
  355. __MATHCALL_VEC (exp,, (_Mdouble_ __x));
  356.                       ^
  357. fatal error: too many errors emitted, stopping now [-ferror-limit=]
  358. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:100:1: error: C++ requires a type specifier for all declarations
  359. __MATHCALL_VEC (exp,, (_Mdouble_ __x));
  360. ^
  361. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:100:17: error: use of undeclared identifier 'exp'
  362. __MATHCALL_VEC (exp,, (_Mdouble_ __x));
  363.                 ^
  364. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:100:21: error: expected expression
  365. __MATHCALL_VEC (exp,, (_Mdouble_ __x));
  366.                     ^
  367. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:100:34: error: expected ')'
  368. __MATHCALL_VEC (exp,, (_Mdouble_ __x));
  369.                                  ^
  370. /usr/include/x86_64-linux-gnu/bits/mathcalls.h:100:23: note: to match this '('
  371. __MATHCALL_VEC (exp,, (_Mdouble_ __x));
  372.                       ^
  373. fatal error: too many errors emitted, stopping now [-ferror-limit=]
  374. 20 errors generated.
  375. 20 errors generated.
  376. 20 errors generated.
  377. Makefile:212: recipe for target 'CrashReportClient-Linux-Shipping' failed
  378. make: *** [CrashReportClient-Linux-Shipping] Error 5
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement