discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] cmake build


From: Michael Dickens
Subject: Re: [Discuss-gnuradio] cmake build
Date: Fri, 19 Aug 2011 09:52:04 -0400

Testing on OSX 10.6.8, XCode 3.2.3 (gcc 4.2.1 with Apple tweaks), MacPorts 
2.0.0 for all other dependencies.  It looks like that "configure' and 'build' 
CMake logic is pretty good.  I'd guess there's an issue with how 'Python' is 
called during the 'test' stage.

From the top-level git directory, after pulling Josh's next branch and 
switching to it:

% mkdir -p builds/cmake_next
% cd builds/cmake_next
% cmake ../..
[ succeeds, but finds Python 2.7 instead of 2.6;
  "which python" -> python 2.6 installed by MacPorts ]
% make
[ fails at Volk, which is not a surprise ]
% cmake ../.. -DPYTHON_EXECUTABLE=/opt/local/bin/python2.6 -DENABLE_VOLK=off
[ finds correct Python now;
  succeeds, disables gr-qtgui, which is not a surprise ]
% make
[ succeeds ]
% make test
Running tests...
Test project /opt/GNURadio/git_new/builds/jb_next_cmake
      Start  1: gruel-test
 1/82 Test  #1: gruel-test .......................   Passed    3.02 sec
      Start  2: qa_pmt
 2/82 Test  #2: qa_pmt ...........................***Failed    1.26 sec
      Start  3: gr-core-reed-solomon-test
 3/82 Test  #3: gr-core-reed-solomon-test ........   Passed    0.09 sec
      Start  4: gr-core-test-all
 4/82 Test  #4: gr-core-test-all .................   Passed   11.53 sec
      Start  5: qa_add_and_friends
 5/82 Test  #5: qa_add_and_friends ...............***Failed    0.45 sec
      Start  6: qa_add_v_and_friends
[ all of the rest of the tests fail;
  I get lots of pop-ups telling me that Python unexpectedly quit ]
5% tests passed, 78 tests failed out of 82

Total Test time (real) =  29.37 sec




reply via email to

[Prev in Thread] Current Thread [Next in Thread]