ccls icon indicating copy to clipboard operation
ccls copied to clipboard

[Release] Release version does not work well on macOS Big Sur(11.4)

Open EndlessArch opened this issue 3 years ago • 2 comments

(https://github.com/Homebrew/homebrew-core/blob/HEAD/Formula/ccls.rb) The last release version does not work well on macOS Big Sur, which produces bunch of errors while evaluating standard library(e.g. Errors between std::string allocator, std::ostream binary operator, etc...). However, the last commit works well. Maybe new release is necessary for mac ccls users.

EndlessArch avatar Jul 08 '21 01:07 EndlessArch

스크린샷 2021-07-03 오후 4 22 44

EndlessArch avatar Jul 08 '21 01:07 EndlessArch

Do you have clang 12.0.1 installed? Downgrading to 12.0.0 fixed this issue for me (on linux).

upd: probably this is the reason https://github.com/MaskRay/ccls/issues/817#issuecomment-885067117

qumusabel avatar Jul 22 '21 16:07 qumusabel