fundamentalslib / fundamentals5

Fundamentals 5 Code Library for FreePascal and Delphi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CodeGen fails to generate code for complex .proto

oldwired opened this issue · comments

Trying to generate code for VoxPbMonitoringProtocol.proto from http://developer.voxtron.com/?page_id=262 I get the following error:

Error: VoxPbMonitoringProtocol.proto(8): VoxPbCommonProtocol.proto(256): Identifier expected

VoxPbCommonProtocol.proto is an import and is also present in the directory.
I tried it with the google supplied protoc for C++ and it generated code, so I assume the .proto file itself is valid.