Unreal Engine 4 building error, under Ubuntu 14.04.3

On the other laptop I had this:

... [1/21] Compile CorePrivatePCH.h In file included from /home/user/UnrealEngine-release/Engine/Intermediate/Build/Linux/x86_64-unknown-linux-gnu/UnrealHeaderTool/Development/Core/CorePrivatePCH.h:4: In file included from /home/user/UnrealEngine-release/Engine/Source/Runtime/Core/Private/CorePrivatePCH.h:16: Runtime/Core/Public/HAL/PlatformIncludes.h:5:10: fatal error: 'new' file not found
#include 
         ^ 1 error generated. [2/21] Compile Module.Json.cpp In file included from /home/user/UnrealEngine-release/Engine/Intermediate/Build/Linux/x86_64-unknown-linux-gnu/UnrealHeaderTool/Development/Json/Module.Json.cpp:2: In file included from /home/user/UnrealEngine-release/Engine/Source/Runtime/Json/Private/JsonModule.cpp:3: In file included from Runtime/Json/Private/JsonPrivatePCH.h:5: In file included from Runtime/Json/Public/Json.h:9: In file included from Runtime/Core/Public/Core.h:16: Runtime/Core/Public/HAL/PlatformIncludes.h:5:10: fatal error: 'new' file not found
#include 
         ^ 1 error generated. [3/21] Compile Module.Projects.cpp In file included from /home/user/UnrealEngine-release/Engine/Intermediate/Build/Linux/x86_64-unknown-linux-gnu/UnrealHeaderTool/Development/Projects/Module.Projects.cpp:2: In file included from /home/user/UnrealEngine-release/Engine/Source/Runtime/Projects/Private/ProjectsPrivatePCH.h:6: In file included from Runtime/Projects/Public/Projects.h:9: In file included from Runtime/Core/Public/Core.h:16: Runtime/Core/Public/HAL/PlatformIncludes.h:5:10: fatal error: 'new' file not found ...