← Back to team overview

kicad-developers team mailing list archive

Re: [PATCH] Enable C++11

 

What about bumping the boost version requirement to 1.55?

Debain stable jessie has 1.55 [1] and it seems that ubuntu 14.04
trusty also has 1.55 [2].

Given that the issue is only with boost 1.54.

[1] https://packages.debian.org/search?keywords=libboost&searchon=names&suite=stable&section=all
[2] http://packages.ubuntu.com/search?keywords=libboost&searchon=names&suite=trusty&section=all

2016-03-10 15:11 GMT+01:00 Mark Roszko <mark.roszko@xxxxxxxxx>:
> Just setting C++11 will break some builds on some setups thanks to
> boost and GCC (making its own decision on 128-bit float support)
>
> See:
> https://svn.boost.org/trac/boost/ticket/9240
>
> The workaround is to start defining boost flags or define gnu++11 for gcc
>
> Ubuntu 14 is affected by that.
>
> _______________________________________________
> Mailing list: https://launchpad.net/~kicad-developers
> Post to     : kicad-developers@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~kicad-developers
> More help   : https://help.launchpad.net/ListHelp


Follow ups

References