Can you try patching r380? This fixed the issue for the previous report<http://groups.google.com/group/protobuf/browse_thread/thread/36c08e9f2c4397b0/792ab77c4fbc09ff>of this error.
On Fri, Feb 25, 2011 at 2:13 PM, Shiv <[email protected]> wrote: > Hi, > I'm trying to install protobuf on linux 64bit, but stuck with error > while doing > "make check" > I would like to install this in my local path > so I did this ./configure --prefix=(my path) > > here is what I get when I do > $make check > /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. > -I.. -pthread -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign- > compare -O2 -g -DNDEBUG -MT descriptor.lo -MD -MP -MF .deps/ > descriptor.Tpo -c -o descriptor.lo `test -f 'google/protobuf/ > descriptor.cc' || echo './'`google/protobuf/descriptor.cc > libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wwrite- > strings -Woverloaded-virtual -Wno-sign-compare -O2 -g -DNDEBUG -MT > descriptor.lo -MD -MP -MF .deps/descriptor.Tpo -c google/protobuf/ > descriptor.cc -fPIC -DPIC -o .libs/descriptor.o > 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 > make[1]: *** [descriptor.lo] Error 1 > > > Could someone please help, is there a way of installing this in my > local path without being a superuser? > > -- > You received this message because you are subscribed to the Google Groups > "Protocol Buffers" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/protobuf?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Protocol Buffers" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/protobuf?hl=en.
