-
Notifications
You must be signed in to change notification settings - Fork 107
New issue
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
The C++ generator uses reserved symbols which introduces undefined bahaviour #42
Comments
This problem is still occurring? |
Well the code hasn't been updated, so yes. :) |
@kheaactua do you have any PR to fix this? |
Not yet, I'll create one. |
I created #65 but I haven't tested it. I can't build
|
This error seems to be related with a wrong java version. Java 8 is the version that must be used. |
Oh, I'm pretty sure I was in the latest jdk, k, I'll set up java 8 and try |
I tried with https://hub.docker.com/r/eucm/maven , but got:
I don't think it's a downloading error. I'll give it another shot, and if it still fails I'll try a different container. |
Using eclipse/ubuntu_jdk8, I got:
|
The C++ templates here use the symbol
_AttributeExtensions
which is reserved.capicxx-core-tools/org.genivi.commonapi.core/src/org/genivi/commonapi/core/generator/FInterfaceProxyGenerator.xtend
Lines 162 to 163 in 1e6e696
Reserved Names
I haven't encountered any problems with this, but it does introduce undefined behaviour which concerns me.
The text was updated successfully, but these errors were encountered: