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

Compilation errors on Apple clang 15 — fixed in main #5

Open
briely opened this issue May 21, 2024 · 0 comments
Open

Compilation errors on Apple clang 15 — fixed in main #5

briely opened this issue May 21, 2024 · 0 comments

Comments

@briely
Copy link

briely commented May 21, 2024

On my system (Apple clang version 15.0.0), lsl-sys v0.1.1 was failing to compile liblsl. Updating to lsl = {git = "https://github.com/labstreaminglayer/liblsl-rust.git", branch = "main"} compiles.

I see that v0.1.1 is missing the commits updating to liblsl 1.16.2. Perhaps we need a new release? Is there anything blocking this from happening?

FWIW the compilation errors were related to enum-constexpr-conversion, which is an error identified by clang since LLVM 16. A lot changed in liblsl between 1.13.1 and 1.16.2, so I have no idea what specific change fixed the issue here 😅

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