While trying to install Google protobuf in Suse Linux, I can run the 
configure script successfully. However, running the make command gives the 
following error -

In file included from google/protobuf/dynamic_
message.cc:81:
./google/protobuf/map_field.h: In member function 'void 
google::protobuf::internal::MapField<Key, T, key_wire_type, 
value_wire_type, 
default_enum_value>::Swap(google::protobuf::internal::MapFieldLite<Key, T, 
kKeyFieldType, kValueFieldType, default_enum_value>*)':
./google/protobuf/map_field.h:138: error: object missing in reference to 
'google::protobuf::internal::MapFieldBase::repeated_field_'
./google/protobuf/map_field_inl.h:336: error: from this location
./google/protobuf/map_field.h:149: error: object missing in reference to 
'google::protobuf::internal::MapFieldBase::state_'
./google/protobuf/map_field_inl.h:338: error: from this location
./google/protobuf/map_field.h: In member function 'void 
google::protobuf::internal::MapField<Key, T, key_wire_type, 
value_wire_type, default_enum_value>::SetEntryDescriptor(const 
google::protobuf::Descriptor**)':
./google/protobuf/map_field.h:144: error: object missing in reference to 
'google::protobuf::internal::MapFieldBase::entry_descriptor_'
./google/protobuf/map_field_inl.h:349: error: from this location
./google/protobuf/map_field.h: In member function 'void 
google::protobuf::internal::MapField<Key, T, key_wire_type, 
value_wire_type, default_enum_value>::SetAssignDescriptorCallback(void 
(*)())':
./google/protobuf/map_field.h:145: error: object missing in reference to 
'google::protobuf::internal::MapFieldBase::assign_descriptor_callback_'

Any suggestions/pointers would be appreciated.

-- 
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 protobuf+unsubscr...@googlegroups.com.
To post to this group, send email to protobuf@googlegroups.com.
Visit this group at https://groups.google.com/group/protobuf.
For more options, visit https://groups.google.com/d/optout.

Reply via email to