On Mon, May 31, 2010 at 01:00:48PM -0600, Michael Dickens wrote: > 3.3.0-rc3 still passes "make check" on OSX; I can't test further, > really, but previous candidates did work so this one probably does > too. Still does not pass "make distcheck"; errors on in gr-qtgui, > as it did before (see below for error message). BTW> gr-qtgui is > not enabled; as before the Qt stuff is installed under strange names > & hence not found. Either way, the error below should be avoidable; > I don't have time to work on this, and it's not critical for the > release of 3.3.0 ... but it should be in the queue to be corrected. > - MLD > > [snip] > /bin/rm -f .deps/qtgui.d > cp .deps/qtgui.Std .deps/qtgui.d > echo "" >> .deps/qtgui.d > /opt/local/bin/gsed -e '1d;s, \\,,g;s, ,,g' < .deps/qtgui.Std | \ > awk '{ printf "%s:\n\n", $0 }' >> .deps/qtgui.d > /bin/rm -f .deps/qtgui.Std > touch .deps/qtgui-generate-stamp > DQT_SHARED -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_CORE_LIB -p \ > ../../../../gr-qtgui/src/lib \ > ../../../../gr-qtgui/src/lib/spectrumdisplayform.h \ > -o spectrumdisplayform_moc.cc > make[3]: DQT_SHARED: Command not found > make[3]: [spectrumdisplayform_moc.cc] Error 127 (ignored) > [snip]
FWIW, it looks like the DQT_SHARED flag is missing the leading '-' i.e., -DQT_SHARED, and/or there's a missing \ somewhere in some definition somewhere, and/or the variable with the command (not visible in the output), has a null value. Tom, if you get a chance, can you take a look at this? Thanks, Eric _______________________________________________ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnuradio