iamandi / nanopb

Automatically exported from code.google.com/p/nanopb
zlib License
0 stars 0 forks source link

Passing nanopb generator options through protoc fails on Mac OS X #153

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Download nanopb macosx binary package
2. Run this command:
generator-bin/protoc --nanopb_out="-ftests/alltypes/alltypes.options:." 
tests/alltypes/alltypes.proto

What is the expected output? What do you see instead?
File should compile ok, like it does on Linux.
Instead there is error message: "error: no such option: -".

Original issue reported on code.google.com by Petteri.Aimonen on 8 Apr 2015 at 2:44

GoogleCodeExporter commented 9 years ago
This issue was updated by revision 9e4ac1ba9b27.

Original comment by Petteri.Aimonen on 8 Apr 2015 at 3:06

GoogleCodeExporter commented 9 years ago
Fix released in nanopb-0.3.3

Original comment by Petteri.Aimonen on 10 Apr 2015 at 6:06