Comment #1 on issue 315 by gerd94...@gmail.com: erroneous duplicate definition error if imported file in subdirectory
http://code.google.com/p/protobuf/issues/detail?id=315

The error message the compiler produces is:

% protoc --python_out=. -I. -Ix foo.proto x/bar.proto gerd@dhcp-171-71-136-245:~/tmp/x
x/bar.proto:2:18: "bar.x" is already defined in file "bar.proto".
x/bar.proto:1:9: "bar" is already defined in file "bar.proto".


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