On Mon, May 31, 2010 at 12:27, Eric Blossom <e...@comsec.com> wrote:

>> DQT_SHARED -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_CORE_LIB -p \
[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?

This appears to originate in line 79 of gr-qtui/src/lib/Makefile.am.
There is a variable $(QT_MOC_EXEC) which is null when QT is not
installed on the machine.  I not sure this line should even be
executed in this scenario, however, so it seems the real issue is
deeper.

This particular Makefile.am has been fragile in this area in the past;
it's another consequence of the requirement for QT apps to use a
pre-compiler to process header files.  We may be better off putting
the generated files under version control.

Fortunately, 'make distcheck' is intended for maintainers and hackers
on GNU Radio itself, and not really an issue for end users that are
only compiling and installing so they can write their own code on top
of the GNU Radio API.  So, as Michael said, it's probably not a
release issue.  If Tom can straighten it out, great.  But it's a risky
area of change that should get all its corner cases verified before
merging.

Johnathan

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

Reply via email to