Skip to content
This repository has been archived by the owner on Aug 10, 2021. It is now read-only.

Code of cmake project, compile error error: invalid use of incomplete type 'std::filesystem::__cxx11::filesystem_error' #4133

Closed
springeye opened this issue Apr 24, 2020 · 1 comment

Comments

@springeye
Copy link

I have a cmake project. I want to merge it into kotlin native, but the compilation reports an error! I look up the information on the Internet. It seems that there is a problem with the version of clang. How can I change the version of clang

C:\Users\henjue\.konan\dependencies\msys2-mingw-w64-i686-clang-llvm-lld-compiler_rt-8.0.1\include\c++\9.2.0\bits/fs_path.h:636:31: error: invalid use of incomplete type 'std::filesystem::__cxx11::filesystem_error'
@artdfel
Copy link
Contributor

artdfel commented Apr 24, 2020

Hello, @Henjue! First of all, I got to remind you about Kotlin/Native issue tracker migration(see #4079). Bugs should be reported to the YouTrack, while questions are preferable to be asked on the #kotlin-native slack channel.
Please extend your issue with an exact explanation of steps to reproduce it. If possible, attaching the project would also help a lot.

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

No branches or pull requests

2 participants