Hello, I have a problem with the unreal compilation on Ubuntu 17.10.
The problem happens when I run the make
command, it compiles most files except one.
atmoner@atmo-HP-Pavilion:~/Bureau/UnrealEngine-4.18.0-release$ make
bash "/home/atmoner/Bureau/UnrealEngine-4.18.0-release/Engine/Build/BatchFiles/Linux/Build.sh" CrashReportClient Linux Shipping
Building CrashReportClient...
Performing 2 actions (2 in parallel)
[1/2] Compile Module.ImageWrapper.cpp
In file included from /home/atmoner/Bureau/UnrealEngine-4.18.0-release/Engine/Intermediate/Build/Linux/B4D820EA/CrashReportClient/Shipping/ImageWrapper/Module.ImageWrapper.cpp:3:
In file included from /home/atmoner/Bureau/UnrealEngine-4.18.0-release/Engine/Source/Runtime/ImageWrapper/Private/Formats/ExrImageWrapper.cpp:3:
In file included from Runtime/ImageWrapper/Private/Formats/ExrImageWrapper.h:13:
In file included from /home/atmoner/Bureau/UnrealEngine-4.18.0-release/Engine/Source/ThirdParty/openexr/Deploy/include/ImathBox.h:65:
In file included from ThirdParty/openexr/Deploy/include/ImathVec.h:46:
In file included from ThirdParty/openexr/Deploy/include/ImathExc.h:47:
In file included from ThirdParty/openexr/Deploy/include/IexBaseExc.h:50:
In file included from ThirdParty/Linux/LibCxx/include/c++/v1/sstream:174:
In file included from ThirdParty/Linux/LibCxx/include/c++/v1/ostream:138:
In file included from ThirdParty/Linux/LibCxx/include/c++/v1/ios:216:
ThirdParty/Linux/LibCxx/include/c++/v1/__locale:39:11: fatal error: 'xlocale.h' file not found
# include <xlocale.h>
^~~~~~~~~~~
1 error generated.
ERROR: UBT ERROR: Failed to produce item: /home/atmoner/Bureau/UnrealEngine-4.18.0-release/Engine/Binaries/Linux/CrashReportClient
Total build time: 2,78 seconds (Local executor: 0,00 seconds)
Makefile:252 : la recette pour la cible « CrashReportClient-Linux-Shipping » a échouée
make: *** [CrashReportClient-Linux-Shipping] Erreur 5
He can not find the file xlocale.h
Thank you in advance for your answers