Bug 289234 - smokeqt does not compile with qwt6
Summary: smokeqt does not compile with qwt6
Status: RESOLVED DUPLICATE of bug 278486
Alias: None
Product: bindings
Classification: Developer tools
Component: general (show other bugs)
Version: unspecified
Platform: Ubuntu Linux
: NOR normal
Target Milestone: ---
Assignee: kde-bindings
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-12-17 21:21 UTC by Jonathan Riddell
Modified: 2012-01-05 16:50 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jonathan Riddell 2011-12-17 21:21:12 UTC
Version:           unspecified (using Devel) 
OS:                Linux

smokeqt compiles with qwt 5 but not 6 which is the current version.  qwt_array.h is the first missing header to cause problems.


Reproducible: Didn't try

Steps to Reproduce:
sdf

Actual Results:  
sdf

Expected Results:  
sadf

adsf
Comment 1 Steve 2011-12-18 16:01:11 UTC
I've been mucking around quite a bit lately with smokeqt, so I figured I'd look at this. :-)


Attached to this e-mail is an archive containing a patch to smokeqt that solves part of the problem, and is backwards-compatible with Qwt 5.


I built Qwt 6, both from the latest SVN at https://qwt.svn.sourceforge.net/svnroot/qwt/branches/qwt-6.0, and from an RPM I found for RHEL.

Some of the problem is solved easily, by changing the header files that are included, and wrapping that with a test on the value of QWT_VERSION versus 0x060000. But the archive also contains info on a build error that's caused by missing constructors in QwtPlotAbstractSeriesItem.  That one is an easy fix, but I've already got my hands full with Qyoto, and am not about to start fixing bugs in Qwt 6.

The answer, I believe, is that Qwt 6 isn't quite ready for prime time, though once it is, the enclosed patch should port smokeqt to Qwt 6.

Steven Boswell



________________________________
 From: Jonathan Riddell <jr@jriddell.org>
To: kde-bindings@kde.org 
Sent: Saturday, December 17, 2011 2:21 PM
Subject: [Kde-bindings] [Bug 289234] New: smokeqt does not compile with qwt6
 
https://bugs.kde.org/show_bug.cgi?id=289234

           Summary: smokeqt does not compile with qwt6
           Product: bindings
           Version: unspecified
          Platform: Ubuntu Packages
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: NOR
         Component: general
        AssignedTo: kde-bindings@kde.org
        ReportedBy: jr@jriddell.org


Version:           unspecified (using Devel) 
OS:                Linux

smokeqt compiles with qwt 5 but not 6 which is the current version. 
qwt_array.h is the first missing header to cause problems.


Reproducible: Didn't try

Steps to Reproduce:
sdf

Actual Results:  
sdf

Expected Results:  
sadf

adsf
Comment 2 Jonathan Riddell 2012-01-05 16:50:22 UTC

*** This bug has been marked as a duplicate of bug 278486 ***