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
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
*** This bug has been marked as a duplicate of bug 278486 ***