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 Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
_______________________________________________ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio