-
When the ZS file has the system namespace, compilation fails.
Does this problem have anything to do with my compilation environment? Here is my docker image. |
Beta Was this translation helpful? Give feedback.
Answered by
mikir
Sep 5, 2022
Replies: 2 comments
-
Namespace system cannot be the top level one in generated C++ code. To overcome this problem, we recommend to use zserio command line argument |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
mikir
-
Okay. I understand. Thanks very much. |
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
Namespace system cannot be the top level one in generated C++ code. To overcome this problem, we recommend to use zserio command line argument
-setTopLevelPackage package_name
, e.g.-setTopLevelPackage nds
.