stulp / dmpbbo

Python/C++ library for Dynamical Movement Primitives and Black-Box Optimization
GNU Lesser General Public License v2.1
224 stars 90 forks source link

Not compiling due to boost::serialization (again!) #57

Closed stulp closed 4 years ago

stulp commented 4 years ago

Since the following commit, dmpbbo no longer compiles on travis (it does on Ubuntu 18.04 using boost 1.65 though) https://github.com/stulp/dmpbbo/commit/d2fe4cb1e10fc7d4f8890f329690200de7a52234

The commit only involves documentation, so the broken build must be due to a change in the boost libraries, perhaps similar to this issue: https://github.com/freeorion/freeorion/issues/445

I need to read this: https://freeorion.org/forum/viewtopic.php?t=10671

Or perhaps one of these: https://github.com/esa/pagmo/issues/174 https://github.com/esa/pagmo/issues/69 https://github.com/esa/pagmo/issues/68

It's very easy to find people that have strange linking issues with boost serialization...

stulp commented 4 years ago

Fixed in 6f362967a65c1f9. New boost version requires upgrade to gcc-5