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..
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
2 matches
Mail list logo