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 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