Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fails to build with libc++ #297

Open
theoparis opened this issue Jul 25, 2024 · 0 comments
Open

Fails to build with libc++ #297

theoparis opened this issue Jul 25, 2024 · 0 comments

Comments

@theoparis
Copy link

theoparis commented Jul 25, 2024

LLVM's libc++ does not need to link against stdc++fs which is a gcc/gnu library.

ld.lld: error: unable to find library -lstdc++fs
clang++: error: linker command failed with exit code 1 (use -v to see invocation)
make[1]: *** [CMakeFiles/cmTC_1b07c.dir/build.make:103: cmTC_1b07c] Error 1
make[1]: Leaving directory '/tmp/luarocks_luaformatter-scm-1-8475181/LuaFormatter/build.luarocks/CMakeFiles/CMakeTmp'
make: *** [Makefile:127: cmTC_1b07c/fast] Error 2


CMake Error at CMakeLists.txt:61 (message):
  Your compiler does not fully support the C++17 standard and libraries

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant