We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
--proto
When trying to generate an fbs file from a proto file I get the error
no generator registered
Running ./tests/prototest/GenerateProtoGoldens.sh fails with the same error.
./tests/prototest/GenerateProtoGoldens.sh
This could be related to the recent CodeGenerator changes (#7802)
The text was updated successfully, but these errors were encountered:
We'll need to migrate idl_gen_fbs to use the new CodeGenerator class. https://github.com/google/flatbuffers/blob/master/src/idl_gen_fbs.cpp
Then register it. https://github.com/google/flatbuffers/blob/master/src/flatc_main.cpp#L82
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
When trying to generate an fbs file from a proto file I get the error
Running
./tests/prototest/GenerateProtoGoldens.sh
fails with the same error.This could be related to the recent CodeGenerator changes (#7802)
The text was updated successfully, but these errors were encountered: