discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] GNU Radio final release candidate 3.3.0-rc3 avai


From: Johnathan Corgan
Subject: Re: [Discuss-gnuradio] GNU Radio final release candidate 3.3.0-rc3 available for download
Date: Mon, 31 May 2010 13:02:27 -0700

On Mon, May 31, 2010 at 12:27, Eric Blossom <address@hidden> 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



reply via email to

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