Open tmayoff opened 1 year ago
Hi @tmayoff, I have been able to reproduce your issue. When trying to compile the files generated using -typeobject flag, the compiles throws the lines stated in the issue. It happens with an idl including another idl which have a typedef. We will try to assign resources to resolve this issue. Thank you for the report.
We have an idl file that's used to define some typedefs that most if not all our other IDL files include. However when running fastddsgen with -typeobject (which I believe we need to be able to use Content Filtered Topics), we get this as the errors
A solution around this is to place the typedefs in an IDL module, but it would be nice to not need to do that.
A test project can be found here: https://github.com/tmayoff/eprosima-test