bjnspy / metasyntactic

Automatically exported from code.google.com/p/metasyntactic
Apache License 2.0
1 stars 0 forks source link

missing include in objectivec_message.cc #114

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
objectivec_message.cc should include this:

#include <google/protobuf/wire_format_inl.h>

otherwise it compiles successfully, but doesn't work.

Original issue reported on code.google.com by stiggerm...@gmail.com on 20 Jul 2009 at 4:17

GoogleCodeExporter commented 8 years ago
Stiggermeister, what problem are you running into?

Original comment by cyrus.na...@gmail.com on 20 Jul 2009 at 4:34

GoogleCodeExporter commented 8 years ago
when i was trying to compile a proto file to objective c class protoc crashed 
with this report:

dyld: lazy symbol binding failed: Symbol not found: 
__ZN6google8protobuf8internal10WireFormat16WireTypeForFieldEPKNS0_15FieldDescrip
torE
  Referenced from: /Users/stigger/tmp/ProtocolBuffers-2.0-Source/src/.libs/libprotoc.4.dylib
  Expected in: dynamic lookup

dyld: Symbol not found: 
__ZN6google8protobuf8internal10WireFormat16WireTypeForFieldEPKNS0_15FieldDescrip
torE
  Referenced from: /Users/stigger/tmp/ProtocolBuffers-2.0-Source/src/.libs/libprotoc.4.dylib
  Expected in: dynamic lookup

Trace/BPT trap

Original comment by stiggerm...@gmail.com on 20 Jul 2009 at 4:40

GoogleCodeExporter commented 8 years ago
I'm not sure why you're having this problem.  Things work fine for me on this 
end.  However, i don't see a 
problem making this change so i've checked it in.

Original comment by cyrus.na...@gmail.com on 20 Jul 2009 at 5:08