upstream version 0.9.7.9 was released which fixes one of bugs Martin found. The remaining patch is:
--- 3rdparty/qwtplot3d/src/qwt3d_function.cpp~ 2009-09-18 07:50:47.000000000 +0000 +++ 3rdparty/qwtplot3d/src/qwt3d_function.cpp 2009-09-18 07:51:11.000000000 +0000 @@ -1,5 +1,6 @@ #include "qwt3d_surfaceplot.h" #include "qwt3d_function.h" +#include <cstdio> I'm working on packaging this version to be included in next month's Ubuntu release. Work on that package is at: https://bugs.launchpad.net/ubuntu/+source/qtiplot/+bug/374543 The changes so far is a patch for Martin's above bug and bumping the build-depends of libqwt5-qt4-dev to >= 5.2 -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

