Closed traversaro closed 4 years ago
Compilation in Windows is failing due to:
D:\a\drake-lite-cmake\drake-lite-cmake\build\drake\systems\primitives\multiplexer.cc(23,31): error : no member named 'accumulate' in namespace 'std' [D:\a\drake-lite-cmake\drake-lite-cmake\build\drake-lite-cmake.vcxproj]
D:\a\drake-lite-cmake\drake-lite-cmake\build\drake\systems\primitives\multiplexer.cc(38,44): error : no member named 'accumulate' in namespace 'std' [D:\a\drake-lite-cmake\drake-lite-cmake\build\drake-lite-cmake.vcxproj]
probably a usual missing include, similar to https://github.com/RobotLocomotion/drake/pull/13046 .
The compilation failure will be fixed by https://github.com/RobotLocomotion/drake/pull/13104 .
Corresponding to the bazel targets:
//multibody/hydroelastics:hydroelastics
//perception:perception
//systems/estimators:estimators
//systems/primitives:primitives
Towards https://github.com/traversaro/drake-lite-cmake/issues/12 .