On Wed, Jul 24, 2013 at 10:00 AM, Nemanja Savic <vlasi...@gmail.com> 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

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

Reply via email to