Re: [Discuss-gnuradio] Please try new master branch

2012-01-21 Thread Tom Rondeau
On Fri, Jan 20, 2012 at 11:21 AM, Michael Dickens wrote: > Is this for autotools or CMake? The CMake build (new master) works using > "-j2" for me (OSX 10.6.8, XCode 3.2.3; gcc 4.2.1); haven't tried the > autotools build because it has issues & I've mostly transitioned to using > CMake instead.

Re: [Discuss-gnuradio] Please try new master branch

2012-01-21 Thread Tom Rondeau
On Sat, Jan 21, 2012 at 5:40 AM, Volker Schroer wrote: > Together with autotools > > make -j5 > > works. > > Only gr-noaa does not build. > > No rules to make gnuradio-noaa.pc . > > To fix this problem, see the following diff > > *** grc_gr_noaa.m42012-01-21 11:35:51.0 +0100 > --- grc

Re: [Discuss-gnuradio] Please try new master branch

2012-01-21 Thread Volker Schroer
Together with autotools make -j5 works. Only gr-noaa does not build. No rules to make gnuradio-noaa.pc . To fix this problem, see the following diff *** grc_gr_noaa.m42012-01-21 11:35:51.0 +0100 --- grc_gr_noaa.m4.new2012-01-21 11:35:37.0 +0100 *** *** 27,

Re: [Discuss-gnuradio] Please try new master branch

2012-01-20 Thread Marcus D. Leech
On 01/20/2012 07:29 PM, Marcus D. Leech wrote: Following up on my own post here. A complete, fresh, check-out along with a virgin 'build' directory caused it to be able to build single-thread. About to test multi-thread. Following up again. make clean; make -j4 On the previously-fresh

Re: [Discuss-gnuradio] Please try new master branch

2012-01-20 Thread Marcus D. Leech
On 01/20/2012 06:15 PM, Marcus D. Leech wrote: On 01/20/2012 10:40 AM, Tom Rondeau wrote: I just merged in a change to git that tries to fix the parallel build problem without calling 'sync.' If you are one of our users who likes to work off git and builds in parallel ('make -jN' for N>1), we w

Re: [Discuss-gnuradio] Please try new master branch

2012-01-20 Thread Marcus D. Leech
On 01/20/2012 10:40 AM, Tom Rondeau wrote: I just merged in a change to git that tries to fix the parallel build problem without calling 'sync.' If you are one of our users who likes to work off git and builds in parallel ('make -jN' for N>1), we were having an issue of files not being ready wh

Re: [Discuss-gnuradio] Please try new master branch

2012-01-20 Thread Michael Dickens
Is this for autotools or CMake? The CMake build (new master) works using "-j2" for me (OSX 10.6.8, XCode 3.2.3; gcc 4.2.1); haven't tried the autotools build because it has issues & I've mostly transitioned to using CMake instead. - MLD On Jan 20, 2012, at 10:40 AM, Tom Rondeau wrote: > I just

[Discuss-gnuradio] Please try new master branch

2012-01-20 Thread Tom Rondeau
I just merged in a change to git that tries to fix the parallel build problem without calling 'sync.' If you are one of our users who likes to work off git and builds in parallel ('make -jN' for N>1), we were having an issue of files not being ready while they were being parsed. See issue #478 on g