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 avail


From: Eric Blossom
Subject: Re: [Discuss-gnuradio] GNU Radio final release candidate 3.3.0-rc3 available for download
Date: Mon, 31 May 2010 13:16:02 -0700
User-agent: Mutt/1.5.20 (2009-08-17)

On Mon, May 31, 2010 at 01:02:27PM -0700, Johnathan Corgan wrote:
> 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.

That almost never works, since the installed versions of Qt* (on the
user system) and the version on the "make dist" machine are most
likely different, and incompatible.

Eric



reply via email to

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