-
Notifications
You must be signed in to change notification settings - Fork 8
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
Compile errors #7
Comments
same |
same... |
same |
To solve this issue follow these steps:
I also installed llvm here: https://apt.llvm.org/ And ran the configure files as such:
Don't know if that's required though cheers |
@ktb92677 I can't compile it for Windows. If it's not too much trouble, could you update the instructions or just send me these static libraries? I'd be very grateful. Thank you |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I've tried to compile 3.1.0 following the build instructions and I have the following compile errors:
./google/protobuf/stubs/once.h:135:30: error: cannot initialize a parameter of type 'const volatile google::protobuf::internal::Atomic32 *' (aka 'const volatile int *') with an lvalue of type 'google::protobuf::ProtobufOnceType *' (aka 'long *') if (internal::Acquire_Load(once) != ONCE_STATE_DONE) { ^~~~
The text was updated successfully, but these errors were encountered: