discuss-gnuradio
[Top][All Lists]
Advanced

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

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


From: Tom Rondeau
Subject: Re: [Discuss-gnuradio] Please try new master branch
Date: Sat, 21 Jan 2012 10:44:50 -0500

On Sat, Jan 21, 2012 at 5:40 AM, Volker Schroer <address@hidden> 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.m4    2012-01-21 11:35:51.000000000 +0100
--- grc_gr_noaa.m4.new    2012-01-21 11:35:37.000000000 +0100
***************
*** 27,32 ****
--- 27,33 ----

     AC_CONFIG_FILES([\
         gr-noaa/Makefile \
+     gr-noaa/gnuradio-noaa.pc \
     gr-noaa/apps/Makefile \
     gr-noaa/grc/Makefile \
     gr-noaa/lib/Makefile \



Volker

Thanks, Volker. I just pushed a fix for that.

Tom

 
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 gnuradio.org for more details. The current version in git works for me
on multiple machines, but I'd like more feedback if it's failing for anyone.

Thanks.



_______________________________________________
Discuss-gnuradio mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


_______________________________________________
Discuss-gnuradio mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio



--
Tom



reply via email to

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