Closed atirut-w closed 2 years ago
Do you have glibc installed? It should include /usr/include/locale.h
and /usr/include
is a standard path so either you are missing a libc implementation, or your clang someone doesn't search for includes in standard paths.
I checked it and realised I had a fork of clang in my path. I'll adjust my path and see if it works.
Yep. I moved the clang fork to after the main path and now it works. Guess I'll have to note this down.
Godot version
4b52c6caef8a9e5d940ce0977d5c467296ac5805
System information
Arch Linux
Issue description
Building the master branch with the said settings causes a bunch of standard libs to go missing.
Steps to reproduce
scons -j 3 use_llvm=yes
Minimal reproduction project
No response