erlang_protobuffs icon indicating copy to clipboard operation
erlang_protobuffs copied to clipboard

scan file error return

Open onlyshk opened this issue 13 years ago • 0 comments

Hello,

I try to:

test() -> protobuffs_compile:scan_file("/home/user/test/test.proto").

My .proto file:

message Person { required int32 id = 1; required string name = 2; optional string email = 3; }

I get error:

** exception error: no match of right hand side value {ok,{pokemon_pb,[{abstract_code,no_abstract_code}]}} in function protobuffs_compile:output/2

How can i fix it?

Thank you.

onlyshk avatar Apr 15 '11 13:04 onlyshk