Compile error with imported Message

2009-04-06 Thread Günther Makulik
Hi, I have defined a message that imports another message from a different package: File Message1.proto: = import Namespace2/Message3.proto; package Namespace1; message Message1 { ... optional Namespace2.Message3 ImportedField = 5;

RE: Compile error with imported Message

2009-04-06 Thread Günther Makulik
interested in the details of my top level makefiles organization I can post the solution here. WBR Günther - Weitergeleitete Mail Von: Günther Makulik g.maku...@yahoo.com An: protobuf@googlegroups.com Gesendet: Montag, den 6. April 2009, 22:35:15 Uhr Betreff: Compile error with imported