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

Linux Mint build of Oishii fails with fatal error: expected: No such file or directory #68

Open
applecuckoo opened this issue Jan 29, 2024 · 2 comments

Comments

@applecuckoo
Copy link

Yeah, self explanatory. Seems like the offending crate is rls. Doing some research, it might have something to do with the fact that RLS was superseded by rust-analyzer about a year ago, but I'm no Rust expert.

Building this on rustc 1.77.0-nightly (635124704 2024-01-27) via rustup on Linux Mint 21.3 64-bit.

@riidefi
Copy link
Owner

riidefi commented Jan 29, 2024

Fatal error: expected: No such file or directory

This would indicate an incompatible C++ compiler version, given the <expected> header was introduced in C++23.

@applecuckoo
Copy link
Author

@riidefi Okay, so I ended up looking up compiler support for C++23, and I only ended up having to upgrade libc++ I added the LLVM apt repos to install libc++ v17. Problem is, it still doesn't work.

So what packages would be needed to build this right?

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

2 participants