Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

scan file error return #5

Open
onlyshk opened this issue Apr 15, 2011 · 0 comments
Open

scan file error return #5

onlyshk opened this issue Apr 15, 2011 · 0 comments

Comments

@onlyshk
Copy link

onlyshk commented Apr 15, 2011

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant