Closed bresch closed 3 years ago
Interesting, now CI complains about:
error: conversion from ‘JSBSim::FGInitialCondition*’ to non-scalar type ‘std::shared_ptr<JSBSim::FGInitialCondition>’ requested
146 | std::shared_ptr<JSBSim::FGInitialCondition> initial_condition = _fdmexec->GetIC();
| ~~~~~~~~~~~~~~~^~
EDIT: that was recently changed in https://github.com/JSBSim-Team/jsbsim/commit/87c9782b61ca1121c917f827f3f320944b2894e3 -> changing to auto
so everyone can be happy
Which system were you using?
Manjaro
Should we add building jsbsim from source to the CI?
Could be a good thing, yes, but only if we want to support it explicitly. The problem is that CI will fail every time the upstream interface changes, but the good thing is that we can fix them gradually instead of discovering them when changing to a new release.
While trying JSBSim (built from source on Linux), I got this error:
After this change I was able to run build and run a SITL test successfully.