[opensuse-factory] qwt-qt4 missing
I have a qt4 application that needs it. Trying to configure gnuradio-3.7.3, cmake complains Dependency QWT_FOUND = FALSE There is no /usr/include/qwt, only /usr/include/qwt5 Bug #867509 submitted. Regards Sid. -- Sid Boyce ... Hamradio License G3VBV, Licensed Private Pilot Emeritus IBM/Amdahl Mainframes and Sun/Fujitsu Servers Tech Support Senior Staff Specialist, Cricket Coach Microsoft Windows Free Zone - Linux used for all Computing Tasks -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
Sid Boyce <sboyce@blueyonder.co.uk> Tue, 11 Mar 2014 14:46:33 +0300:
I have a qt4 application that needs it.
Trying to configure gnuradio-3.7.3, cmake complains Dependency QWT_FOUND = FALSE
There is no /usr/include/qwt, only /usr/include/qwt5
Bug #867509 submitted. Regards Sid.
Aren't you sure that not qwt6 is required? Can you show full cmake log please? -- Best regards, Dmitriy DA(P).DarkneSS Perlow @ Linux x64 -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
On 11/03/14 14:33, Dmitriy Perlow wrote:
Sid Boyce <sboyce@blueyonder.co.uk> Tue, 11 Mar 2014 14:46:33 +0300:
I have a qt4 application that needs it.
Trying to configure gnuradio-3.7.3, cmake complains Dependency QWT_FOUND = FALSE
There is no /usr/include/qwt, only /usr/include/qwt5
Bug #867509 submitted. Regards Sid.
Aren't you sure that not qwt6 is required? Can you show full cmake log please?
This is the failing part of cmake:- -- Python checking for PyQt4 -- Python checking for PyQt4 - found -- -- Configuring gr-qtgui support... -- Dependency Boost_FOUND = 1 -- Dependency QT4_FOUND = TRUE -- Dependency QWT_FOUND = FALSE -- Dependency ENABLE_VOLK = ON -- Dependency ENABLE_GNURADIO_RUNTIME = ON -- Dependency ENABLE_GR_FFT = ON -- Dependency ENABLE_GR_FILTER = ON -- Dependency PYTHONLIBS_FOUND = TRUE -- Dependency PYQT4_FOUND = TRUE -- Disabling gr-qtgui support. -- Override with -DENABLE_GR_QTGUI=ON/OFF I am using -DENABLE_GR_QTGUI=ON qwt6-devel wants to deinstall parts of Qt5. slipstream:/home/lancelot/ftp/MAR14/gnuradio/build # zypper se qwt6 Loading repository data... Reading installed packages... S | Name | Summary | Type --+----------------+------------------------------------------------+-------- i | libqwt6 | Shared library for Qt Widgets | package i | qwt6 | Qt Widgets for Technical Applications | package | qwt6-designer | Plugin for the Qt Interface designer | package | qwt6-devel | Include headers and Qt Designer plugin for Qwt | package | qwt6-devel-doc | Development documentation for Qwt | package | qwt6-examples | Example programs using Qwt | package Regards Sid. -- Sid Boyce ... Hamradio License G3VBV, Licensed Private Pilot Emeritus IBM/Amdahl Mainframes and Sun/Fujitsu Servers Tech Support Senior Staff Specialist, Cricket Coach Microsoft Windows Free Zone - Linux used for all Computing Tasks -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
Sid Boyce <sboyce@blueyonder.co.uk> Tue, 11 Mar 2014 17:50:09 +0300:
On 11/03/14 14:33, Dmitriy Perlow wrote:
Sid Boyce <sboyce@blueyonder.co.uk> Tue, 11 Mar 2014 14:46:33 +0300:
I have a qt4 application that needs it.
Trying to configure gnuradio-3.7.3, cmake complains Dependency QWT_FOUND = FALSE
There is no /usr/include/qwt, only /usr/include/qwt5
Bug #867509 submitted. Regards Sid.
Aren't you sure that not qwt6 is required? Can you show full cmake log please?
This is the failing part of cmake:- -- Python checking for PyQt4 -- Python checking for PyQt4 - found
Please install qwt6-devel package. Also check http://gnuradio.org/redmine/projects/gnuradio/wiki/BuildGuide#Common-configu... please. -- Best regards, Dmitriy DA(P).DarkneSS Perlow @ Linux x64 -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
On 11/03/14 15:11, Dmitriy Perlow wrote:
Sid Boyce <sboyce@blueyonder.co.uk> Tue, 11 Mar 2014 17:50:09 +0300:
On 11/03/14 14:33, Dmitriy Perlow wrote:
Sid Boyce <sboyce@blueyonder.co.uk> Tue, 11 Mar 2014 14:46:33 +0300:
I have a qt4 application that needs it.
Trying to configure gnuradio-3.7.3, cmake complains Dependency QWT_FOUND = FALSE
There is no /usr/include/qwt, only /usr/include/qwt5
Bug #867509 submitted. Regards Sid.
Aren't you sure that not qwt6 is required? Can you show full cmake log please?
This is the failing part of cmake:- -- Python checking for PyQt4 -- Python checking for PyQt4 - found
Please install qwt6-devel package. Also check http://gnuradio.org/redmine/projects/gnuradio/wiki/BuildGuide#Common-configu...
please.
qwt6-dev only removed qwt5-devel but fixed it. -- Python checking for PyQt4 -- Python checking for PyQt4 - found -- -- Configuring gr-qtgui support... -- Dependency Boost_FOUND = 1 -- Dependency QT4_FOUND = TRUE -- Dependency QWT_FOUND = TRUE -- Dependency ENABLE_VOLK = ON -- Dependency ENABLE_GNURADIO_RUNTIME = ON -- Dependency ENABLE_GR_FFT = ON -- Dependency ENABLE_GR_FILTER = ON -- Dependency PYTHONLIBS_FOUND = TRUE -- Dependency PYQT4_FOUND = TRUE -- Enabling gr-qtgui support. -- Override with -DENABLE_GR_QTGUI=ON/OFF -- ###################################################### -- # Gnuradio enabled components -- ###################################################### -- * python-support -- * testing-support -- * volk -- * doxygen -- * sphinx -- * gnuradio-runtime -- * gr-blocks -- * gnuradio-companion -- * gr-fec -- * gr-fft -- * gr-filter -- * gr-analog -- * gr-digital -- * gr-atsc -- * gr-audio -- * gr-channels -- * gr-noaa -- * gr-pager -- * gr-qtgui -- * gr-trellis -- * gr-utils -- * gr-video-sdl -- * gr-vocoder -- * gr-fcd -- * gr-wavelet -- * gr-wxgui -- -- ###################################################### -- # Gnuradio disabled components -- ###################################################### -- * gr-ctrlport -- * gr-comedi -- * gr-uhd -- -- Using install prefix: /usr -- Building for version: v3.7.4git-0-g69dcaa75 / 3.7.4git -- Configuring done Regards Sid. -- Sid Boyce ... Hamradio License G3VBV, Licensed Private Pilot Emeritus IBM/Amdahl Mainframes and Sun/Fujitsu Servers Tech Support Senior Staff Specialist, Cricket Coach Microsoft Windows Free Zone - Linux used for all Computing Tasks -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
Sid Boyce <sboyce@blueyonder.co.uk> Tue, 11 Mar 2014 18:34:47 +0300:
On 11/03/14 15:11, Dmitriy Perlow wrote:
Sid Boyce <sboyce@blueyonder.co.uk> Tue, 11 Mar 2014 17:50:09 +0300:
On 11/03/14 14:33, Dmitriy Perlow wrote:
Sid Boyce <sboyce@blueyonder.co.uk> Tue, 11 Mar 2014 14:46:33 +0300:
I have a qt4 application that needs it.
Trying to configure gnuradio-3.7.3, cmake complains Dependency QWT_FOUND = FALSE
There is no /usr/include/qwt, only /usr/include/qwt5
Bug #867509 submitted. Regards Sid.
Aren't you sure that not qwt6 is required? Can you show full cmake log please?
This is the failing part of cmake:- -- Python checking for PyQt4 -- Python checking for PyQt4 - found
Please install qwt6-devel package. Also check http://gnuradio.org/redmine/projects/gnuradio/wiki/BuildGuide#Common-configu... please.
qwt6-dev only removed qwt5-devel but fixed it. -- Python checking for PyQt4 -- Python checking for PyQt4 - found
Qwt (5) and Qwt6 are different sets of packages. So your app requires really qwt(-devel) >= 6. -- Best regards, Dmitriy DA(P).DarkneSS Perlow @ Linux x64 -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
On 11/03/14 15:48, Dmitriy Perlow wrote:
Sid Boyce <sboyce@blueyonder.co.uk> Tue, 11 Mar 2014 18:34:47 +0300:
On 11/03/14 15:11, Dmitriy Perlow wrote:
Sid Boyce <sboyce@blueyonder.co.uk> Tue, 11 Mar 2014 17:50:09 +0300:
On 11/03/14 14:33, Dmitriy Perlow wrote:
Sid Boyce <sboyce@blueyonder.co.uk> Tue, 11 Mar 2014 14:46:33 +0300:
I have a qt4 application that needs it.
Trying to configure gnuradio-3.7.3, cmake complains Dependency QWT_FOUND = FALSE
There is no /usr/include/qwt, only /usr/include/qwt5
Bug #867509 submitted. Regards Sid.
Aren't you sure that not qwt6 is required? Can you show full cmake log please?
This is the failing part of cmake:- -- Python checking for PyQt4 -- Python checking for PyQt4 - found
Please install qwt6-devel package. Also check http://gnuradio.org/redmine/projects/gnuradio/wiki/BuildGuide#Common-configu... please.
qwt6-dev only removed qwt5-devel but fixed it. -- Python checking for PyQt4 -- Python checking for PyQt4 - found
Qwt (5) and Qwt6 are different sets of packages. So your app requires really qwt(-devel) >= 6.
Of course, but I didn't know qwt6 was compatible with qwt4. Regards Sid. -- Sid Boyce ... Hamradio License G3VBV, Licensed Private Pilot Emeritus IBM/Amdahl Mainframes and Sun/Fujitsu Servers Tech Support Senior Staff Specialist, Cricket Coach Microsoft Windows Free Zone - Linux used for all Computing Tasks -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
On 11/03/14 17:05, Sid Boyce wrote:
On 11/03/14 15:48, Dmitriy Perlow wrote:
Sid Boyce <sboyce@blueyonder.co.uk> Tue, 11 Mar 2014 18:34:47 +0300:
On 11/03/14 15:11, Dmitriy Perlow wrote:
Sid Boyce <sboyce@blueyonder.co.uk> Tue, 11 Mar 2014 17:50:09 +0300:
On 11/03/14 14:33, Dmitriy Perlow wrote:
Sid Boyce <sboyce@blueyonder.co.uk> Tue, 11 Mar 2014 14:46:33 +0300:
> I have a qt4 application that needs it. > > Trying to configure gnuradio-3.7.3, cmake complains > Dependency QWT_FOUND = FALSE > > There is no /usr/include/qwt, only /usr/include/qwt5 > > Bug #867509 submitted. > Regards > Sid. >
Aren't you sure that not qwt6 is required? Can you show full cmake log please?
This is the failing part of cmake:- -- Python checking for PyQt4 -- Python checking for PyQt4 - found
Please install qwt6-devel package. Also check http://gnuradio.org/redmine/projects/gnuradio/wiki/BuildGuide#Common-configu... please.
qwt6-dev only removed qwt5-devel but fixed it. -- Python checking for PyQt4 -- Python checking for PyQt4 - found
Qwt (5) and Qwt6 are different sets of packages. So your app requires really qwt(-devel) >= 6.
Of course, but I didn't know qwt6 was compatible with qwt4. Regards Sid.
I only searched on qwt-qt4. Qwt 6.1 comes with many new features. It supports Qt >= 4.4 + Qt >= 5.0 Regards Sid. -- Sid Boyce ... Hamradio License G3VBV, Licensed Private Pilot Emeritus IBM/Amdahl Mainframes and Sun/Fujitsu Servers Tech Support Senior Staff Specialist, Cricket Coach Microsoft Windows Free Zone - Linux used for all Computing Tasks -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
participants (2)
-
Dmitriy Perlow
-
Sid Boyce