-
Notifications
You must be signed in to change notification settings - Fork 18
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
error compiling cl-protobufs in order to install #402
Comments
Thank you for the issue. |
@Slids I'm trying to build with Bazel instead of cmake because the protobuf/cmake/README.md only mentions Windows and Linux support, not macOS. If you export cl-protobufs/BUILD I can give it a shot. Building protoc with bazel worked flawlessly...
I suspect I just need the following in my cl-protobufs/WORKSPACE file in order to build cl-protobufs/protoc, once I have the BUILD file.
|
@Slids where are you?!!! I needz my BUILD filez! |
Using CMake as done in the yaml CI files will work post: |
Protocol Buffers and ABSL both had some major changes, and I only (just barely) updated to a newer version of Prtocol Buffer used. Please check the SBCL-test.yaml file in the CI and the CMake file in protoc. |
I'm having problems installing cl-protobufs. I get errors like
FWIW, I had to use different compilation steps for
protobuf
than what's included in your README, sinceprotobuf
seems to be currently set up forbazel
orcmake
builds. After trying various approaches, the following are the steps that wound up successfully compiling protobuf and installing it (and itsinclude/
) to a local user directory for me. I don't get an error until I try to compilecl-protobuf
:The text was updated successfully, but these errors were encountered: