Re: erlang_protobuffs library error

2012-01-02 Thread Rapsey
Found the problem. pokemon_pb file does not get compiled with debug_info which is needed for it to work. rebar.config file is missing this line: {erl_opts, [debug_info]}. Sergej On Mon, Jan 2, 2012 at 10:50 AM, Rapsey wrote: > hello, > > I've been trying to use the erlang_protobuffs library bu

erlang_protobuffs library error

2012-01-02 Thread Rapsey
hello, I've been trying to use the erlang_protobuffs library but the scan_file function always crashes. protobuffs_compile:scan_file("../test/erlang_protobuffs_SUITE_data/simple.proto"). =INFO REPORT 31-Dec-2011::19:03:38 === Writing header file to "simple_pb.hrl" ** exception error: no matc