Re: [Kicad-developers] Problems with Boost library building Kicad from git sources on Slackware64-current Linux

2019-05-10 Thread TPCkicad
On Fri, 10 May 2019, mdoes...@xs4all.nl wrote: You need to use: cmake -DBoost_NO_BOOST_CMAKE=ON Many thanks for that. Adding it and applying your SWIG patch (posted in another thread) let me build OK. Afterwards I also tried, $:/tmp/SBo/kicad-git/build$ make test Running tests..

[Kicad-developers] Problems with Boost library building Kicad from git sources on Slackware64-current Linux

2019-05-09 Thread TPCkicad
I managed to do this successfully a few weeks back with boost-1.69.0. Now with boost-1.70.0 it fails. The relevant parts of my (SlackBuilds based) build script are, SLKCFLAGS="-O2 -fPIC" LIBDIRSUFFIX="64" cmake \ -DCMAKE_C_FLAGS:STRING="$SLKCFLAGS" \ -DCMAKE_CXX_FLAGS:STRING="$SLKCFL