Got an error compiling with "TEMPLATE_SPEC" does not name a type #4649
Replies: 1 comment
-
Never mind I fixed it. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I just upgraded my FastDDS version but got error trying to compile the example generated from fastdds-gen,
I generate code with
/xxx/fastddsgen /xxxx/mymessage.idl -typeobject -d <output_dir> -replace -example CMake
But when I compile with the cmake generated, it failed with "TEMPLATE_SPEC" does not name a type from CdrSizeCalculator.hpp
I was using Fast-DDS v2.14.0, Fast-CDR v2.2.0
I was using a older version FastDDS and FastCdr, that does not generate the ipp files and there was no CdrSizeCalculator.hpp file, so I was a bit clueless what happened.
Thank you very much!
Beta Was this translation helpful? Give feedback.
All reactions