ruby-protocol-buffers icon indicating copy to clipboard operation
ruby-protocol-buffers copied to clipboard

better error message if protoc is not installed, or errors from protoc

Open codekitchen opened this issue 12 years ago • 0 comments

(copied from https://github.com/mozy/ruby-protocol-buffers/issues/6)

$ gem install ruby-protocol-buffers $ ruby-protoc featureful.proto HOME_PATH/.rvm/gems/ruby-1.8.7-p334/gems/ruby-protocol-buffers-1.0.1/lib/protocol_buffers/compiler.rb:16:in compile': 127 (ProtocolBuffers::CompileError) from HOME_PATH/.rvm/gems/ruby-1.8.7-p334/gems/ruby-protocol-buffers-1.0.1/bin/ruby-protoc:38 from HOME_PATH/.rvm/gems/ruby-1.8.7-p334/bin/ruby-protoc:19:inload' from HOME_PATH/.rvm/gems/ruby-1.8.7-p334/bin/ruby-protoc:19

The featureful.proto file is taken straight from the current source code.

codekitchen avatar Feb 23 '13 16:02 codekitchen