I have built protobuf-lite and in trying to link a gRPC client I receive 
the following error:
"/usr/local/include/google/protobuf/stubs/once.h: In function 'void 
google::protobuf::GoogleOnceInit(google::protobuf::ProtobufOnceType*, void 
(*)())':

/usr/local/include/google/protobuf/stubs/once.h:126:34: error: no matching 
function for call to 'Acquire_Load()'

if (internal::Acquire_Load(once) != ONCE_STATE_DONE) {"


Note that the server project and file builds just fine.


Any tips on how to solve this is appreciated.


I am using gRPC version 1.8.0 and protobuf version 3.5.0.

-- 
This email and its contents are confidential. If you are not the 
intended 
recipient, please do not disclose or use the information within
 this email 
or its attachments. If you have received this email in 
error, please 
report the error to the sender by return email and 
delete this 
communication from your records.

-- 
You received this message because you are subscribed to the Google Groups 
"Protocol Buffers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/protobuf.
For more options, visit https://groups.google.com/d/optout.

Reply via email to