← Back to team overview

kicad-developers team mailing list archive

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

 

On Fri, 10 May 2019, mdoesbur@xxxxxxxxx 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...
Test project /tmp/SBo/kicad-git/build
    Start 1: qa_python
1/8 Test #1: qa_python ........................   Passed    0.80 sec
    Start 2: common_eeschema
2/8 Test #2: common_eeschema ..................   Passed    0.07 sec
    Start 3: common_pcbnew
3/8 Test #3: common_pcbnew ....................   Passed    0.05 sec
    Start 4: qa_common_gerbview
4/8 Test #4: qa_common_gerbview ...............   Passed    0.05 sec
    Start 5: pcbnew
5/8 Test #5: pcbnew ...........................   Passed    0.05 sec
    Start 6: eeschema
6/8 Test #6: eeschema .........................   Passed    0.07 sec
    Start 7: sexpr
7/8 Test #7: sexpr ............................   Passed    0.04 sec
    Start 8: kicad2step
8/8 Test #8: kicad2step .......................   Passed    0.02 sec

100% tests passed, 0 tests failed out of 8

Total Test time (real) =   1.18 sec


Cheers
Tom.

--
Tom Crane, Dept. Physics, Royal Holloway, University of London, Egham Hill,
Egham, Surrey, TW20 0EX, England.
Email:  T.Crane@xxxxxxxxxx
Fax:    +44 (0) 1784 472794



References