stulp / dmpbbo

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

Compile issues on Ubuntu 16.04 #16

Closed kazuotani14 closed 7 years ago

kazuotani14 commented 7 years ago

I am getting some compile issues on Ubuntu 16.04 concerning boost::serialization. Not sure what's going on here, but any help would be appreciated!

Screenshot shows error when compiling with debug symbols, but this was recreated on two computers in normal compile mode as well. screenshot from 2017-06-15 10-11-15

stulp commented 7 years ago

The code compiles on my 16.04 Ubuntu, with libboost-dev version 1.58.0.1ubuntu1. No complaints from Travis either: https://travis-ci.org/stulp/dmpbbo

What boost version do you have?

kazuotani14 commented 7 years ago

I have version 1.58.0.1ubuntu1 as well. Maybe I did something wrong when installing dependencies, I will double check