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
What steps will reproduce the problem?
1. Build kernel without casadi-installation
2. configure works (doesn't find casadi however creates makefiles)
3. Compilation doesn't find "casadi/symbolic/fx/sx_function.hpp" in symbolic
functions h.
What is the expected output? What do you see instead?
I would expect casadi to be a dependency of the kernel
Original issue reported on code.google.com by kgrundl on 3 Jun 2013 at 6:13
The text was updated successfully, but these errors were encountered:
Casadi is a optional dependency of MBSim. If their are parts not working
without Casadi these should be enclosed by:
#ifdef HAVE_CASADI_SYMBOLIC_SX_SX_HPP
...
#endif
like already done at many places.
Original comment by friedrich.at.gc@googlemail.com on 3 Jun 2013 at 7:23
Original issue reported on code.google.com by
kgrundl
on 3 Jun 2013 at 6:13The text was updated successfully, but these errors were encountered: