If you are using Linux, OSX, or MSYS2/MinGW you should use the version of boost installed on your system as long as it's greater than 1.57. Boost 1.56 may also work but I'm not 100% sure. This can be done by passing -DKICAD_SKIP_BOOST=ON during CMake configuration. All of this is going to be ripped out of the KiCad build code after the stable release.
On 9/3/2015 4:32 PM, Jean-Samuel Reynaud wrote: > Yes for me it is not the same issue. > > Le 03/09/2015 20:08, Mark Roszko a écrit : >> That's not his issue FYI. >> >> On Thu, Sep 3, 2015 at 1:51 PM, Nick Østergaard <[email protected]> wrote: >>> Please read, https://lists.launchpad.net/kicad-developers/msg19960.html >>> >>> 2015-09-03 18:04 GMT+02:00 Jean-Samuel Reynaud <[email protected]>: >>>> Hi All, >>>> >>>> Currently kicad is unable to be built on ubuntu Wily (15.10) since gcc >>>> 5.2.1 is used. >>>> Build trace example is at: >>>> https://launchpadlibrarian.net/216242089/buildlog_ubuntu-wily-amd64.kicad_0.201509030902%2B6151~29~ubuntu15.10.1_BUILDING.txt.gz >>>> >>>> After analysis it look to be a difference between gcc 5.2 and gcc 4.X >>>> for handling >>>> variadic templates. >>>> >>>> Boost is not able to correctly handle compiler options in this case >>>> (As I understand). >>>> It look to be corrected on boost 1.58 but in V1.54 (version we use) it >>>> is not working. >>>> >>>> Currently a workarround is to patch boost (an other one) with attached >>>> file (it's a backport from 1.58). >>>> >>>> Is it possible to add this patch on the list of boost's patch ? or is >>>> there any plan to upgrade boost version ? >>>> >>>> Regards, >>>> Jean-Samuel Reynaud >>>> >>>> >>>> _______________________________________________ >>>> Mailing list: https://launchpad.net/~kicad-developers >>>> Post to : [email protected] >>>> Unsubscribe : https://launchpad.net/~kicad-developers >>>> More help : https://help.launchpad.net/ListHelp >>>> >>> _______________________________________________ >>> Mailing list: https://launchpad.net/~kicad-developers >>> Post to : [email protected] >>> Unsubscribe : https://launchpad.net/~kicad-developers >>> More help : https://help.launchpad.net/ListHelp >> >> > > > _______________________________________________ > Mailing list: https://launchpad.net/~kicad-developers > Post to : [email protected] > Unsubscribe : https://launchpad.net/~kicad-developers > More help : https://help.launchpad.net/ListHelp > _______________________________________________ Mailing list: https://launchpad.net/~kicad-developers Post to : [email protected] Unsubscribe : https://launchpad.net/~kicad-developers More help : https://help.launchpad.net/ListHelp

