Advertisement
Guest User

Zygrib AUR Failure

a guest
Aug 28th, 2020
393
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 22.63 KB | None | 0 0
  1. ==> Making package: zygrib 8.0.1-3 (ven 28 ago 2020, 13:50:01)
  2. ==> Checking runtime dependencies...
  3. ==> Checking buildtime dependencies...
  4. ==> Retrieving sources...
  5.   -> Downloading zyGrib-8.0.1.tgz...
  6.   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
  7.                                  Dload  Upload   Total   Spent    Left  Speed
  8.   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  9. 100   287  100   287    0     0    491      0 --:--:-- --:--:-- --:--:--   491
  10. 100 19939    0 19939    0     0  30119      0 --:--:-- --:--:-- --:--:-- 30119
  11.   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
  12.                                  Dload  Upload   Total   Spent    Left  Speed
  13. 100 18.8M  100 18.8M    0     0  2936k      0  0:00:06  0:00:06 --:--:-- 3008k
  14.   -> Found zygrib.sh
  15.   -> Found zygrib.desktop
  16.   -> Found zygrib.png
  17. ==> Validating source files with sha256sums...
  18.     zyGrib-8.0.1.tgz ... Passed
  19.     zygrib.sh ... Passed
  20.     zygrib.desktop ... Passed
  21.     zygrib.png ... Passed
  22. ==> Extracting sources...
  23.   -> Extracting zyGrib-8.0.1.tgz with bsdtar
  24. ==> Starting prepare()...
  25. ==> Starting build()...
  26.  
  27. rm -f ./zyGrib
  28. cd src/qwt-6.1.3/src; /usr/bin/qmake; make -j6
  29. make[1]: warning: -j6 forced in submake: resetting jobserver mode.
  30. make[1]: Entering directory '/home/zeno/AUR/zygrib/src/zyGrib-8.0.1/src/qwt-6.1.3/src'
  31. compiling qwt_color_map.cpp
  32. compiling qwt_abstract_scale_draw.cpp
  33. compiling qwt_column_symbol.cpp
  34. compiling qwt_clipper.cpp
  35. compiling qwt_date.cpp
  36. compiling qwt_date_scale_draw.cpp
  37. compiling qwt_date_scale_engine.cpp
  38. In file included from qwt_abstract_scale_draw.h:15,
  39.                  from qwt_scale_draw.h:14,
  40.                  from qwt_date_scale_draw.h:14,
  41.                  from qwt_date_scale_draw.cpp:10:
  42. qwt_text.h:142:41: warning: ‘QString::null’ is deprecated: use QString() [-Wdeprecated-declarations]
  43.   142 |     QwtText( const QString & = QString::null,
  44.       |                                         ^~~~
  45. In file included from /usr/include/qt/QtCore/qhashfunctions.h:44,
  46.                  from /usr/include/qt/QtCore/qvarlengtharray.h:47,
  47.                  from /usr/include/qt/QtCore/qmetatype.h:48,
  48.                  from qwt_interval.h:14,
  49.                  from qwt_scale_div.h:14,
  50.                  from qwt_abstract_scale_draw.h:14,
  51.                  from qwt_scale_draw.h:14,
  52.                  from qwt_date_scale_draw.h:14,
  53.                  from qwt_date_scale_draw.cpp:10:
  54. /usr/include/qt/QtCore/qstring.h:949:23: note: declared here
  55.   949 |     static const Null null;
  56.       |                       ^~~~
  57. In file included from qwt_abstract_scale_draw.h:15,
  58.                  from qwt_scale_draw.h:14,
  59.                  from qwt_date_scale_draw.h:14,
  60.                  from qwt_date_scale_draw.cpp:10:
  61. qwt_text.h:142:41: warning: ‘QString::null’ is deprecated: use QString() [-Wdeprecated-declarations]
  62.   142 |     QwtText( const QString & = QString::null,
  63.       |                                         ^~~~
  64. In file included from /usr/include/qt/QtCore/qhashfunctions.h:44,
  65.                  from /usr/include/qt/QtCore/qvarlengtharray.h:47,
  66.                  from /usr/include/qt/QtCore/qmetatype.h:48,
  67.                  from qwt_interval.h:14,
  68.                  from qwt_scale_div.h:14,
  69.                  from qwt_abstract_scale_draw.h:14,
  70.                  from qwt_scale_draw.h:14,
  71.                  from qwt_date_scale_draw.h:14,
  72.                  from qwt_date_scale_draw.cpp:10:
  73. /usr/include/qt/QtCore/qstring.h:949:23: note: declared here
  74.   949 |     static const Null null;
  75.       |                       ^~~~
  76. compiling qwt_dyngrid_layout.cpp
  77. qwt_date.cpp: In static member function ‘static int QwtDate::utcOffset(const QDateTime&)’:
  78. qwt_date.cpp:715:42: warning: ‘int QDateTime::utcOffset() const’ is deprecated: Use offsetFromUtc() instead [-Wdeprecated-declarations]
  79.   715 |             seconds = dateTime.utcOffset();
  80.       |                                          ^
  81. In file included from qwt_date.h:14,
  82.                  from qwt_date.cpp:10:
  83. /usr/include/qt/QtCore/qdatetime.h:375:56: note: declared here
  84.   375 |     QT_DEPRECATED_X("Use offsetFromUtc() instead") int utcOffset() const;
  85.       |                                                        ^~~~~~~~~
  86. In file included from qwt_abstract_scale_draw.h:15,
  87.                  from qwt_abstract_scale_draw.cpp:10:
  88. qwt_text.h:142:41: warning: ‘QString::null’ is deprecated: use QString() [-Wdeprecated-declarations]
  89.   142 |     QwtText( const QString & = QString::null,
  90.       |                                         ^~~~
  91. In file included from /usr/include/qt/QtCore/qhashfunctions.h:44,
  92.                  from /usr/include/qt/QtCore/qvarlengtharray.h:47,
  93.                  from /usr/include/qt/QtCore/qmetatype.h:48,
  94.                  from qwt_interval.h:14,
  95.                  from qwt_scale_div.h:14,
  96.                  from qwt_abstract_scale_draw.h:14,
  97.                  from qwt_abstract_scale_draw.cpp:10:
  98. /usr/include/qt/QtCore/qstring.h:949:23: note: declared here
  99.   949 |     static const Null null;
  100.       |                       ^~~~
  101. In file included from qwt_abstract_scale_draw.h:15,
  102.                  from qwt_abstract_scale_draw.cpp:10:
  103. qwt_text.h:142:41: warning: ‘QString::null’ is deprecated: use QString() [-Wdeprecated-declarations]
  104.   142 |     QwtText( const QString & = QString::null,
  105.       |                                         ^~~~
  106. In file included from /usr/include/qt/QtCore/qhashfunctions.h:44,
  107.                  from /usr/include/qt/QtCore/qvarlengtharray.h:47,
  108.                  from /usr/include/qt/QtCore/qmetatype.h:48,
  109.                  from qwt_interval.h:14,
  110.                  from qwt_scale_div.h:14,
  111.                  from qwt_abstract_scale_draw.h:14,
  112.                  from qwt_abstract_scale_draw.cpp:10:
  113. /usr/include/qt/QtCore/qstring.h:949:23: note: declared here
  114.   949 |     static const Null null;
  115.       |                       ^~~~
  116. qwt_clipper.cpp: In member function ‘QVector<QwtInterval> QwtCircleClipper::clipCircle(const QPointF&, double) const’:
  117. qwt_clipper.cpp:354:23: warning: ‘void qSort(Container&) [with Container = QList<double>]’ is deprecated: Use std::sort [-Wdeprecated-declarations]
  118.   354 |         qSort( angles );
  119.       |                       ^
  120. In file included from /usr/include/qt/QtCore/qvarlengtharray.h:45,
  121.                  from /usr/include/qt/QtCore/qmetatype.h:48,
  122.                  from qwt_interval.h:14,
  123.                  from qwt_clipper.h:14,
  124.                  from qwt_clipper.cpp:10:
  125. /usr/include/qt/QtCore/qalgorithms.h:188:46: note: declared here
  126.   188 | QT_DEPRECATED_X("Use std::sort") inline void qSort(Container &c)
  127.       |                                              ^~~~~
  128. qwt_date_scale_draw.cpp: In member function ‘QString QwtDateScaleDraw::dateFormat(QwtDate::IntervalType) const’:
  129. qwt_date_scale_draw.cpp:160:21: warning: ‘QString::null’ is deprecated: use QString() [-Wdeprecated-declarations]
  130.   160 |     return QString::null;
  131.       |                     ^~~~
  132. In file included from /usr/include/qt/QtCore/qhashfunctions.h:44,
  133.                  from /usr/include/qt/QtCore/qvarlengtharray.h:47,
  134.                  from /usr/include/qt/QtCore/qmetatype.h:48,
  135.                  from qwt_interval.h:14,
  136.                  from qwt_scale_div.h:14,
  137.                  from qwt_abstract_scale_draw.h:14,
  138.                  from qwt_scale_draw.h:14,
  139.                  from qwt_date_scale_draw.h:14,
  140.                  from qwt_date_scale_draw.cpp:10:
  141. /usr/include/qt/QtCore/qstring.h:949:23: note: declared here
  142.   949 |     static const Null null;
  143.       |                       ^~~~
  144. qwt_date_scale_draw.cpp:160:21: warning: ‘QString::null’ is deprecated: use QString() [-Wdeprecated-declarations]
  145.   160 |     return QString::null;
  146.       |                     ^~~~
  147. In file included from /usr/include/qt/QtCore/qhashfunctions.h:44,
  148.                  from /usr/include/qt/QtCore/qvarlengtharray.h:47,
  149.                  from /usr/include/qt/QtCore/qmetatype.h:48,
  150.                  from qwt_interval.h:14,
  151.                  from qwt_scale_div.h:14,
  152.                  from qwt_abstract_scale_draw.h:14,
  153.                  from qwt_scale_draw.h:14,
  154.                  from qwt_date_scale_draw.h:14,
  155.                  from qwt_date_scale_draw.cpp:10:
  156. /usr/include/qt/QtCore/qstring.h:949:23: note: declared here
  157.   949 |     static const Null null;
  158.       |                       ^~~~
  159. qwt_date_scale_draw.cpp: In member function ‘QDateTime QwtDateScaleDraw::toDateTime(double) const’:
  160. qwt_date_scale_draw.cpp:274:44: warning: ‘void QDateTime::setUtcOffset(int)’ is deprecated: Use setOffsetFromUtc() instead [-Wdeprecated-declarations]
  161.   274 |         dt.setUtcOffset( d_data->utcOffset );
  162.       |                                            ^
  163. In file included from qwt_date.h:14,
  164.                  from qwt_date_scale_draw.h:15,
  165.                  from qwt_date_scale_draw.cpp:10:
  166. /usr/include/qt/QtCore/qdatetime.h:374:60: note: declared here
  167.   374 |     QT_DEPRECATED_X("Use setOffsetFromUtc() instead") void setUtcOffset(int seconds);
  168.       |                                                            ^~~~~~~~~~~~
  169. compiling qwt_event_pattern.cpp
  170. compiling qwt_graphic.cpp
  171. compiling qwt_interval.cpp
  172. compiling qwt_interval_symbol.cpp
  173. qwt_dyngrid_layout.cpp: In member function ‘void QwtDynGridLayout::init()’:
  174. qwt_dyngrid_layout.cpp:85:25: warning: ‘constexpr QFlags<T>::QFlags(QFlags<T>::Zero) [with Enum = Qt::Orientation; QFlags<T>::Zero = int QFlags<Qt::Orientation>::Private::*]’ is deprecated: Use default constructor instead [-Wdeprecated-declarations]
  175.    85 |     d_data->expanding = 0;
  176.       |                         ^
  177. In file included from /usr/include/qt/QtCore/qglobal.h:1302,
  178.                  from qwt_global.h:13,
  179.                  from qwt_dyngrid_layout.h:13,
  180.                  from qwt_dyngrid_layout.cpp:10:
  181. /usr/include/qt/QtCore/qflags.h:123:80: note: declared here
  182.   123 |     QT_DEPRECATED_X("Use default constructor instead") Q_DECL_CONSTEXPR inline QFlags(Zero) noexcept : i(0) {}
  183.       |                                                                                ^~~~~~
  184. qwt_date_scale_engine.cpp: In member function ‘virtual QDateTime QwtDateScaleEngine::alignDate(const QDateTime&, double, QwtDate::IntervalType, bool) const’:
  185. qwt_date_scale_engine.cpp:1118:28: warning: ‘void QDateTime::setUtcOffset(int)’ is deprecated: Use setOffsetFromUtc() instead [-Wdeprecated-declarations]
  186.  1118 |         dt.setUtcOffset( 0 );
  187.       |                            ^
  188. In file included from qwt_date.h:14,
  189.                  from qwt_date_scale_engine.h:13,
  190.                  from qwt_date_scale_engine.cpp:10:
  191. /usr/include/qt/QtCore/qdatetime.h:374:60: note: declared here
  192.   374 |     QT_DEPRECATED_X("Use setOffsetFromUtc() instead") void setUtcOffset(int seconds);
  193.       |                                                            ^~~~~~~~~~~~
  194. qwt_date_scale_engine.cpp:1276:45: warning: ‘int QDateTime::utcOffset() const’ is deprecated: Use offsetFromUtc() instead [-Wdeprecated-declarations]
  195.  1276 |         dt.setUtcOffset( dateTime.utcOffset() );
  196.       |                                             ^
  197. In file included from qwt_date.h:14,
  198.                  from qwt_date_scale_engine.h:13,
  199.                  from qwt_date_scale_engine.cpp:10:
  200. /usr/include/qt/QtCore/qdatetime.h:375:56: note: declared here
  201.   375 |     QT_DEPRECATED_X("Use offsetFromUtc() instead") int utcOffset() const;
  202.       |                                                        ^~~~~~~~~
  203. qwt_date_scale_engine.cpp:1276:47: warning: ‘void QDateTime::setUtcOffset(int)’ is deprecated: Use setOffsetFromUtc() instead [-Wdeprecated-declarations]
  204.  1276 |         dt.setUtcOffset( dateTime.utcOffset() );
  205.       |                                               ^
  206. In file included from qwt_date.h:14,
  207.                  from qwt_date_scale_engine.h:13,
  208.                  from qwt_date_scale_engine.cpp:10:
  209. /usr/include/qt/QtCore/qdatetime.h:374:60: note: declared here
  210.   374 |     QT_DEPRECATED_X("Use setOffsetFromUtc() instead") void setUtcOffset(int seconds);
  211.       |                                                            ^~~~~~~~~~~~
  212. qwt_date_scale_engine.cpp: In member function ‘QDateTime QwtDateScaleEngine::toDateTime(double) const’:
  213. qwt_date_scale_engine.cpp:1304:44: warning: ‘void QDateTime::setUtcOffset(int)’ is deprecated: Use setOffsetFromUtc() instead [-Wdeprecated-declarations]
  214.  1304 |         dt.setUtcOffset( d_data->utcOffset );
  215.       |                                            ^
  216. In file included from qwt_date.h:14,
  217.                  from qwt_date_scale_engine.h:13,
  218.                  from qwt_date_scale_engine.cpp:10:
  219. /usr/include/qt/QtCore/qdatetime.h:374:60: note: declared here
  220.   374 |     QT_DEPRECATED_X("Use setOffsetFromUtc() instead") void setUtcOffset(int seconds);
  221.       |                                                            ^~~~~~~~~~~~
  222. compiling qwt_math.cpp
  223. compiling qwt_magnifier.cpp
  224. In file included from qwt_graphic.cpp:11:
  225. qwt_painter_command.h:85:22: error: field ‘clipPath’ has incomplete type ‘QPainterPath’
  226.    85 |         QPainterPath clipPath;
  227.       |                      ^~~~~~~~
  228. In file included from /usr/include/qt/QtGui/qtransform.h:43,
  229.                  from /usr/include/qt/QtGui/qimage.h:48,
  230.                  from /usr/include/qt/QtGui/qpixmap.h:49,
  231.                  from /usr/include/qt/QtGui/qpainter.h:48,
  232.                  from /usr/include/qt/QtGui/qpaintengine.h:47,
  233.                  from qwt_null_paintdevice.h:15,
  234.                  from qwt_graphic.h:14,
  235.                  from qwt_graphic.cpp:10:
  236. /usr/include/qt/QtGui/qmatrix.h:54:7: note: forward declaration of ‘class QPainterPath’
  237.    54 | class QPainterPath;
  238.       |       ^~~~~~~~~~~~
  239. compiling qwt_null_paintdevice.cpp
  240. compiling qwt_painter.cpp
  241. compiling qwt_painter_command.cpp
  242. make[1]: *** [Makefile:1561: obj/qwt_graphic.o] Error 1
  243. make[1]: *** Waiting for unfinished jobs....
  244. qwt_magnifier.cpp: In member function ‘virtual void QwtMagnifier::widgetWheelEvent(QWheelEvent*)’:
  245. qwt_magnifier.cpp:441:37: warning: ‘int QWheelEvent::delta() const’ is deprecated: Use angleDelta() [-Wdeprecated-declarations]
  246.   441 |             qAbs( wheelEvent->delta() / 120.0 ) );
  247.       |                                     ^
  248. In file included from qwt_magnifier.cpp:12:
  249. /usr/include/qt/QtGui/qevent.h:219:16: note: declared here
  250.   219 |     inline int delta() const  { return qt4D; }
  251.       |                ^~~~~
  252. qwt_magnifier.cpp:443:32: warning: ‘int QWheelEvent::delta() const’ is deprecated: Use angleDelta() [-Wdeprecated-declarations]
  253.   443 |         if ( wheelEvent->delta() > 0 )
  254.       |                                ^
  255. In file included from qwt_magnifier.cpp:12:
  256. /usr/include/qt/QtGui/qevent.h:219:16: note: declared here
  257.   219 |     inline int delta() const  { return qt4D; }
  258.       |                ^~~~~
  259. qwt_null_paintdevice.cpp: In member function ‘virtual void QwtNullPaintDevice::PaintEngine::drawPolygon(const QPointF*, int, QPaintEngine::PolygonDrawMode)’:
  260. qwt_null_paintdevice.cpp:238:22: error: aggregate ‘QPainterPath path’ has incomplete type and cannot be defined
  261.   238 |         QPainterPath path;
  262.       |                      ^~~~
  263. qwt_null_paintdevice.cpp: In member function ‘virtual void QwtNullPaintDevice::PaintEngine::drawPolygon(const QPoint*, int, QPaintEngine::PolygonDrawMode)’:
  264. qwt_null_paintdevice.cpp:266:22: error: aggregate ‘QPainterPath path’ has incomplete type and cannot be defined
  265.   266 |         QPainterPath path;
  266.       |                      ^~~~
  267. In file included from qwt_painter_command.cpp:10:
  268. qwt_painter_command.h:85:22: error: field ‘clipPath’ has incomplete type ‘QPainterPath’
  269.    85 |         QPainterPath clipPath;
  270.       |                      ^~~~~~~~
  271. In file included from /usr/include/qt/QtGui/qtransform.h:43,
  272.                  from /usr/include/qt/QtGui/qimage.h:48,
  273.                  from /usr/include/qt/QtGui/qpixmap.h:49,
  274.                  from /usr/include/qt/QtGui/qpainter.h:48,
  275.                  from /usr/include/qt/QtGui/qpaintengine.h:47,
  276.                  from qwt_painter_command.h:14,
  277.                  from qwt_painter_command.cpp:10:
  278. /usr/include/qt/QtGui/qmatrix.h:54:7: note: forward declaration of ‘class QPainterPath’
  279.    54 | class QPainterPath;
  280.       |       ^~~~~~~~~~~~
  281. qwt_painter_command.cpp: In constructor ‘QwtPainterCommand::QwtPainterCommand(const QPainterPath&)’:
  282. qwt_painter_command.cpp:22:37: error: invalid use of incomplete type ‘class QPainterPath’
  283.    22 |     d_path = new QPainterPath( path );
  284.       |                                     ^
  285. In file included from /usr/include/qt/QtGui/qtransform.h:43,
  286.                  from /usr/include/qt/QtGui/qimage.h:48,
  287.                  from /usr/include/qt/QtGui/qpixmap.h:49,
  288.                  from /usr/include/qt/QtGui/qpainter.h:48,
  289.                  from /usr/include/qt/QtGui/qpaintengine.h:47,
  290.                  from qwt_painter_command.h:14,
  291.                  from qwt_painter_command.cpp:10:
  292. /usr/include/qt/QtGui/qmatrix.h:54:7: note: forward declaration of ‘class QPainterPath’
  293.    54 | class QPainterPath;
  294.       |       ^~~~~~~~~~~~
  295. qwt_painter_command.cpp: In constructor ‘QwtPainterCommand::QwtPainterCommand(const QPaintEngineState&)’:
  296. qwt_painter_command.cpp:109:48: error: invalid use of incomplete type ‘class QPainterPath’
  297.   109 |         d_stateData->clipPath = state.clipPath();
  298.       |                                                ^
  299. In file included from /usr/include/qt/QtGui/qtransform.h:43,
  300.                  from /usr/include/qt/QtGui/qimage.h:48,
  301.                  from /usr/include/qt/QtGui/qpixmap.h:49,
  302.                  from /usr/include/qt/QtGui/qpainter.h:48,
  303.                  from /usr/include/qt/QtGui/qpaintengine.h:47,
  304.                  from qwt_painter_command.h:14,
  305.                  from qwt_painter_command.cpp:10:
  306. /usr/include/qt/QtGui/qmatrix.h:54:7: note: forward declaration of ‘class QPainterPath’
  307.    54 | class QPainterPath;
  308.       |       ^~~~~~~~~~~~
  309. qwt_painter_command.cpp: In member function ‘void QwtPainterCommand::copy(const QwtPainterCommand&)’:
  310. qwt_painter_command.cpp:161:54: error: invalid use of incomplete type ‘class QPainterPath’
  311.   161 |             d_path = new QPainterPath( *other.d_path );
  312.       |                                                      ^
  313. In file included from /usr/include/qt/QtGui/qtransform.h:43,
  314.                  from /usr/include/qt/QtGui/qimage.h:48,
  315.                  from /usr/include/qt/QtGui/qpixmap.h:49,
  316.                  from /usr/include/qt/QtGui/qpainter.h:48,
  317.                  from /usr/include/qt/QtGui/qpaintengine.h:47,
  318.                  from qwt_painter_command.h:14,
  319.                  from qwt_painter_command.cpp:10:
  320. /usr/include/qt/QtGui/qmatrix.h:54:7: note: forward declaration of ‘class QPainterPath’
  321.    54 | class QPainterPath;
  322.       |       ^~~~~~~~~~~~
  323. qwt_painter_command.cpp: In member function ‘void QwtPainterCommand::reset()’:
  324. qwt_painter_command.cpp:190:13: warning: possible problem detected in invocation of ‘operator delete’ [-Wdelete-incomplete]
  325.   190 |             delete d_path;
  326.       |             ^~~~~~~~~~~~~
  327. qwt_painter_command.cpp:190:20: warning: invalid use of incomplete type ‘class QPainterPath’
  328.   190 |             delete d_path;
  329.       |                    ^~~~~~
  330. In file included from /usr/include/qt/QtGui/qtransform.h:43,
  331.                  from /usr/include/qt/QtGui/qimage.h:48,
  332.                  from /usr/include/qt/QtGui/qpixmap.h:49,
  333.                  from /usr/include/qt/QtGui/qpainter.h:48,
  334.                  from /usr/include/qt/QtGui/qpaintengine.h:47,
  335.                  from qwt_painter_command.h:14,
  336.                  from qwt_painter_command.cpp:10:
  337. /usr/include/qt/QtGui/qmatrix.h:54:7: note: forward declaration of ‘class QPainterPath’
  338.    54 | class QPainterPath;
  339.       |       ^~~~~~~~~~~~
  340. qwt_painter_command.cpp:190:13: note: neither the destructor nor the class-specific ‘operator delete’ will be called, even if they are declared when the class is defined
  341.   190 |             delete d_path;
  342.       |             ^~~~~~~~~~~~~
  343. make[1]: *** [Makefile:1585: obj/qwt_null_paintdevice.o] Error 1
  344. make[1]: *** [Makefile:1599: obj/qwt_painter_command.o] Error 1
  345. qwt_painter.cpp: In static member function ‘static void QwtPainter::drawFrame(QPainter*, const QRectF&, const QPalette&, QPalette::ColorRole, int, int, int)’:
  346. qwt_painter.cpp:791:22: error: aggregate ‘QPainterPath path’ has incomplete type and cannot be defined
  347.   791 |         QPainterPath path;
  348.       |                      ^~~~
  349. qwt_painter.cpp:815:26: error: aggregate ‘QPainterPath path1’ has incomplete type and cannot be defined
  350.   815 |             QPainterPath path1;
  351.       |                          ^~~~~
  352. qwt_painter.cpp:823:26: error: aggregate ‘QPainterPath path2’ has incomplete type and cannot be defined
  353.   823 |             QPainterPath path2;
  354.       |                          ^~~~~
  355. qwt_painter.cpp:831:26: error: aggregate ‘QPainterPath path3’ has incomplete type and cannot be defined
  356.   831 |             QPainterPath path3;
  357.       |                          ^~~~~
  358. qwt_painter.cpp:839:26: error: aggregate ‘QPainterPath path4’ has incomplete type and cannot be defined
  359.   839 |             QPainterPath path4;
  360.       |                          ^~~~~
  361. qwt_painter.cpp:847:26: error: aggregate ‘QPainterPath path5’ has incomplete type and cannot be defined
  362.   847 |             QPainterPath path5;
  363.       |                          ^~~~~
  364. qwt_painter.cpp:892:26: error: aggregate ‘QPainterPath path1’ has incomplete type and cannot be defined
  365.   892 |             QPainterPath path1;
  366.       |                          ^~~~~
  367. qwt_painter.cpp:901:26: error: aggregate ‘QPainterPath path2’ has incomplete type and cannot be defined
  368.   901 |             QPainterPath path2;
  369.       |                          ^~~~~
  370. qwt_painter.cpp: In static member function ‘static void QwtPainter::drawRoundedFrame(QPainter*, const QRectF&, double, double, const QPalette&, int, int)’:
  371. qwt_painter.cpp:954:18: error: aggregate ‘QPainterPath path’ has incomplete type and cannot be defined
  372.   954 |     QPainterPath path;
  373.       |                  ^~~~
  374. qwt_painter.cpp:973:22: error: elements of array ‘QPainterPath pathList [8]’ have incomplete type
  375.   973 |         QPainterPath pathList[8];
  376.       |                      ^~~~~~~~
  377. qwt_painter.cpp:973:22: error: storage size of ‘pathList’ isn’t known
  378. make[1]: *** [Makefile:1595: obj/qwt_painter.o] Error 1
  379. make[1]: Leaving directory '/home/zeno/AUR/zygrib/src/zyGrib-8.0.1/src/qwt-6.1.3/src'
  380. make: *** [Makefile:45: zyGrib] Error 2
  381. ==> ERROR: A failure occurred in build().
  382.     Aborting...
  383.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement