wang-xinhong / protobuf

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

Support for Lua files generation #648

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Is this protoc-2.5.0-win32 version supports generaton of Lua file generation? 
2.
3.

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?

protoc-2.5.0-win32 on Windows 7
Please provide any additional information below.
If protoc-2.5.0-win32 version is capable of generating Lua files then what are 
the steps to be followed,
because I get the following error while compiling
--lua_out: protoc-gen-lua: The system cannot find the file specified
I used the command that is similar to generating C++ files. 
C++ is successfule, but the Lua files generation fails.

Original issue reported on code.google.com by jbbalu...@gmail.com on 25 Jun 2014 at 6:50

GoogleCodeExporter commented 9 years ago
Lua is not one of the officially supported languages so protoc along can't 
generate code for that. But you can find lua support from third-party though. 
Check out the third-party addons page:
https://code.google.com/p/protobuf/wiki/ThirdPartyAddOns

Original comment by xiaof...@google.com on 25 Jun 2014 at 5:54

GoogleCodeExporter commented 9 years ago
Issue 647 has been merged into this issue.

Original comment by xiaof...@google.com on 25 Jun 2014 at 5:57