I am getting the following compilation error for ppc/440

google/protobuf/descriptor.cc: In member function `virtual const
google::protobuf::FieldDescriptor*
google::protobuf::DescriptorBuilder::OptionInterpreter::AggregateOptionFinder::FindExtension(google::protobuf::Message*,
const std::string&) const':
./google/protobuf/descriptor.h:1152: error:
`google::protobuf::internal::Mutex*google::protobuf::DescriptorPool::mutex_'
is private
google/protobuf/descriptor.cc:4341: error: within this context
./google/protobuf/descriptor.h:1152: error:
`google::protobuf::internal::Mutex*google::protobuf::DescriptorPool::mutex_'
is private
google/protobuf/descriptor.cc:4342: error: within this context

This is under a cross compilation environment with ppc_440-g++ version
3.4.3.

The strange thing is that the compile works fine under a ppc/83xx
environment. The ppc/83xx g++ version is 4.2.0

Naveen

-- 
You received this message because you are subscribed to the Google Groups 
"Protocol Buffers" group.
To post to this group, send email to protobuf@googlegroups.com.
To unsubscribe from this group, send email to 
protobuf+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/protobuf?hl=en.

Reply via email to