-
Notifications
You must be signed in to change notification settings - Fork 104
Conversation
Can't actually reproduce the build failure on gentoo, build and tests compiled smoothly |
Well, we'll have a look at it asap, but if you have time to look at the error and reason about it then that would be good. I can't merge the patch if it doesn't build on our main target platform (Ubuntu Xenial for Kinetic). |
I actually looked at it, that's why I mentioned I can't reproduce the issue on my machine. Seems like the modules build is ok, the tests build fails though, can't really think of how this patch might affect the tests. |
|
👍 there are two of them std::isnan and boost::math::isnan |
Thanks! @clalancette or @sloretz can one of you review this after the build farm comes back with a result and then merge if it looks good to you? |
Unfortunately we now have a compiler warning which is new with C++11 😝. I think the right thing to do is to disable this warning when importing from collada (source of the issue) using pragma's, see: https://gcc.gnu.org/onlinedocs/gcc/Diagnostic-Pragmas.html Perhaps @clalancette or @sloretz could help with that, unless @Den4ix feels comfortable doing it. |
collada_parser,kdl_parser,urdf: add c++11 flag, collada_parser: replace typeof with ansi __typeof__ builded/tested on gentoo
this becoming kinda funny, I hope it won't produce another warn/err =) |
Awesome, build farm is happy now, thanks! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me
Windows support is "nice to have", but I don't ask others to do in pr's because we have no CI that tests it on Windows for them, and I don't expect them to be able to do so. One of us could extend this pr to support Windows if we had the interest and time to do so, but I don't right now. |
collada_parser,kdl_parser,urdf: add c++11 flag,
collada_parser: replace typeof with ansi typeof
builded/tested on gentoo