-
Notifications
You must be signed in to change notification settings - Fork 2
could not find type std::AgentConfig in namespace std #4
Comments
The latest openstack versions use this from std. The problem is that the std module contains features that require a newer compiler. Hence, the error. We are getting close to a new release so you could try to upgrade to the latest dev version: |
Sure. I'm gonna try and install the dev version. |
The problem with this issue is that it is not the openstack module that requires a newer compiler. We should rethink the way we release new module versions. I added an issue to the main compiler to change the way we release new module versions. inmanta/inmanta#442 |
This was fixed in version 2.3.3 (just released) |
My previous comment was for an other issue. However, the issue causing this should be handled in the core with an improved branching model. |
When using the latest version of the openstack module (or any 2.2.X version), I got this error when exporting:
Shouldn't the compiler version be raised to 2017.2 like in the std module?
compiler_version: 2017.2
The text was updated successfully, but these errors were encountered: