Great, Thanks Jason that worked.
Now I get a compilation error from compiling

sting::internal::RE::RE(const testing::internal::RE&)' is private
google/protobuf/generated_message_reflection_unittest.c

May be let me update that file to the latest from repository and see
if that works?


On Feb 25, 5:48 pm, Jason Hsueh <jas...@google.com> wrote:
> Can you try patching r380? This fixed the issue for the previous
> report<http://groups.google.com/group/protobuf/browse_thread/thread/36c08e9f...>of
> this error.
>
>
>
>
>
>
>
> On Fri, Feb 25, 2011 at 2:13 PM, Shiv <cjs...@gmail.com> 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::AggregateOptionFind 
> > er::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.

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