-
Notifications
You must be signed in to change notification settings - Fork 10
Compilation and tests fail with clang #84
Comments
It seems to be related to #72, although there can be differences between Linux and OSX outputs when using clang. The new Travis OSX support could certainly be useful. |
Other error (happens to
|
And a more problematic one:
Both are static const bool jointFwdDyn = false; // <dynamics> fwd_dyn field, used by chda
static const bool jointNuOfFwdDyn = initNuFwdDyn< simple_arm<FloatType>, simple_arm<FloatType>::Node0 >::value; // subtree supported by at least one fwdDyn joint |
Thanks Benjamin. I will look into that. |
Hi Benjamin, |
Dear Benjamin, |
What we did with RobOptim is first fix It was in beta back then and we had to ask them to enable it, but I guess it's officially released now. Also, we compile for both |
@bchretien I think you still have to ask for the test on mac OSX. |
@francois-keith ok, I guess they're still ironing a few things out. Thanks for the link! |
On Travis,
metapodfromurdf
leads to a segmentation fault when using clang 3.4:Also, locally, when using clang 3.5.0, I get a bunch of
elaborated type refers to a typedef
errors:The text was updated successfully, but these errors were encountered: