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

ella-server will not build on Windows #13

Closed
sydduckworth opened this issue Aug 1, 2023 · 1 comment · Fixed by #14
Closed

ella-server will not build on Windows #13

sydduckworth opened this issue Aug 1, 2023 · 1 comment · Fixed by #14
Labels
bug Something isn't working

Comments

@sydduckworth
Copy link
Collaborator

ella-server won't build on Windows because it requires protobuf-src, which does not support Windows (see MaterializeInc/rust-protobuf-native#4).

The best solution for now is probably to change protobuf-src to only be a dependency on Unix, add instructions for installing protoc on Windows, and update the CI to install protoc.

@benesch
Copy link

benesch commented May 13, 2024

FYI, the latest version of protobuf-src now builds with CMake rather than autotools. I've not yet tested this, but it may "just work" with Windows now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants