protocol buffers - Problems with protobuf when generating haxe source file -


i want generate protobuf source file haxe,but last step "haxelib run protohx generate protohx.json" come across problem says

plugin: program not found or not executable --haxe_out: protoc-gen-haxe: plugin failed status code 1.

anyone can fix out?thanks lot!

i ran same issue , got around running task manually generate proto class files.

i copied plugin local path, made proto shell script executable:

for example:

chmod +x proto protoc --plugin=protoc-gen-haxe=plugin --haxe_out=./src-gen --proto_path=. proto/your.proto 

Comments

Popular posts from this blog

javascript - DIV "hiding" when changing dropdown value -

Does Firefox offer AppleScript support to get URL of windows? -

android - How to install packaged app on Firefox for mobile? -