Your message dated Mon, 2 Nov 2020 21:56:52 +0100
with message-id
<calf6qjm1cz1snwy+vwpcxkkyvpszuenzcytcjhawmhtytoj...@mail.gmail.com>
and subject line Closing the bug
has caused the Debian Bug report #890657,
regarding not usable with qt 5.7.1
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
890657: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=890657
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: libqcustomplot-dev
Version: 1.3.2+dfsg1-1
Severity: important
libqcustomplot-dev is not usable in Stretch with qt 5.7.1 since when
trying to compile and link an application with this package it gives the
following error:
/usr/include/qcustomplot.h:54:28: fatal error: QtPrintSupport: No such
file or directory
# include <QtPrintSupport>
^
It is a known issue described here:
http://www.qcustomplot.com/index.php/support/forum/184
the fix would only require to change <QtPrintSupport> by
<QtPrintSupport/QtPrintSupport> in qcustomplot.h as indicated at the
bottom of the above page.
Index: qcustomplot-1.3.2+dfsg1/qcustomplot.h
===================================================================
--- qcustomplot-1.3.2+dfsg1.orig/qcustomplot.h
+++ qcustomplot-1.3.2+dfsg1/qcustomplot.h
@@ -51,7 +51,7 @@
# include <QPrintEngine>
#else
# include <QtNumeric>
-# include <QtPrintSupport>
+# include <QtPrintSupport/QtPrintSupport>
#endif
class QCPPainter;
--- End Message ---
--- Begin Message ---
890657 fixed 2.0.1+dfsg1-1
thanks
The newer qcustomplot has a fix for this problem [1].
Thus I am closing this bug.
[1]
https://salsa.debian.org/science-team/qcustomplot/-/blob/master/qcustomplot.h#L83
Thanks for your contribution!
Best regards
Anton
--- End Message ---
--
debian-science-maintainers mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-science-maintainers