gulrak / filesystem

An implementation of C++17 std::filesystem for C++11 /C++14/C++17/C++20 on Windows, macOS, Linux and FreeBSD.
MIT License
1.31k stars 168 forks source link

qnx 700 compile fail #169

Open GarfiledXu opened 10 months ago

GarfiledXu commented 10 months ago

latest version, compiled on android arm-64 pass complied on qnx 700 arm fail! complie output: inc/include/ghc/filesystem.hpp:164:22: fatal error: langinfo.h: No such file or directory i can't find this header : laninfo.h

if i try to note this include, will ouput error info: /ghc/filesystem.hpp:2467:43: error: '::nl_langinfo' has not been declared _simple_insensitive(::nl_langin

gulrak commented 10 months ago

Sadly I have no access to any QNX system or development setup, so I'm depending on others to help. As it is (afaik) not a free system, I can't setup a VM to support it on my own. I'm willing to incorporate a PR though.