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: Volker Schroer
Subject: Re: [Discuss-gnuradio] Please try new master branch
Date: Sat, 21 Jan 2012 11:40:53 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:9.0) Gecko/20120107 Thunderbird/9.0

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


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




reply via email to

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