Hi,
I trying to follow step in article to cross compile my linux server:
but I get compile error, does there has any idea to fix this?
1>Runtime/Core/Public/HAL/PlatformCrt.h(5,10): fatal error : ‘new’ file not found
1>------ Build started: Project: ShaderCompileWorker, Configuration: Linux_Development_Program Win32 ------
1> Using LINUX_ROOT (deprecated, consider LINUX_MULTIARCH_ROOT), building with toolchain 'D:\workspace\CrossCompile\v7_clang-3.7.0_ld-2.24_glibc-2.12.2\toolchain'
1> Performing 86 actions (4 in parallel)
1> [1/86] Compile CorePrivatePCH.h
1> [2/86] Compile CoreUObjectPrivate.h
1> [3/86] Compile Module.Json.cpp
1> [4/86] Compile Module.Projects.cpp
1> In file included from C:\Program Files (x86)\Epic Games\UnrealEngine\Engine\Intermediate\Build\Linux\B4D820EA\ShaderCompileWorker\Development\CoreUObject\CoreUObjectPrivate.h:4:
1> In file included from C:\Program Files (x86)\Epic Games\UnrealEngine\Engine\Source\Runtime\CoreUObject\Private\CoreUObjectPrivate.h:9:
1> In file included from Runtime/Core/Public\Core.h:16:
1> In file included from Runtime/Core/Public/HAL\PlatformIncludes.h:6:
1>Runtime/Core/Public/HAL/PlatformCrt.h(5,10): fatal error : 'new' file not found
1> #include <new>
1> ^
1> In file included from C:\Program Files (x86)\Epic Games\UnrealEngine\Engine\Intermediate\Build\Linux\B4D820EA\ShaderCompileWorker\Development\Core\CorePrivatePCH.h:4:
1> In file included from C:\Program Files (x86)\Epic Games\UnrealEngine\Engine\Source\Runtime\Core\Private\CorePrivatePCH.h:16:
1> In file included from Runtime/Core/Public/HAL\PlatformIncludes.h:6:
1>Runtime/Core/Public/HAL/PlatformCrt.h(5,10): fatal error : 'new' file not found
1> #include <new>
1> ^
1> In file included from C:\Program Files (x86)\Epic Games\UnrealEngine\Engine\Intermediate\Build\Linux\B4D820EA\ShaderCompileWorker\Development\Projects\Module.Projects.cpp:2:
1> In file included from C:\Program Files (x86)\Epic Games\UnrealEngine\Engine\Source\Runtime\Projects\Private\ProjectsPrivatePCH.h:6:
1> In file included from Runtime/Projects/Public\Projects.h:9:
1> In file included from Runtime/Core/Public\Core.h:16:
1> In file included from Runtime/Core/Public/HAL\PlatformIncludes.h:6:
1>Runtime/Core/Public/HAL/PlatformCrt.h(5,10): fatal error : 'new' file not found
1> #include <new>
1> ^
1> In file included from C:\Program Files (x86)\Epic Games\UnrealEngine\Engine\Intermediate\Build\Linux\B4D820EA\ShaderCompileWorker\Development\Json\Module.Json.cpp:2:
1> In file included from C:\Program Files (x86)\Epic Games\UnrealEngine\Engine\Source\Runtime\Json\Private\Dom\JsonObject.cpp:3:
1> In file included from Runtime/Json/Private\JsonPrivatePCH.h:5:
1> In file included from Runtime/Json/Public\Json.h:9:
1> In file included from Runtime/Core/Public\Core.h:16:
1> In file included from Runtime/Core/Public/HAL\PlatformIncludes.h:6:
1>Runtime/Core/Public/HAL/PlatformCrt.h(5,10): fatal error : 'new' file not found
1> #include <new>
1> ^
1> 1 error generated.
1> [5/86] Compile Module.RHI.cpp
1> 1 error generated.
1> 1 error generated.
1> In file included from C:\Program Files (x86)\Epic Games\UnrealEngine\Engine\Intermediate\Build\Linux\B4D820EA\ShaderCompileWorker\Development\RHI\Module.RHI.cpp:2:
1> In file included from C:\Program Files (x86)\Epic Games\UnrealEngine\Engine\Source\Runtime\RHI\Private\RHIPrivatePCH.h:5:
1> In file included from Runtime/RHI/Public\RHI.h:9:
1> In file included from Runtime/Core/Public\Core.h:16:
1> In file included from Runtime/Core/Public/HAL\PlatformIncludes.h:6:
1>Runtime/Core/Public/HAL/PlatformCrt.h(5,10): fatal error : 'new' file not found
1> #include <new>
1> ^
1> [6/86] Compile Module.RenderCore.cpp
1> In file included from C:\Program Files (x86)\Epic Games\UnrealEngine\Engine\Intermediate\Build\Linux\B4D820EA\ShaderCompileWorker\Development\RenderCore\Module.RenderCore.cpp:2:
1> In file included from C:\Program Files (x86)\Epic Games\UnrealEngine\Engine\Source\Runtime\RenderCore\Private\RenderCore.cpp:7:
1> In file included from C:\Program Files (x86)\Epic Games\UnrealEngine\Engine\Source\Runtime\RenderCore\Private/RenderCorePrivatePCH.h:5:
1> In file included from Runtime/RenderCore/Public\RenderCore.h:8:
1> In file included from Runtime/Core/Public\Core.h:16:
1> In file included from Runtime/Core/Public/HAL\PlatformIncludes.h:6:
1>Runtime/Core/Public/HAL/PlatformCrt.h(5,10): fatal error : 'new' file not found
1> #include <new>
......