discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] 3.7.0building problem on RHEL6.0


From: Thomas Tsou
Subject: Re: [Discuss-gnuradio] 3.7.0building problem on RHEL6.0
Date: Wed, 24 Jul 2013 15:56:13 +0200

On Wed, Jul 24, 2013 at 10:00 AM, Nemanja Savic <address@hidden> wrote:
> today I tried installing 3.7.0 on my RHEL machine, but without success and
> with the following error message during make:
>
> [ 70%] Building CXX object
> gr-qtgui/lib/CMakeFiles/gnuradio-qtgui.dir/TimeDomainDisplayPlot.cc.o
> /home/savi_ne/tools/gnuradio-3.7.0/gr-qtgui/lib/TimeDomainDisplayPlot.cc: In
> member function ‘void TimeDomainDisplayPlot::setSemilogy(bool)’:
> /home/savi_ne/tools/gnuradio-3.7.0/gr-qtgui/lib/TimeDomainDisplayPlot.cc:358:
> error: ‘class QwtScaleDiv’ has no member named ‘upperBound’

Your qwt version is older than 5.2.0. Part of the QwtScaleDiv
interface was changed between 5.1.1 and 5.2.0 - just a rename
actually.

lBound --> lowerBound
hBound --> upperBound

You can either update your version of qwt or rename the non-existent
calls to the older interface.

  Thomas



reply via email to

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