You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to create bindings JSBSim and have the following error:
var/jsbsim/src/FGJSBBase.h:42:10: include file not found: <queue>
var/jsbsim/src/FGJSBBase.h:43:10: include file not found: <string>
var/jsbsim/src/FGJSBBase.h:44:10: include file not found: <cmath>
var/jsbsim/src/FGJSBBase.h:45:10: include file not found: <stdexcept>
var/jsbsim/src/FGJSBBase.h:46:10: include file not found: <random>
var/jsbsim/src/FGJSBBase.h:47:10: include file not found: <chrono>
Thank you @xlab for the advice! Since I want to map JSBSim classes to Golang struct/methods, C wrapper may be not the best option. Could you please suggest on the most reasonable aproach to this? Looks like Swig is what could be helpful but I am new for this kind of suff.
I am trying to create bindings JSBSim and have the following error:
Config
Command
Both
and (which AFAIU shold replace the inputs):
return the same error.
I've also tried both with the following paths on Parallels Ubuntu with the following includes:
Same error. So, possibly this is not related to OS X.
The text was updated successfully, but these errors were encountered: