Re: [protobuf] Migration from 2.0.3 to 2.3.0 problem on Mac OS –arch ppc

2010-11-02 Thread Kenton Varda
No ideas here.  Let us know if you find a solution.  A google search for
___floatundidf shows other people seeing this error in other contexts.

On Wed, Oct 27, 2010 at 12:33 PM, Irene Georgieva irened...@gmail.comwrote:

 Hi,

 I would like to migrate from 2.0.3 to 2.3.0. Everything looks ok
 except that I can’t link my existing projects on Mac OS with gcc 4.0 –
 arch ppc (only, i386 works fine).

 I receive:

  Undefined symbols:
  ___floatundidf, referenced from:


 google::protobuf::DescriptorBuilder::OptionInterpreter::SetOptionValue(google::protobuf::FieldDescriptor
 const*, google::protobuf::UnknownFieldSet*)in
 libprotobuf.a(descriptor.o)

 google::protobuf::TextFormat::Parser::ParserImpl::ConsumeDouble(double*)in
 libprotobuf.a(text_format.o)
  ___floatundisf, referenced from:


 google::protobuf::DescriptorBuilder::OptionInterpreter::SetOptionValue(google::protobuf::FieldDescriptor
 const*, google::protobuf::UnknownFieldSet*)in
 libprotobuf.a(descriptor.o)
 ld: symbol(s) not found

 It looks like this code in SetOptionValue isn’t changed from 2.0.3.
 What is then? Any ideas?

 Thanks,
 -i

 --
 You received this message because you are subscribed to the Google Groups
 Protocol Buffers group.
 To post to this group, send email to proto...@googlegroups.com.
 To unsubscribe from this group, send email to
 protobuf+unsubscr...@googlegroups.comprotobuf%2bunsubscr...@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 proto...@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.



[protobuf] Migration from 2.0.3 to 2.3.0 problem on Mac OS –arch ppc

2010-10-27 Thread Irene Georgieva
Hi,

I would like to migrate from 2.0.3 to 2.3.0. Everything looks ok
except that I can’t link my existing projects on Mac OS with gcc 4.0 –
arch ppc (only, i386 works fine).

I receive:

 Undefined symbols:
  ___floatundidf, referenced from:
 
google::protobuf::DescriptorBuilder::OptionInterpreter::SetOptionValue(google::protobuf::FieldDescriptor
const*, google::protobuf::UnknownFieldSet*)in
libprotobuf.a(descriptor.o)
 
google::protobuf::TextFormat::Parser::ParserImpl::ConsumeDouble(double*)in
libprotobuf.a(text_format.o)
  ___floatundisf, referenced from:
 
google::protobuf::DescriptorBuilder::OptionInterpreter::SetOptionValue(google::protobuf::FieldDescriptor
const*, google::protobuf::UnknownFieldSet*)in
libprotobuf.a(descriptor.o)
ld: symbol(s) not found

It looks like this code in SetOptionValue isn’t changed from 2.0.3.
What is then? Any ideas?

Thanks,
-i

-- 
You received this message because you are subscribed to the Google Groups 
Protocol Buffers group.
To post to this group, send email to proto...@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.