PDA

View Full Version : Problems compiling qwt polar 1.1.0



Crowley
29th April 2014, 09:26
Hello.

We are using Qwt 6.0.1, Qt 4.8.0 and fail to compile QwtPolar against this configuration (VS2008). The error is:

<path>\qwtpolar-1.1.0\src\qwt_polar_item.h(14) : fatal error C1083: Datei (Include) kann nicht geöffnet werden: "qwt_legend_data.h": No such file or directory

The problems seems to be, that qwt_legend_data does not exist in Qwt version 6.0.1. I checked the online documentation of that Qwt version and that class is not documented. However, the specs for QwtPolar state that it is compatible to Qt >= 4.4 and Qwt >= 6.0

Do we have to upgrade to Qwt 6.1.0 (something we would not like to do now because of time issues) or is there some workaround for it?

Marc

Uwe
29th April 2014, 10:25
Looks like a bug in the docs - for QwtPolar you need Qwt 6.1.

But probably the main reason for upgrading to 1.1 is because of Qwt 6.1 and Qt 5. If you don't need both you can go with QwtPolar 1.0.

Uwe

Crowley
29th April 2014, 10:36
Ok, thank you for the information.