ruiaylin / goprotobuf

Automatically exported from code.google.com/p/goprotobuf
Other
0 stars 0 forks source link

Doesn't work with protoc <= 2.3 #10

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The goprotobuf compiler is a plugin for protoc, however compiler plugins are 
not supported in protoc previous to version 2.3, as stated in: 
http://code.google.com/apis/protocolbuffers/docs/reference/other.html

Documentation should mention that minimum requirements for protocolbuffers is 
version 2.3

Original issue reported on code.google.com by hannson@gmail.com on 23 Apr 2011 at 8:19

GoogleCodeExporter commented 9 years ago
Of course title was supposed to be protoc -version < 2.3 

It's version 2.2 that doesn't support compiler plugins.

Original comment by hannson@gmail.com on 23 Apr 2011 at 8:20

GoogleCodeExporter commented 9 years ago
Fixed by adding a phrase to the landing page.

Original comment by r@golang.org on 25 Apr 2011 at 8:40