[ITK-users] VXL compilation in ITK 4.10 RC2
Olivier Commowick
olivier.commowick at inria.fr
Tue May 24 13:13:37 EDT 2016
Hello,
I am writing this email about a small problem for compiling in the latest RCs on Fedora. VXL has been updated recently and does not compile when setting CMAKE_CXX_STANDARD to 11 on that OS. Looking into it, this is because a cmake test is not yet accounting for that variable in VXL introspection file. And since on fedora C++11 is not activated by default in gcc, the compilation fails or a fpermissive flag has to be set for the compilation.
I had submitted a small, yet not robust and ad-hoc patch, on gerrit and was told it has actually been corrected in a more recent version of VXL github. Since I do not know how this repo is merged / updated into ITK, would it be possible for someone to update VXL to its latest version in ITK master and release branches? Of course, this is definitely not urgent since a workaround exists but I feel that would be great for the rest of us on fedoras.
Thanks a lot in advance.
Olivier
More information about the Insight-users
mailing list