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
I can't seem to get any of my topics types to show. All I get is the above in the log
This is how I'm generating the idl's
opendds_idl -Lc++11 -Cw -Gxtypes-complete -o /home/tyler/src/module-GC/build/utils/IDL -I../utils/IDL -I/home/tyler/src/module-GC/utils/IDL ../utils/IDL/Interpreter.idl
tao_idl -Cw --idl-version 4 --unknown-annotations ignore -GA -GX -o /home/tyler/src/module-GC/build/utils/IDL -I/usr/include -I../utils/IDL -I/home/tyler/src/module-GC/utils/IDL /home/tyler/src/module-GC/build/utils/IDL/InterpreterTypeSupport.idl
The text was updated successfully, but these errors were encountered:
Did you enable xtypes in your publisher/subscriber with UseXTypes=complete? https://opendds.readthedocs.io/en/latest-release/devguide/run_time_configuration.html#id6
UseXTypes=complete
Sorry, something went wrong.
I did not, I'll try that and get back to you
Duplicate of #41
No branches or pull requests
I can't seem to get any of my topics types to show. All I get is the above in the log
This is how I'm generating the idl's
The text was updated successfully, but these errors were encountered: