Guest User

Untitled

a guest
Oct 24th, 2021
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 69.12 KB | None | 0 0
  1. /usr/include/qt/QtCore/qstring.h:1957:13: note: candidate: ‘bool operator!=(QChar, QStringView)’
  2. 1957 | inline bool operator!=(QChar lhs, QStringView rhs) noexcept { return QStringView(&lhs, 1) != rhs; }
  3. | ^~~~~~~~
  4. /usr/include/qt/QtCore/qstring.h:1957:30: note: no known conversion for argument 1 from ‘opentimelineio::v1_0::ErrorStatus’ to ‘QChar’
  5. 1957 | inline bool operator!=(QChar lhs, QStringView rhs) noexcept { return QStringView(&lhs, 1) != rhs; }
  6. | ~~~~~~^~~
  7. /usr/include/qt/QtCore/qstring.h:1965:13: note: candidate: ‘bool operator!=(QStringView, QLatin1String)’
  8. 1965 | inline bool operator!=(QStringView lhs, QLatin1String rhs) noexcept { return !(lhs == rhs); }
  9. | ^~~~~~~~
  10. /usr/include/qt/QtCore/qstring.h:1965:36: note: no known conversion for argument 1 from ‘opentimelineio::v1_0::ErrorStatus’ to ‘QStringView’
  11. 1965 | inline bool operator!=(QStringView lhs, QLatin1String rhs) noexcept { return !(lhs == rhs); }
  12. | ~~~~~~~~~~~~^~~
  13. /usr/include/qt/QtCore/qstring.h:1972:13: note: candidate: ‘bool operator!=(QLatin1String, QStringView)’
  14. 1972 | inline bool operator!=(QLatin1String lhs, QStringView rhs) noexcept { return !(lhs == rhs); }
  15. | ^~~~~~~~
  16. /usr/include/qt/QtCore/qstring.h:1972:38: note: no known conversion for argument 1 from ‘opentimelineio::v1_0::ErrorStatus’ to ‘QLatin1String’
  17. 1972 | inline bool operator!=(QLatin1String lhs, QStringView rhs) noexcept { return !(lhs == rhs); }
  18. | ~~~~~~~~~~~~~~^~~
  19. /usr/include/qt/QtCore/qstring.h:1981:32: note: candidate: ‘bool operator!=(const QStringRef&, const QByteArray&)’
  20. 1981 | inline QT_ASCII_CAST_WARN bool operator!=(const QStringRef &lhs, const QByteArray &rhs) { return lhs.compare(rhs) != 0; }
  21. | ^~~~~~~~
  22. /usr/include/qt/QtCore/qstring.h:1981:61: note: no known conversion for argument 1 from ‘opentimelineio::v1_0::ErrorStatus’ to ‘const QStringRef&’
  23. 1981 | inline QT_ASCII_CAST_WARN bool operator!=(const QStringRef &lhs, const QByteArray &rhs) { return lhs.compare(rhs) != 0; }
  24. | ~~~~~~~~~~~~~~~~~~^~~
  25. /usr/include/qt/QtCore/qstring.h:1988:32: note: candidate: ‘bool operator!=(const QByteArray&, const QStringRef&)’
  26. 1988 | inline QT_ASCII_CAST_WARN bool operator!=(const QByteArray &lhs, const QStringRef &rhs) { return rhs.compare(lhs) != 0; }
  27. | ^~~~~~~~
  28. /usr/include/qt/QtCore/qstring.h:1988:61: note: no known conversion for argument 1 from ‘opentimelineio::v1_0::ErrorStatus’ to ‘const QByteArray&’
  29. 1988 | inline QT_ASCII_CAST_WARN bool operator!=(const QByteArray &lhs, const QStringRef &rhs) { return rhs.compare(lhs) != 0; }
  30. | ~~~~~~~~~~~~~~~~~~^~~
  31. /usr/include/qt/QtCore/qstring.h:2010:32: note: candidate: ‘bool operator!=(const char*, const QStringRef&)’
  32. 2010 | inline QT_ASCII_CAST_WARN bool operator!=(const char *s1, const QStringRef &s2)
  33. | ^~~~~~~~
  34. /usr/include/qt/QtCore/qstring.h:2010:55: note: no known conversion for argument 1 from ‘opentimelineio::v1_0::ErrorStatus’ to ‘const char*’
  35. 2010 | inline QT_ASCII_CAST_WARN bool operator!=(const char *s1, const QStringRef &s2)
  36. | ~~~~~~~~~~~~^~
  37. In file included from /usr/include/qt/QtCore/qlocale.h:43,
  38. from /usr/include/qt/QtCore/qtextstream.h:46,
  39. from /usr/include/qt/QtCore/qdebug.h:49,
  40. from /usr/include/qt/QtCore/QDebug:1,
  41. from /home/gianmarco/.cache/yay/olive-git/src/olive/app/common/rational.h:14,
  42. from /home/gianmarco/.cache/yay/olive-git/src/olive/app/codec/frame.h:28,
  43. from /home/gianmarco/.cache/yay/olive-git/src/olive/app/node/color/colormanager/colormanager.h:27,
  44. from /home/gianmarco/.cache/yay/olive-git/src/olive/app/node/project/project.h:28,
  45. from /home/gianmarco/.cache/yay/olive-git/src/olive/app/task/project/saveotio/saveotio.h:30,
  46. from /home/gianmarco/.cache/yay/olive-git/src/olive/app/task/project/saveotio/saveotio.cpp:21:
  47. /usr/include/qt/QtCore/qvariant.h:616:13: note: candidate: ‘bool operator!=(const QVariant&, const QVariantComparisonHelper&)’
  48. 616 | inline bool operator!=(const QVariant &v1, const QVariantComparisonHelper &v2)
  49. | ^~~~~~~~
  50. /usr/include/qt/QtCore/qvariant.h:616:40: note: no known conversion for argument 1 from ‘opentimelineio::v1_0::ErrorStatus’ to ‘const QVariant&’
  51. 616 | inline bool operator!=(const QVariant &v1, const QVariantComparisonHelper &v2)
  52. | ~~~~~~~~~~~~~~~~^~
  53. In file included from /usr/include/qt/QtCore/qrect.h:43,
  54. from /usr/include/qt/QtGui/qpainter.h:45,
  55. from /usr/include/qt/QtGui/QPainter:1,
  56. from /home/gianmarco/.cache/yay/olive-git/src/olive/app/node/node.h:28,
  57. from /home/gianmarco/.cache/yay/olive-git/src/olive/app/node/color/colormanager/colormanager.h:28,
  58. from /home/gianmarco/.cache/yay/olive-git/src/olive/app/node/project/project.h:28,
  59. from /home/gianmarco/.cache/yay/olive-git/src/olive/app/task/project/saveotio/saveotio.h:30,
  60. from /home/gianmarco/.cache/yay/olive-git/src/olive/app/task/project/saveotio/saveotio.cpp:21:
  61. /usr/include/qt/QtCore/qmargins.h:144:30: note: candidate: ‘constexpr bool operator!=(const QMargins&, const QMargins&)’
  62. 144 | Q_DECL_CONSTEXPR inline bool operator!=(const QMargins &m1, const QMargins &m2) noexcept
  63. | ^~~~~~~~
  64. /usr/include/qt/QtCore/qmargins.h:144:57: note: no known conversion for argument 1 from ‘opentimelineio::v1_0::ErrorStatus’ to ‘const QMargins&’
  65. 144 | Q_DECL_CONSTEXPR inline bool operator!=(const QMargins &m1, const QMargins &m2) noexcept
  66. | ~~~~~~~~~~~~~~~~^~
  67. /usr/include/qt/QtCore/qmargins.h:380:30: note: candidate: ‘constexpr bool operator!=(const QMarginsF&, const QMarginsF&)’
  68. 380 | Q_DECL_CONSTEXPR inline bool operator!=(const QMarginsF &lhs, const QMarginsF &rhs) noexcept
  69. | ^~~~~~~~
  70. /usr/include/qt/QtCore/qmargins.h:380:58: note: no known conversion for argument 1 from ‘opentimelineio::v1_0::ErrorStatus’ to ‘const QMarginsF&’
  71. 380 | Q_DECL_CONSTEXPR inline bool operator!=(const QMarginsF &lhs, const QMarginsF &rhs) noexcept
  72. | ~~~~~~~~~~~~~~~~~^~~
  73. In file included from /usr/include/qt/QtCore/qrect.h:44,
  74. from /usr/include/qt/QtGui/qpainter.h:45,
  75. from /usr/include/qt/QtGui/QPainter:1,
  76. from /home/gianmarco/.cache/yay/olive-git/src/olive/app/node/node.h:28,
  77. from /home/gianmarco/.cache/yay/olive-git/src/olive/app/node/color/colormanager/colormanager.h:28,
  78. from /home/gianmarco/.cache/yay/olive-git/src/olive/app/node/project/project.h:28,
  79. from /home/gianmarco/.cache/yay/olive-git/src/olive/app/task/project/saveotio/saveotio.h:30,
  80. from /home/gianmarco/.cache/yay/olive-git/src/olive/app/task/project/saveotio/saveotio.cpp:21:
  81. /usr/include/qt/QtCore/qsize.h:178:30: note: candidate: ‘constexpr bool operator!=(const QSize&, const QSize&)’
  82. 178 | Q_DECL_CONSTEXPR inline bool operator!=(const QSize &s1, const QSize &s2) noexcept
  83. | ^~~~~~~~
  84. /usr/include/qt/QtCore/qsize.h:178:54: note: no known conversion for argument 1 from ‘opentimelineio::v1_0::ErrorStatus’ to ‘const QSize&’
  85. 178 | Q_DECL_CONSTEXPR inline bool operator!=(const QSize &s1, const QSize &s2) noexcept
  86. | ~~~~~~~~~~~~~^~
  87. /usr/include/qt/QtCore/qsize.h:353:30: note: candidate: ‘constexpr bool operator!=(const QSizeF&, const QSizeF&)’
  88. 353 | Q_DECL_CONSTEXPR inline bool operator!=(const QSizeF &s1, const QSizeF &s2) noexcept
  89. | ^~~~~~~~
  90. /usr/include/qt/QtCore/qsize.h:353:55: note: no known conversion for argument 1 from ‘opentimelineio::v1_0::ErrorStatus’ to ‘const QSizeF&’
  91. 353 | Q_DECL_CONSTEXPR inline bool operator!=(const QSizeF &s1, const QSizeF &s2) noexcept
  92. | ~~~~~~~~~~~~~~^~
  93. In file included from /usr/include/qt/QtCore/qrect.h:45,
  94. from /usr/include/qt/QtGui/qpainter.h:45,
  95. from /usr/include/qt/QtGui/QPainter:1,
  96. from /home/gianmarco/.cache/yay/olive-git/src/olive/app/node/node.h:28,
  97. from /home/gianmarco/.cache/yay/olive-git/src/olive/app/node/color/colormanager/colormanager.h:28,
  98. from /home/gianmarco/.cache/yay/olive-git/src/olive/app/node/project/project.h:28,
  99. from /home/gianmarco/.cache/yay/olive-git/src/olive/app/task/project/saveotio/saveotio.h:30,
  100. from /home/gianmarco/.cache/yay/olive-git/src/olive/app/task/project/saveotio/saveotio.cpp:21:
  101. /usr/include/qt/QtCore/qpoint.h:168:30: note: candidate: ‘constexpr bool operator!=(const QPoint&, const QPoint&)’
  102. 168 | Q_DECL_CONSTEXPR inline bool operator!=(const QPoint &p1, const QPoint &p2)
  103. | ^~~~~~~~
  104. /usr/include/qt/QtCore/qpoint.h:168:55: note: no known conversion for argument 1 from ‘opentimelineio::v1_0::ErrorStatus’ to ‘const QPoint&’
  105. 168 | Q_DECL_CONSTEXPR inline bool operator!=(const QPoint &p1, const QPoint &p2)
  106. | ~~~~~~~~~~~~~~^~
  107. /usr/include/qt/QtCore/qpoint.h:363:30: note: candidate: ‘constexpr bool operator!=(const QPointF&, const QPointF&)’
  108. 363 | Q_DECL_CONSTEXPR inline bool operator!=(const QPointF &p1, const QPointF &p2)
  109. | ^~~~~~~~
  110. /usr/include/qt/QtCore/qpoint.h:363:56: note: no known conversion for argument 1 from ‘opentimelineio::v1_0::ErrorStatus’ to ‘const QPointF&’
  111. 363 | Q_DECL_CONSTEXPR inline bool operator!=(const QPointF &p1, const QPointF &p2)
  112. | ~~~~~~~~~~~~~~~^~
  113. In file included from /usr/include/qt/QtGui/qpainter.h:45,
  114. from /usr/include/qt/QtGui/QPainter:1,
  115. from /home/gianmarco/.cache/yay/olive-git/src/olive/app/node/node.h:28,
  116. from /home/gianmarco/.cache/yay/olive-git/src/olive/app/node/color/colormanager/colormanager.h:28,
  117. from /home/gianmarco/.cache/yay/olive-git/src/olive/app/node/project/project.h:28,
  118. from /home/gianmarco/.cache/yay/olive-git/src/olive/app/task/project/saveotio/saveotio.h:30,
  119. from /home/gianmarco/.cache/yay/olive-git/src/olive/app/task/project/saveotio/saveotio.cpp:21:
  120. /usr/include/qt/QtCore/qrect.h:459:30: note: candidate: ‘constexpr bool operator!=(const QRect&, const QRect&)’
  121. 459 | Q_DECL_CONSTEXPR inline bool operator!=(const QRect &r1, const QRect &r2) noexcept
  122. | ^~~~~~~~
  123. /usr/include/qt/QtCore/qrect.h:459:54: note: no known conversion for argument 1 from ‘opentimelineio::v1_0::ErrorStatus’ to ‘const QRect&’
  124. 459 | Q_DECL_CONSTEXPR inline bool operator!=(const QRect &r1, const QRect &r2) noexcept
  125. | ~~~~~~~~~~~~~^~
  126. /usr/include/qt/QtCore/qrect.h:866:30: note: candidate: ‘constexpr bool operator!=(const QRectF&, const QRectF&)’
  127. 866 | Q_DECL_CONSTEXPR inline bool operator!=(const QRectF &r1, const QRectF &r2) noexcept
  128. | ^~~~~~~~
  129. /usr/include/qt/QtCore/qrect.h:866:55: note: no known conversion for argument 1 from ‘opentimelineio::v1_0::ErrorStatus’ to ‘const QRectF&’
  130. 866 | Q_DECL_CONSTEXPR inline bool operator!=(const QRectF &r1, const QRectF &r2) noexcept
  131. | ~~~~~~~~~~~~~~^~
  132. In file included from /usr/include/qt/QtGui/QVector2D:1,
  133. from /home/gianmarco/.cache/yay/olive-git/src/olive/app/node/globals.h:24,
  134. from /home/gianmarco/.cache/yay/olive-git/src/olive/app/node/node.h:37,
  135. from /home/gianmarco/.cache/yay/olive-git/src/olive/app/node/color/colormanager/colormanager.h:28,
  136. from /home/gianmarco/.cache/yay/olive-git/src/olive/app/node/project/project.h:28,
  137. from /home/gianmarco/.cache/yay/olive-git/src/olive/app/task/project/saveotio/saveotio.h:30,
  138. from /home/gianmarco/.cache/yay/olive-git/src/olive/app/task/project/saveotio/saveotio.cpp:21:
  139. /usr/include/qt/QtGui/qvector2d.h:216:30: note: candidate: ‘constexpr bool operator!=(const QVector2D&, const QVector2D&)’
  140. 216 | Q_DECL_CONSTEXPR inline bool operator!=(const QVector2D &v1, const QVector2D &v2)
  141. | ^~~~~~~~
  142. /usr/include/qt/QtGui/qvector2d.h:216:58: note: no known conversion for argument 1 from ‘opentimelineio::v1_0::ErrorStatus’ to ‘const QVector2D&’
  143. 216 | Q_DECL_CONSTEXPR inline bool operator!=(const QVector2D &v1, const QVector2D &v2)
  144. | ~~~~~~~~~~~~~~~~~^~
  145. In file included from /usr/include/qt/QtGui/qmatrix4x4.h:44,
  146. from /usr/include/qt/QtGui/QMatrix4x4:1,
  147. from /home/gianmarco/.cache/yay/olive-git/src/olive/app/render/job/shaderjob.h:24,
  148. from /home/gianmarco/.cache/yay/olive-git/src/olive/app/node/node.h:44,
  149. from /home/gianmarco/.cache/yay/olive-git/src/olive/app/node/color/colormanager/colormanager.h:28,
  150. from /home/gianmarco/.cache/yay/olive-git/src/olive/app/node/project/project.h:28,
  151. from /home/gianmarco/.cache/yay/olive-git/src/olive/app/task/project/saveotio/saveotio.h:30,
  152. from /home/gianmarco/.cache/yay/olive-git/src/olive/app/task/project/saveotio/saveotio.cpp:21:
  153. /usr/include/qt/QtGui/qvector3d.h:241:30: note: candidate: ‘constexpr bool operator!=(const QVector3D&, const QVector3D&)’
  154. 241 | Q_DECL_CONSTEXPR inline bool operator!=(const QVector3D &v1, const QVector3D &v2)
  155. | ^~~~~~~~
  156. /usr/include/qt/QtGui/qvector3d.h:241:58: note: no known conversion for argument 1 from ‘opentimelineio::v1_0::ErrorStatus’ to ‘const QVector3D&’
  157. 241 | Q_DECL_CONSTEXPR inline bool operator!=(const QVector3D &v1, const QVector3D &v2)
  158. | ~~~~~~~~~~~~~~~~~^~
  159. In file included from /usr/include/qt/QtGui/qmatrix4x4.h:45,
  160. from /usr/include/qt/QtGui/QMatrix4x4:1,
  161. from /home/gianmarco/.cache/yay/olive-git/src/olive/app/render/job/shaderjob.h:24,
  162. from /home/gianmarco/.cache/yay/olive-git/src/olive/app/node/node.h:44,
  163. from /home/gianmarco/.cache/yay/olive-git/src/olive/app/node/color/colormanager/colormanager.h:28,
  164. from /home/gianmarco/.cache/yay/olive-git/src/olive/app/node/project/project.h:28,
  165. from /home/gianmarco/.cache/yay/olive-git/src/olive/app/task/project/saveotio/saveotio.h:30,
  166. from /home/gianmarco/.cache/yay/olive-git/src/olive/app/task/project/saveotio/saveotio.cpp:21:
  167. /usr/include/qt/QtGui/qvector4d.h:241:30: note: candidate: ‘constexpr bool operator!=(const QVector4D&, const QVector4D&)’
  168. 241 | Q_DECL_CONSTEXPR inline bool operator!=(const QVector4D &v1, const QVector4D &v2)
  169. | ^~~~~~~~
  170. /usr/include/qt/QtGui/qvector4d.h:241:58: note: no known conversion for argument 1 from ‘opentimelineio::v1_0::ErrorStatus’ to ‘const QVector4D&’
  171. 241 | Q_DECL_CONSTEXPR inline bool operator!=(const QVector4D &v1, const QVector4D &v2)
  172. | ~~~~~~~~~~~~~~~~~^~
  173. In file included from /usr/include/qt/QtGui/qmatrix4x4.h:46,
  174. from /usr/include/qt/QtGui/QMatrix4x4:1,
  175. from /home/gianmarco/.cache/yay/olive-git/src/olive/app/render/job/shaderjob.h:24,
  176. from /home/gianmarco/.cache/yay/olive-git/src/olive/app/node/node.h:44,
  177. from /home/gianmarco/.cache/yay/olive-git/src/olive/app/node/color/colormanager/colormanager.h:28,
  178. from /home/gianmarco/.cache/yay/olive-git/src/olive/app/node/project/project.h:28,
  179. from /home/gianmarco/.cache/yay/olive-git/src/olive/app/task/project/saveotio/saveotio.h:30,
  180. from /home/gianmarco/.cache/yay/olive-git/src/olive/app/task/project/saveotio/saveotio.cpp:21:
  181. /usr/include/qt/QtGui/qquaternion.h:289:13: note: candidate: ‘bool operator!=(const QQuaternion&, const QQuaternion&)’
  182. 289 | inline bool operator!=(const QQuaternion &q1, const QQuaternion &q2)
  183. | ^~~~~~~~
  184. /usr/include/qt/QtGui/qquaternion.h:289:43: note: no known conversion for argument 1 from ‘opentimelineio::v1_0::ErrorStatus’ to ‘const QQuaternion&’
  185. 289 | inline bool operator!=(const QQuaternion &q1, const QQuaternion &q2)
  186. | ~~~~~~~~~~~~~~~~~~~^~
  187. /home/gianmarco/.cache/yay/olive-git/src/olive/app/task/project/saveotio/saveotio.cpp: In member function ‘bool olive::SaveOTIOTask::SerializeTrackList(olive::TrackList*, opentimelineio::v1_0::Timeline*)’:
  188. /home/gianmarco/.cache/yay/olive-git/src/olive/app/task/project/saveotio/saveotio.cpp:197:12: error: no match for ‘operator!=’ (operand types are ‘opentimelineio::v1_0::ErrorStatus’ and ‘opentimelineio::v1_0::ErrorStatus::Outcome’)
  189. 197 | if (es != OTIO::ErrorStatus::OK) {
  190. | ~~ ^~ ~~~~~~~~~~~~~~~~~~~~~
  191. | | |
  192. | | opentimelineio::v1_0::ErrorStatus::Outcome
  193. | opentimelineio::v1_0::ErrorStatus
  194. In file included from /usr/include/qt/QtCore/qhashfunctions.h:45,
  195. from /usr/include/qt/QtCore/qlist.h:47,
  196. from /usr/include/qt/QtCore/qobject.h:49,
  197. from /usr/include/qt/QtCore/QObject:1,
  198. from /home/gianmarco/.cache/yay/olive-git/src/olive/app/node/project/project.h:25,
  199. from /home/gianmarco/.cache/yay/olive-git/src/olive/app/task/project/saveotio/saveotio.h:30,
  200. from /home/gianmarco/.cache/yay/olive-git/src/olive/app/task/project/saveotio/saveotio.cpp:21:
  201. /usr/include/qt/QtCore/qpair.h:118:41: note: candidate: ‘template<class T1, class T2> constexpr bool operator!=(const QPair<T1, T2>&, const QPair<T1, T2>&)’
  202. 118 | Q_DECL_CONSTEXPR Q_INLINE_TEMPLATE bool operator!=(const QPair<T1, T2> &p1, const QPair<T1, T2> &p2)
  203. | ^~~~~~~~
  204. /usr/include/qt/QtCore/qpair.h:118:41: note: template argument deduction/substitution failed:
  205. /home/gianmarco/.cache/yay/olive-git/src/olive/app/task/project/saveotio/saveotio.cpp:197:34: note: ‘opentimelineio::v1_0::ErrorStatus’ is not derived from ‘const QPair<T1, T2>’
  206. 197 | if (es != OTIO::ErrorStatus::OK) {
  207. | ^~
  208. In file included from /usr/include/qt/QtCore/qobject.h:53,
  209. from /usr/include/qt/QtCore/QObject:1,
  210. from /home/gianmarco/.cache/yay/olive-git/src/olive/app/node/project/project.h:25,
  211. from /home/gianmarco/.cache/yay/olive-git/src/olive/app/task/project/saveotio/saveotio.h:30,
  212. from /home/gianmarco/.cache/yay/olive-git/src/olive/app/task/project/saveotio/saveotio.cpp:21:
  213. /usr/include/qt/QtCore/qscopedpointer.h:190:13: note: candidate: ‘template<class T, class Cleanup> bool operator!=(const QScopedPointer<T, Cleanup>&, const QScopedPointer<T, Cleanup>&)’
  214. 190 | inline bool operator!=(const QScopedPointer<T, Cleanup> &lhs, const QScopedPointer<T, Cleanup> &rhs) noexcept
  215. | ^~~~~~~~
  216. /usr/include/qt/QtCore/qscopedpointer.h:190:13: note: template argument deduction/substitution failed:
  217. /home/gianmarco/.cache/yay/olive-git/src/olive/app/task/project/saveotio/saveotio.cpp:197:34: note: ‘opentimelineio::v1_0::ErrorStatus’ is not derived from ‘const QScopedPointer<T, Cleanup>’
  218. 197 | if (es != OTIO::ErrorStatus::OK) {
  219. | ^~
  220. In file included from /usr/include/qt/QtCore/qobject.h:53,
  221. from /usr/include/qt/QtCore/QObject:1,
  222. from /home/gianmarco/.cache/yay/olive-git/src/olive/app/node/project/project.h:25,
  223. from /home/gianmarco/.cache/yay/olive-git/src/olive/app/task/project/saveotio/saveotio.h:30,
  224. from /home/gianmarco/.cache/yay/olive-git/src/olive/app/task/project/saveotio/saveotio.cpp:21:
  225. /usr/include/qt/QtCore/qscopedpointer.h:208:13: note: candidate: ‘template<class T, class Cleanup> bool operator!=(const QScopedPointer<T, Cleanup>&, std::nullptr_t)’
  226. 208 | inline bool operator!=(const QScopedPointer<T, Cleanup> &lhs, std::nullptr_t) noexcept
  227. | ^~~~~~~~
  228. /usr/include/qt/QtCore/qscopedpointer.h:208:13: note: template argument deduction/substitution failed:
  229. /home/gianmarco/.cache/yay/olive-git/src/olive/app/task/project/saveotio/saveotio.cpp:197:34: note: ‘opentimelineio::v1_0::ErrorStatus’ is not derived from ‘const QScopedPointer<T, Cleanup>’
  230. 197 | if (es != OTIO::ErrorStatus::OK) {
  231. | ^~
  232. In file included from /usr/include/qt/QtCore/qobject.h:53,
  233. from /usr/include/qt/QtCore/QObject:1,
  234. from /home/gianmarco/.cache/yay/olive-git/src/olive/app/node/project/project.h:25,
  235. from /home/gianmarco/.cache/yay/olive-git/src/olive/app/task/project/saveotio/saveotio.h:30,
  236. from /home/gianmarco/.cache/yay/olive-git/src/olive/app/task/project/saveotio/saveotio.cpp:21:
  237. /usr/include/qt/QtCore/qscopedpointer.h:214:13: note: candidate: ‘template<class T, class Cleanup> bool operator!=(std::nullptr_t, const QScopedPointer<T, Cleanup>&)’
  238. 214 | inline bool operator!=(std::nullptr_t, const QScopedPointer<T, Cleanup> &rhs) noexcept
  239. | ^~~~~~~~
  240. /usr/include/qt/QtCore/qscopedpointer.h:214:13: note: template argument deduction/substitution failed:
  241. /home/gianmarco/.cache/yay/olive-git/src/olive/app/task/project/saveotio/saveotio.cpp:197:34: note: mismatched types ‘const QScopedPointer<T, Cleanup>’ and ‘opentimelineio::v1_0::ErrorStatus::Outcome’
  242. 197 | if (es != OTIO::ErrorStatus::OK) {
  243. | ^~
  244. In file included from /usr/include/qt/QtCore/qmetatype.h:48,
  245. from /usr/include/qt/QtCore/qobject.h:54,
  246. from /usr/include/qt/QtCore/QObject:1,
  247. from /home/gianmarco/.cache/yay/olive-git/src/olive/app/node/project/project.h:25,
  248. from /home/gianmarco/.cache/yay/olive-git/src/olive/app/task/project/saveotio/saveotio.h:30,
  249. from /home/gianmarco/.cache/yay/olive-git/src/olive/app/task/project/saveotio/saveotio.cpp:21:
  250. /usr/include/qt/QtCore/qvarlengtharray.h:568:6: note: candidate: ‘template<class T, int Prealloc1, int Prealloc2> bool operator!=(const QVarLengthArray<T, Prealloc1>&, const QVarLengthArray<T, Prealloc2>&)’
  251. 568 | bool operator!=(const QVarLengthArray<T, Prealloc1> &l, const QVarLengthArray<T, Prealloc2> &r)
  252. | ^~~~~~~~
  253. /usr/include/qt/QtCore/qvarlengtharray.h:568:6: note: template argument deduction/substitution failed:
  254. /home/gianmarco/.cache/yay/olive-git/src/olive/app/task/project/saveotio/saveotio.cpp:197:34: note: ‘opentimelineio::v1_0::ErrorStatus’ is not derived from ‘const QVarLengthArray<T, Prealloc1>’
  255. 197 | if (es != OTIO::ErrorStatus::OK) {
  256. | ^~
  257. In file included from /usr/include/qt/QtCore/qsharedpointer.h:48,
  258. from /usr/include/qt/QtCore/qdebug.h:54,
  259. from /usr/include/qt/QtCore/QDebug:1,
  260. from /home/gianmarco/.cache/yay/olive-git/src/olive/app/common/rational.h:14,
  261. from /home/gianmarco/.cache/yay/olive-git/src/olive/app/codec/frame.h:28,
  262. from /home/gianmarco/.cache/yay/olive-git/src/olive/app/node/color/colormanager/colormanager.h:27,
  263. from /home/gianmarco/.cache/yay/olive-git/src/olive/app/node/project/project.h:28,
  264. from /home/gianmarco/.cache/yay/olive-git/src/olive/app/task/project/saveotio/saveotio.h:30,
  265. from /home/gianmarco/.cache/yay/olive-git/src/olive/app/task/project/saveotio/saveotio.cpp:21:
  266. /usr/include/qt/QtCore/qsharedpointer_impl.h:752:6: note: candidate: ‘template<class T, class X> bool operator!=(const QSharedPointer<T>&, const QSharedPointer<T>&)’
  267. 752 | bool operator!=(const QSharedPointer<T> &ptr1, const QSharedPointer<X> &ptr2) noexcept
  268. | ^~~~~~~~
  269. /usr/include/qt/QtCore/qsharedpointer_impl.h:752:6: note: template argument deduction/substitution failed:
  270. /home/gianmarco/.cache/yay/olive-git/src/olive/app/task/project/saveotio/saveotio.cpp:197:34: note: ‘opentimelineio::v1_0::ErrorStatus’ is not derived from ‘const QSharedPointer<T>’
  271. 197 | if (es != OTIO::ErrorStatus::OK) {
  272. | ^~
  273. In file included from /usr/include/qt/QtCore/qsharedpointer.h:48,
  274. from /usr/include/qt/QtCore/qdebug.h:54,
  275. from /usr/include/qt/QtCore/QDebug:1,
  276. from /home/gianmarco/.cache/yay/olive-git/src/olive/app/common/rational.h:14,
  277. from /home/gianmarco/.cache/yay/olive-git/src/olive/app/codec/frame.h:28,
  278. from /home/gianmarco/.cache/yay/olive-git/src/olive/app/node/color/colormanager/colormanager.h:27,
  279. from /home/gianmarco/.cache/yay/olive-git/src/olive/app/node/project/project.h:28,
  280. from /home/gianmarco/.cache/yay/olive-git/src/olive/app/task/project/saveotio/saveotio.h:30,
  281. from /home/gianmarco/.cache/yay/olive-git/src/olive/app/task/project/saveotio/saveotio.cpp:21:
  282. /usr/include/qt/QtCore/qsharedpointer_impl.h:768:6: note: candidate: ‘template<class T, class X> bool operator!=(const QSharedPointer<T>&, const X*)’
  283. 768 | bool operator!=(const QSharedPointer<T> &ptr1, const X *ptr2) noexcept
  284. | ^~~~~~~~
  285. /usr/include/qt/QtCore/qsharedpointer_impl.h:768:6: note: template argument deduction/substitution failed:
  286. /home/gianmarco/.cache/yay/olive-git/src/olive/app/task/project/saveotio/saveotio.cpp:197:34: note: ‘opentimelineio::v1_0::ErrorStatus’ is not derived from ‘const QSharedPointer<T>’
  287. 197 | if (es != OTIO::ErrorStatus::OK) {
  288. | ^~
  289. In file included from /usr/include/qt/QtCore/qsharedpointer.h:48,
  290. from /usr/include/qt/QtCore/qdebug.h:54,
  291. from /usr/include/qt/QtCore/QDebug:1,
  292. from /home/gianmarco/.cache/yay/olive-git/src/olive/app/common/rational.h:14,
  293. from /home/gianmarco/.cache/yay/olive-git/src/olive/app/codec/frame.h:28,
  294. from /home/gianmarco/.cache/yay/olive-git/src/olive/app/node/color/colormanager/colormanager.h:27,
  295. from /home/gianmarco/.cache/yay/olive-git/src/olive/app/node/project/project.h:28,
  296. from /home/gianmarco/.cache/yay/olive-git/src/olive/app/task/project/saveotio/saveotio.h:30,
  297. from /home/gianmarco/.cache/yay/olive-git/src/olive/app/task/project/saveotio/saveotio.cpp:21:
  298. /usr/include/qt/QtCore/qsharedpointer_impl.h:773:6: note: candidate: ‘template<class T, class X> bool operator!=(const T*, const QSharedPointer<T>&)’
  299. 773 | bool operator!=(const T *ptr1, const QSharedPointer<X> &ptr2) noexcept
  300. | ^~~~~~~~
  301. /usr/include/qt/QtCore/qsharedpointer_impl.h:773:6: note: template argument deduction/substitution failed:
  302. /home/gianmarco/.cache/yay/olive-git/src/olive/app/task/project/saveotio/saveotio.cpp:197:34: note: mismatched types ‘const T*’ and ‘opentimelineio::v1_0::ErrorStatus’
  303. 197 | if (es != OTIO::ErrorStatus::OK) {
  304. | ^~
  305. In file included from /usr/include/qt/QtCore/qsharedpointer.h:48,
  306. from /usr/include/qt/QtCore/qdebug.h:54,
  307. from /usr/include/qt/QtCore/QDebug:1,
  308. from /home/gianmarco/.cache/yay/olive-git/src/olive/app/common/rational.h:14,
  309. from /home/gianmarco/.cache/yay/olive-git/src/olive/app/codec/frame.h:28,
  310. from /home/gianmarco/.cache/yay/olive-git/src/olive/app/node/color/colormanager/colormanager.h:27,
  311. from /home/gianmarco/.cache/yay/olive-git/src/olive/app/node/project/project.h:28,
  312. from /home/gianmarco/.cache/yay/olive-git/src/olive/app/task/project/saveotio/saveotio.h:30,
  313. from /home/gianmarco/.cache/yay/olive-git/src/olive/app/task/project/saveotio/saveotio.cpp:21:
  314. /usr/include/qt/QtCore/qsharedpointer_impl.h:784:6: note: candidate: ‘template<class T, class X> bool operator!=(const QSharedPointer<T>&, const QWeakPointer<X>&)’
  315. 784 | bool operator!=(const QSharedPointer<T> &ptr1, const QWeakPointer<X> &ptr2) noexcept
  316. | ^~~~~~~~
  317. /usr/include/qt/QtCore/qsharedpointer_impl.h:784:6: note: template argument deduction/substitution failed:
  318. /home/gianmarco/.cache/yay/olive-git/src/olive/app/task/project/saveotio/saveotio.cpp:197:34: note: ‘opentimelineio::v1_0::ErrorStatus’ is not derived from ‘const QSharedPointer<T>’
  319. 197 | if (es != OTIO::ErrorStatus::OK) {
  320. | ^~
  321. In file included from /usr/include/qt/QtCore/qsharedpointer.h:48,
  322. from /usr/include/qt/QtCore/qdebug.h:54,
  323. from /usr/include/qt/QtCore/QDebug:1,
  324. from /home/gianmarco/.cache/yay/olive-git/src/olive/app/common/rational.h:14,
  325. from /home/gianmarco/.cache/yay/olive-git/src/olive/app/codec/frame.h:28,
  326. from /home/gianmarco/.cache/yay/olive-git/src/olive/app/node/color/colormanager/colormanager.h:27,
  327. from /home/gianmarco/.cache/yay/olive-git/src/olive/app/node/project/project.h:28,
  328. from /home/gianmarco/.cache/yay/olive-git/src/olive/app/task/project/saveotio/saveotio.h:30,
  329. from /home/gianmarco/.cache/yay/olive-git/src/olive/app/task/project/saveotio/saveotio.cpp:21:
  330. /usr/include/qt/QtCore/qsharedpointer_impl.h:796:13: note: candidate: ‘template<class T> bool operator!=(const QSharedPointer<T>&, std::nullptr_t)’
  331. 796 | inline bool operator!=(const QSharedPointer<T> &lhs, std::nullptr_t) noexcept
  332. | ^~~~~~~~
  333. /usr/include/qt/QtCore/qsharedpointer_impl.h:796:13: note: template argument deduction/substitution failed:
  334. /home/gianmarco/.cache/yay/olive-git/src/olive/app/task/project/saveotio/saveotio.cpp:197:34: note: ‘opentimelineio::v1_0::ErrorStatus’ is not derived from ‘const QSharedPointer<T>’
  335. 197 | if (es != OTIO::ErrorStatus::OK) {
  336. | ^~
  337. In file included from /usr/include/qt/QtCore/qsharedpointer.h:48,
  338. from /usr/include/qt/QtCore/qdebug.h:54,
  339. from /usr/include/qt/QtCore/QDebug:1,
  340. from /home/gianmarco/.cache/yay/olive-git/src/olive/app/common/rational.h:14,
  341. from /home/gianmarco/.cache/yay/olive-git/src/olive/app/codec/frame.h:28,
  342. from /home/gianmarco/.cache/yay/olive-git/src/olive/app/node/color/colormanager/colormanager.h:27,
  343. from /home/gianmarco/.cache/yay/olive-git/src/olive/app/node/project/project.h:28,
  344. from /home/gianmarco/.cache/yay/olive-git/src/olive/app/task/project/saveotio/saveotio.h:30,
  345. from /home/gianmarco/.cache/yay/olive-git/src/olive/app/task/project/saveotio/saveotio.cpp:21:
  346. /usr/include/qt/QtCore/qsharedpointer_impl.h:808:13: note: candidate: ‘template<class T> bool operator!=(std::nullptr_t, const QSharedPointer<T>&)’
  347. 808 | inline bool operator!=(std::nullptr_t, const QSharedPointer<T> &rhs) noexcept
  348. | ^~~~~~~~
  349. /usr/include/qt/QtCore/qsharedpointer_impl.h:808:13: note: template argument deduction/substitution failed:
  350. /home/gianmarco/.cache/yay/olive-git/src/olive/app/task/project/saveotio/saveotio.cpp:197:34: note: mismatched types ‘const QSharedPointer<T>’ and ‘opentimelineio::v1_0::ErrorStatus::Outcome’
  351. 197 | if (es != OTIO::ErrorStatus::OK) {
  352. | ^~
  353. In file included from /usr/include/qt/QtCore/qsharedpointer.h:48,
  354. from /usr/include/qt/QtCore/qdebug.h:54,
  355. from /usr/include/qt/QtCore/QDebug:1,
  356. from /home/gianmarco/.cache/yay/olive-git/src/olive/app/common/rational.h:14,
  357. from /home/gianmarco/.cache/yay/olive-git/src/olive/app/codec/frame.h:28,
  358. from /home/gianmarco/.cache/yay/olive-git/src/olive/app/node/color/colormanager/colormanager.h:27,
  359. from /home/gianmarco/.cache/yay/olive-git/src/olive/app/node/project/project.h:28,
  360. from /home/gianmarco/.cache/yay/olive-git/src/olive/app/task/project/saveotio/saveotio.h:30,
  361. from /home/gianmarco/.cache/yay/olive-git/src/olive/app/task/project/saveotio/saveotio.cpp:21:
  362. /usr/include/qt/QtCore/qsharedpointer_impl.h:820:13: note: candidate: ‘template<class T> bool operator!=(const QWeakPointer<T>&, std::nullptr_t)’
  363. 820 | inline bool operator!=(const QWeakPointer<T> &lhs, std::nullptr_t) noexcept
  364. | ^~~~~~~~
  365. /usr/include/qt/QtCore/qsharedpointer_impl.h:820:13: note: template argument deduction/substitution failed:
  366. /home/gianmarco/.cache/yay/olive-git/src/olive/app/task/project/saveotio/saveotio.cpp:197:34: note: ‘opentimelineio::v1_0::ErrorStatus’ is not derived from ‘const QWeakPointer<T>’
  367. 197 | if (es != OTIO::ErrorStatus::OK) {
  368. | ^~
  369. In file included from /usr/include/qt/QtCore/qsharedpointer.h:48,
  370. from /usr/include/qt/QtCore/qdebug.h:54,
  371. from /usr/include/qt/QtCore/QDebug:1,
  372. from /home/gianmarco/.cache/yay/olive-git/src/olive/app/common/rational.h:14,
  373. from /home/gianmarco/.cache/yay/olive-git/src/olive/app/codec/frame.h:28,
  374. from /home/gianmarco/.cache/yay/olive-git/src/olive/app/node/color/colormanager/colormanager.h:27,
  375. from /home/gianmarco/.cache/yay/olive-git/src/olive/app/node/project/project.h:28,
  376. from /home/gianmarco/.cache/yay/olive-git/src/olive/app/task/project/saveotio/saveotio.h:30,
  377. from /home/gianmarco/.cache/yay/olive-git/src/olive/app/task/project/saveotio/saveotio.cpp:21:
  378. /usr/include/qt/QtCore/qsharedpointer_impl.h:832:13: note: candidate: ‘template<class T> bool operator!=(std::nullptr_t, const QWeakPointer<T>&)’
  379. 832 | inline bool operator!=(std::nullptr_t, const QWeakPointer<T> &rhs) noexcept
  380. | ^~~~~~~~
  381. /usr/include/qt/QtCore/qsharedpointer_impl.h:832:13: note: template argument deduction/substitution failed:
  382. /home/gianmarco/.cache/yay/olive-git/src/olive/app/task/project/saveotio/saveotio.cpp:197:34: note: mismatched types ‘const QWeakPointer<T>’ and ‘opentimelineio::v1_0::ErrorStatus::Outcome’
  383. 197 | if (es != OTIO::ErrorStatus::OK) {
  384. | ^~
  385. In file included from /usr/include/qt/QtCore/qstring.h:49,
  386. from /usr/include/qt/QtCore/qobject.h:47,
  387. from /usr/include/qt/QtCore/QObject:1,
  388. from /home/gianmarco/.cache/yay/olive-git/src/olive/app/node/project/project.h:25,
  389. from /home/gianmarco/.cache/yay/olive-git/src/olive/app/task/project/saveotio/saveotio.h:30,
  390. from /home/gianmarco/.cache/yay/olive-git/src/olive/app/task/project/saveotio/saveotio.cpp:21:
  391. /usr/include/qt/QtCore/qchar.h:62:30: note: candidate: ‘constexpr bool operator!=(char, QLatin1Char)’
  392. 62 | Q_DECL_CONSTEXPR inline bool operator!=(char lhs, QLatin1Char rhs) noexcept { return lhs != rhs.toLatin1(); }
  393. | ^~~~~~~~
  394. /usr/include/qt/QtCore/qchar.h:62:46: note: no known conversion for argument 1 from ‘opentimelineio::v1_0::ErrorStatus’ to ‘char’
  395. 62 | Q_DECL_CONSTEXPR inline bool operator!=(char lhs, QLatin1Char rhs) noexcept { return lhs != rhs.toLatin1(); }
  396. | ~~~~~^~~
  397. /usr/include/qt/QtCore/qchar.h:69:30: note: candidate: ‘constexpr bool operator!=(QLatin1Char, char)’
  398. 69 | Q_DECL_CONSTEXPR inline bool operator!=(QLatin1Char lhs, char rhs) noexcept { return lhs.toLatin1() != rhs; }
  399. | ^~~~~~~~
  400. /usr/include/qt/QtCore/qchar.h:69:53: note: no known conversion for argument 1 from ‘opentimelineio::v1_0::ErrorStatus’ to ‘QLatin1Char’
  401. 69 | Q_DECL_CONSTEXPR inline bool operator!=(QLatin1Char lhs, char rhs) noexcept { return lhs.toLatin1() != rhs; }
  402. | ~~~~~~~~~~~~^~~
  403. /usr/include/qt/QtCore/qchar.h:640:30: note: candidate: ‘constexpr bool operator!=(QChar, QChar)’
  404. 640 | Q_DECL_CONSTEXPR inline bool operator!=(QChar c1, QChar c2) noexcept { return !operator==(c1, c2); }
  405. | ^~~~~~~~
  406. /usr/include/qt/QtCore/qchar.h:640:47: note: no known conversion for argument 1 from ‘opentimelineio::v1_0::ErrorStatus’ to ‘QChar’
  407. 640 | Q_DECL_CONSTEXPR inline bool operator!=(QChar c1, QChar c2) noexcept { return !operator==(c1, c2); }
  408. | ~~~~~~^~
  409. /usr/include/qt/QtCore/qchar.h:651:30: note: candidate: ‘constexpr bool operator!=(QChar, std::nullptr_t)’
  410. 651 | Q_DECL_CONSTEXPR inline bool operator!=(QChar lhs, std::nullptr_t) noexcept { return !operator==(lhs, nullptr); }
  411. | ^~~~~~~~
  412. /usr/include/qt/QtCore/qchar.h:651:47: note: no known conversion for argument 1 from ‘opentimelineio::v1_0::ErrorStatus’ to ‘QChar’
  413. 651 | Q_DECL_CONSTEXPR inline bool operator!=(QChar lhs, std::nullptr_t) noexcept { return !operator==(lhs, nullptr); }
  414. | ~~~~~~^~~
  415. /usr/include/qt/QtCore/qchar.h:656:30: note: candidate: ‘constexpr bool operator!=(std::nullptr_t, QChar)’
  416. 656 | Q_DECL_CONSTEXPR inline bool operator!=(std::nullptr_t, QChar rhs) noexcept { return !operator==(nullptr, rhs); }
  417. | ^~~~~~~~
  418. /usr/include/qt/QtCore/qchar.h:656:41: note: no known conversion for argument 1 from ‘opentimelineio::v1_0::ErrorStatus’ to ‘std::nullptr_t’
  419. 656 | Q_DECL_CONSTEXPR inline bool operator!=(std::nullptr_t, QChar rhs) noexcept { return !operator==(nullptr, rhs); }
  420. | ^~~~~~~~~~~~~~
  421. In file included from /usr/include/qt/QtCore/qstring.h:50,
  422. from /usr/include/qt/QtCore/qobject.h:47,
  423. from /usr/include/qt/QtCore/QObject:1,
  424. from /home/gianmarco/.cache/yay/olive-git/src/olive/app/node/project/project.h:25,
  425. from /home/gianmarco/.cache/yay/olive-git/src/olive/app/task/project/saveotio/saveotio.h:30,
  426. from /home/gianmarco/.cache/yay/olive-git/src/olive/app/task/project/saveotio/saveotio.cpp:21:
  427. /usr/include/qt/QtCore/qbytearray.h:690:13: note: candidate: ‘bool operator!=(const QByteArray&, const QByteArray&)’
  428. 690 | inline bool operator!=(const QByteArray &a1, const QByteArray &a2) noexcept
  429. | ^~~~~~~~
  430. /usr/include/qt/QtCore/qbytearray.h:690:42: note: no known conversion for argument 1 from ‘opentimelineio::v1_0::ErrorStatus’ to ‘const QByteArray&’
  431. 690 | inline bool operator!=(const QByteArray &a1, const QByteArray &a2) noexcept
  432. | ~~~~~~~~~~~~~~~~~~^~
  433. /usr/include/qt/QtCore/qbytearray.h:692:13: note: candidate: ‘bool operator!=(const QByteArray&, const char*)’
  434. 692 | inline bool operator!=(const QByteArray &a1, const char *a2) noexcept
  435. | ^~~~~~~~
  436. /usr/include/qt/QtCore/qbytearray.h:692:42: note: no known conversion for argument 1 from ‘opentimelineio::v1_0::ErrorStatus’ to ‘const QByteArray&’
  437. 692 | inline bool operator!=(const QByteArray &a1, const char *a2) noexcept
  438. | ~~~~~~~~~~~~~~~~~~^~
  439. /usr/include/qt/QtCore/qbytearray.h:694:13: note: candidate: ‘bool operator!=(const char*, const QByteArray&)’
  440. 694 | inline bool operator!=(const char *a1, const QByteArray &a2) noexcept
  441. | ^~~~~~~~
  442. /usr/include/qt/QtCore/qbytearray.h:694:36: note: no known conversion for argument 1 from ‘opentimelineio::v1_0::ErrorStatus’ to ‘const char*’
  443. 694 | inline bool operator!=(const char *a1, const QByteArray &a2) noexcept
  444. | ~~~~~~~~~~~~^~
  445. /usr/include/qt/QtCore/qbytearray.h:811:13: note: candidate: ‘bool operator!=(const QByteArray::FromBase64Result&, const QByteArray::FromBase64Result&)’
  446. 811 | inline bool operator!=(const QByteArray::FromBase64Result &lhs, const QByteArray::FromBase64Result &rhs) noexcept
  447. | ^~~~~~~~
  448. /usr/include/qt/QtCore/qbytearray.h:811:60: note: no known conversion for argument 1 from ‘opentimelineio::v1_0::ErrorStatus’ to ‘const QByteArray::FromBase64Result&’
  449. 811 | inline bool operator!=(const QByteArray::FromBase64Result &lhs, const QByteArray::FromBase64Result &rhs) noexcept
  450. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
  451. In file included from /usr/include/qt/QtCore/qobject.h:47,
  452. from /usr/include/qt/QtCore/QObject:1,
  453. from /home/gianmarco/.cache/yay/olive-git/src/olive/app/node/project/project.h:25,
  454. from /home/gianmarco/.cache/yay/olive-git/src/olive/app/task/project/saveotio/saveotio.h:30,
  455. from /home/gianmarco/.cache/yay/olive-git/src/olive/app/task/project/saveotio/saveotio.cpp:21:
  456. /usr/include/qt/QtCore/qstring.h:1379:13: note: candidate: ‘bool operator!=(QString::Null, QString::Null)’
  457. 1379 | inline bool operator!=(QString::Null, QString::Null) { return false; }
  458. | ^~~~~~~~
  459. /usr/include/qt/QtCore/qstring.h:1379:24: note: no known conversion for argument 1 from ‘opentimelineio::v1_0::ErrorStatus’ to ‘QString::Null’
  460. 1379 | inline bool operator!=(QString::Null, QString::Null) { return false; }
  461. | ^~~~~~~~~~~~~
  462. /usr/include/qt/QtCore/qstring.h:1381:13: note: candidate: ‘bool operator!=(QString::Null, const QString&)’
  463. 1381 | inline bool operator!=(QString::Null, const QString &s) { return !s.isNull(); }
  464. | ^~~~~~~~
  465. /usr/include/qt/QtCore/qstring.h:1381:24: note: no known conversion for argument 1 from ‘opentimelineio::v1_0::ErrorStatus’ to ‘QString::Null’
  466. 1381 | inline bool operator!=(QString::Null, const QString &s) { return !s.isNull(); }
  467. | ^~~~~~~~~~~~~
  468. /usr/include/qt/QtCore/qstring.h:1383:13: note: candidate: ‘bool operator!=(const QString&, QString::Null)’
  469. 1383 | inline bool operator!=(const QString &s, QString::Null) { return !s.isNull(); }
  470. | ^~~~~~~~
  471. /usr/include/qt/QtCore/qstring.h:1383:39: note: no known conversion for argument 1 from ‘opentimelineio::v1_0::ErrorStatus’ to ‘const QString&’
  472. 1383 | inline bool operator!=(const QString &s, QString::Null) { return !s.isNull(); }
  473. | ~~~~~~~~~~~~~~~^
  474. /usr/include/qt/QtCore/qstring.h:1388:13: note: candidate: ‘bool operator!=(QLatin1String, QLatin1String)’
  475. 1388 | inline bool operator!=(QLatin1String s1, QLatin1String s2) noexcept
  476. | ^~~~~~~~
  477. /usr/include/qt/QtCore/qstring.h:1388:38: note: no known conversion for argument 1 from ‘opentimelineio::v1_0::ErrorStatus’ to ‘QLatin1String’
  478. 1388 | inline bool operator!=(QLatin1String s1, QLatin1String s2) noexcept
  479. | ~~~~~~~~~~~~~~^~
  480. /usr/include/qt/QtCore/qstring.h:1432:32: note: candidate: ‘bool operator!=(const char*, const QString&)’
  481. 1432 | inline QT_ASCII_CAST_WARN bool operator!=(const char *s1, const QString &s2)
  482. | ^~~~~~~~
  483. /usr/include/qt/QtCore/qstring.h:1432:55: note: no known conversion for argument 1 from ‘opentimelineio::v1_0::ErrorStatus’ to ‘const char*’
  484. 1432 | inline QT_ASCII_CAST_WARN bool operator!=(const char *s1, const QString &s2)
  485. | ~~~~~~~~~~~~^~
  486. /usr/include/qt/QtCore/qstring.h:1445:32: note: candidate: ‘bool operator!=(const char*, QLatin1String)’
  487. 1445 | inline QT_ASCII_CAST_WARN bool operator!=(const char *s1, QLatin1String s2)
  488. | ^~~~~~~~
  489. /usr/include/qt/QtCore/qstring.h:1445:55: note: no known conversion for argument 1 from ‘opentimelineio::v1_0::ErrorStatus’ to ‘const char*’
  490. 1445 | inline QT_ASCII_CAST_WARN bool operator!=(const char *s1, QLatin1String s2)
  491. | ~~~~~~~~~~~~^~
  492. /usr/include/qt/QtCore/qstring.h:1822:13: note: candidate: ‘bool operator!=(const QStringRef&, const QStringRef&)’
  493. 1822 | inline bool operator!=(const QStringRef &s1, const QStringRef &s2) noexcept
  494. | ^~~~~~~~
  495. /usr/include/qt/QtCore/qstring.h:1822:42: note: no known conversion for argument 1 from ‘opentimelineio::v1_0::ErrorStatus’ to ‘const QStringRef&’
  496. 1822 | inline bool operator!=(const QStringRef &s1, const QStringRef &s2) noexcept
  497. | ~~~~~~~~~~~~~~~~~~^~
  498. /usr/include/qt/QtCore/qstring.h:1834:13: note: candidate: ‘bool operator!=(const QString&, const QStringRef&)’
  499. 1834 | inline bool operator!=(const QString &lhs, const QStringRef &rhs) noexcept { return lhs.compare(rhs) != 0; }
  500. | ^~~~~~~~
  501. /usr/include/qt/QtCore/qstring.h:1834:39: note: no known conversion for argument 1 from ‘opentimelineio::v1_0::ErrorStatus’ to ‘const QString&’
  502. 1834 | inline bool operator!=(const QString &lhs, const QStringRef &rhs) noexcept { return lhs.compare(rhs) != 0; }
  503. | ~~~~~~~~~~~~~~~^~~
  504. /usr/include/qt/QtCore/qstring.h:1841:13: note: candidate: ‘bool operator!=(const QStringRef&, const QString&)’
  505. 1841 | inline bool operator!=(const QStringRef &lhs, const QString &rhs) noexcept { return rhs != lhs; }
  506. | ^~~~~~~~
  507. /usr/include/qt/QtCore/qstring.h:1841:42: note: no known conversion for argument 1 from ‘opentimelineio::v1_0::ErrorStatus’ to ‘const QStringRef&’
  508. 1841 | inline bool operator!=(const QStringRef &lhs, const QString &rhs) noexcept { return rhs != lhs; }
  509. | ~~~~~~~~~~~~~~~~~~^~~
  510. /usr/include/qt/QtCore/qstring.h:1870:13: note: candidate: ‘bool operator!=(QLatin1String, const QStringRef&)’
  511. 1870 | inline bool operator!=(QLatin1String lhs, const QStringRef &rhs) noexcept { return rhs.compare(lhs) != 0; }
  512. | ^~~~~~~~
  513. /usr/include/qt/QtCore/qstring.h:1870:38: note: no known conversion for argument 1 from ‘opentimelineio::v1_0::ErrorStatus’ to ‘QLatin1String’
  514. 1870 | inline bool operator!=(QLatin1String lhs, const QStringRef &rhs) noexcept { return rhs.compare(lhs) != 0; }
  515. | ~~~~~~~~~~~~~~^~~
  516. /usr/include/qt/QtCore/qstring.h:1877:13: note: candidate: ‘bool operator!=(const QStringRef&, QLatin1String)’
  517. 1877 | inline bool operator!=(const QStringRef &lhs, QLatin1String rhs) noexcept { return rhs != lhs; }
  518. | ^~~~~~~~
  519. /usr/include/qt/QtCore/qstring.h:1877:42: note: no known conversion for argument 1 from ‘opentimelineio::v1_0::ErrorStatus’ to ‘const QStringRef&’
  520. 1877 | inline bool operator!=(const QStringRef &lhs, QLatin1String rhs) noexcept { return rhs != lhs; }
  521. | ~~~~~~~~~~~~~~~~~~^~~
  522. /usr/include/qt/QtCore/qstring.h:1891:13: note: candidate: ‘bool operator!=(QChar, const QString&)’
  523. 1891 | inline bool operator!=(QChar lhs, const QString &rhs) noexcept { return !(lhs == rhs); }
  524. | ^~~~~~~~
  525. /usr/include/qt/QtCore/qstring.h:1891:30: note: no known conversion for argument 1 from ‘opentimelineio::v1_0::ErrorStatus’ to ‘QChar’
  526. 1891 | inline bool operator!=(QChar lhs, const QString &rhs) noexcept { return !(lhs == rhs); }
  527. | ~~~~~~^~~
  528. /usr/include/qt/QtCore/qstring.h:1896:13: note: candidate: ‘bool operator!=(const QString&, QChar)’
  529. 1896 | inline bool operator!=(const QString &lhs, QChar rhs) noexcept { return !(rhs == lhs); }
  530. | ^~~~~~~~
  531. /usr/include/qt/QtCore/qstring.h:1896:39: note: no known conversion for argument 1 from ‘opentimelineio::v1_0::ErrorStatus’ to ‘const QString&’
  532. 1896 | inline bool operator!=(const QString &lhs, QChar rhs) noexcept { return !(rhs == lhs); }
  533. | ~~~~~~~~~~~~~~~^~~
  534. /usr/include/qt/QtCore/qstring.h:1910:13: note: candidate: ‘bool operator!=(QChar, const QStringRef&)’
  535. 1910 | inline bool operator!=(QChar lhs, const QStringRef &rhs) noexcept { return !(lhs == rhs); }
  536. | ^~~~~~~~
  537. /usr/include/qt/QtCore/qstring.h:1910:30: note: no known conversion for argument 1 from ‘opentimelineio::v1_0::ErrorStatus’ to ‘QChar’
  538. 1910 | inline bool operator!=(QChar lhs, const QStringRef &rhs) noexcept { return !(lhs == rhs); }
  539. | ~~~~~~^~~
  540. /usr/include/qt/QtCore/qstring.h:1915:13: note: candidate: ‘bool operator!=(const QStringRef&, QChar)’
  541. 1915 | inline bool operator!=(const QStringRef &lhs, QChar rhs) noexcept { return !(rhs == lhs); }
  542. | ^~~~~~~~
  543. /usr/include/qt/QtCore/qstring.h:1915:42: note: no known conversion for argument 1 from ‘opentimelineio::v1_0::ErrorStatus’ to ‘const QStringRef&’
  544. 1915 | inline bool operator!=(const QStringRef &lhs, QChar rhs) noexcept { return !(rhs == lhs); }
  545. | ~~~~~~~~~~~~~~~~~~^~~
  546. /usr/include/qt/QtCore/qstring.h:1929:13: note: candidate: ‘bool operator!=(QChar, QLatin1String)’
  547. 1929 | inline bool operator!=(QChar lhs, QLatin1String rhs) noexcept { return !(lhs == rhs); }
  548. | ^~~~~~~~
  549. /usr/include/qt/QtCore/qstring.h:1929:30: note: no known conversion for argument 1 from ‘opentimelineio::v1_0::ErrorStatus’ to ‘QChar’
  550. 1929 | inline bool operator!=(QChar lhs, QLatin1String rhs) noexcept { return !(lhs == rhs); }
  551. | ~~~~~~^~~
  552. /usr/include/qt/QtCore/qstring.h:1934:13: note: candidate: ‘bool operator!=(QLatin1String, QChar)’
  553. 1934 | inline bool operator!=(QLatin1String lhs, QChar rhs) noexcept { return !(rhs == lhs); }
  554. | ^~~~~~~~
  555. /usr/include/qt/QtCore/qstring.h:1934:38: note: no known conversion for argument 1 from ‘opentimelineio::v1_0::ErrorStatus’ to ‘QLatin1String’
  556. 1934 | inline bool operator!=(QLatin1String lhs, QChar rhs) noexcept { return !(rhs == lhs); }
  557. | ~~~~~~~~~~~~~~^~~
  558. /usr/include/qt/QtCore/qstring.h:1942:13: note: candidate: ‘bool operator!=(QStringView, QStringView)’
  559. 1942 | inline bool operator!=(QStringView lhs, QStringView rhs) noexcept { return !(lhs == rhs); }
  560. | ^~~~~~~~
  561. /usr/include/qt/QtCore/qstring.h:1942:36: note: no known conversion for argument 1 from ‘opentimelineio::v1_0::ErrorStatus’ to ‘QStringView’
  562. 1942 | inline bool operator!=(QStringView lhs, QStringView rhs) noexcept { return !(lhs == rhs); }
  563. | ~~~~~~~~~~~~^~~
  564. /usr/include/qt/QtCore/qstring.h:1950:13: note: candidate: ‘bool operator!=(QStringView, QChar)’
  565. 1950 | inline bool operator!=(QStringView lhs, QChar rhs) noexcept { return lhs != QStringView(&rhs, 1); }
  566. | ^~~~~~~~
  567. /usr/include/qt/QtCore/qstring.h:1950:36: note: no known conversion for argument 1 from ‘opentimelineio::v1_0::ErrorStatus’ to ‘QStringView’
  568. 1950 | inline bool operator!=(QStringView lhs, QChar rhs) noexcept { return lhs != QStringView(&rhs, 1); }
  569. | ~~~~~~~~~~~~^~~
  570. /usr/include/qt/QtCore/qstring.h:1957:13: note: candidate: ‘bool operator!=(QChar, QStringView)’
  571. 1957 | inline bool operator!=(QChar lhs, QStringView rhs) noexcept { return QStringView(&lhs, 1) != rhs; }
  572. | ^~~~~~~~
  573. /usr/include/qt/QtCore/qstring.h:1957:30: note: no known conversion for argument 1 from ‘opentimelineio::v1_0::ErrorStatus’ to ‘QChar’
  574. 1957 | inline bool operator!=(QChar lhs, QStringView rhs) noexcept { return QStringView(&lhs, 1) != rhs; }
  575. | ~~~~~~^~~
  576. /usr/include/qt/QtCore/qstring.h:1965:13: note: candidate: ‘bool operator!=(QStringView, QLatin1String)’
  577. 1965 | inline bool operator!=(QStringView lhs, QLatin1String rhs) noexcept { return !(lhs == rhs); }
  578. | ^~~~~~~~
  579. /usr/include/qt/QtCore/qstring.h:1965:36: note: no known conversion for argument 1 from ‘opentimelineio::v1_0::ErrorStatus’ to ‘QStringView’
  580. 1965 | inline bool operator!=(QStringView lhs, QLatin1String rhs) noexcept { return !(lhs == rhs); }
  581. | ~~~~~~~~~~~~^~~
  582. /usr/include/qt/QtCore/qstring.h:1972:13: note: candidate: ‘bool operator!=(QLatin1String, QStringView)’
  583. 1972 | inline bool operator!=(QLatin1String lhs, QStringView rhs) noexcept { return !(lhs == rhs); }
  584. | ^~~~~~~~
  585. /usr/include/qt/QtCore/qstring.h:1972:38: note: no known conversion for argument 1 from ‘opentimelineio::v1_0::ErrorStatus’ to ‘QLatin1String’
  586. 1972 | inline bool operator!=(QLatin1String lhs, QStringView rhs) noexcept { return !(lhs == rhs); }
  587. | ~~~~~~~~~~~~~~^~~
  588. /usr/include/qt/QtCore/qstring.h:1981:32: note: candidate: ‘bool operator!=(const QStringRef&, const QByteArray&)’
  589. 1981 | inline QT_ASCII_CAST_WARN bool operator!=(const QStringRef &lhs, const QByteArray &rhs) { return lhs.compare(rhs) != 0; }
  590. | ^~~~~~~~
  591. /usr/include/qt/QtCore/qstring.h:1981:61: note: no known conversion for argument 1 from ‘opentimelineio::v1_0::ErrorStatus’ to ‘const QStringRef&’
  592. 1981 | inline QT_ASCII_CAST_WARN bool operator!=(const QStringRef &lhs, const QByteArray &rhs) { return lhs.compare(rhs) != 0; }
  593. | ~~~~~~~~~~~~~~~~~~^~~
  594. /usr/include/qt/QtCore/qstring.h:1988:32: note: candidate: ‘bool operator!=(const QByteArray&, const QStringRef&)’
  595. 1988 | inline QT_ASCII_CAST_WARN bool operator!=(const QByteArray &lhs, const QStringRef &rhs) { return rhs.compare(lhs) != 0; }
  596. | ^~~~~~~~
  597. /usr/include/qt/QtCore/qstring.h:1988:61: note: no known conversion for argument 1 from ‘opentimelineio::v1_0::ErrorStatus’ to ‘const QByteArray&’
  598. 1988 | inline QT_ASCII_CAST_WARN bool operator!=(const QByteArray &lhs, const QStringRef &rhs) { return rhs.compare(lhs) != 0; }
  599. | ~~~~~~~~~~~~~~~~~~^~~
  600. /usr/include/qt/QtCore/qstring.h:2010:32: note: candidate: ‘bool operator!=(const char*, const QStringRef&)’
  601. 2010 | inline QT_ASCII_CAST_WARN bool operator!=(const char *s1, const QStringRef &s2)
  602. | ^~~~~~~~
  603. /usr/include/qt/QtCore/qstring.h:2010:55: note: no known conversion for argument 1 from ‘opentimelineio::v1_0::ErrorStatus’ to ‘const char*’
  604. 2010 | inline QT_ASCII_CAST_WARN bool operator!=(const char *s1, const QStringRef &s2)
  605. | ~~~~~~~~~~~~^~
  606. In file included from /usr/include/qt/QtCore/qlocale.h:43,
  607. from /usr/include/qt/QtCore/qtextstream.h:46,
  608. from /usr/include/qt/QtCore/qdebug.h:49,
  609. from /usr/include/qt/QtCore/QDebug:1,
  610. from /home/gianmarco/.cache/yay/olive-git/src/olive/app/common/rational.h:14,
  611. from /home/gianmarco/.cache/yay/olive-git/src/olive/app/codec/frame.h:28,
  612. from /home/gianmarco/.cache/yay/olive-git/src/olive/app/node/color/colormanager/colormanager.h:27,
  613. from /home/gianmarco/.cache/yay/olive-git/src/olive/app/node/project/project.h:28,
  614. from /home/gianmarco/.cache/yay/olive-git/src/olive/app/task/project/saveotio/saveotio.h:30,
  615. from /home/gianmarco/.cache/yay/olive-git/src/olive/app/task/project/saveotio/saveotio.cpp:21:
  616. /usr/include/qt/QtCore/qvariant.h:616:13: note: candidate: ‘bool operator!=(const QVariant&, const QVariantComparisonHelper&)’
  617. 616 | inline bool operator!=(const QVariant &v1, const QVariantComparisonHelper &v2)
  618. | ^~~~~~~~
  619. /usr/include/qt/QtCore/qvariant.h:616:40: note: no known conversion for argument 1 from ‘opentimelineio::v1_0::ErrorStatus’ to ‘const QVariant&’
  620. 616 | inline bool operator!=(const QVariant &v1, const QVariantComparisonHelper &v2)
  621. | ~~~~~~~~~~~~~~~~^~
  622. In file included from /usr/include/qt/QtCore/qrect.h:43,
  623. from /usr/include/qt/QtGui/qpainter.h:45,
  624. from /usr/include/qt/QtGui/QPainter:1,
  625. from /home/gianmarco/.cache/yay/olive-git/src/olive/app/node/node.h:28,
  626. from /home/gianmarco/.cache/yay/olive-git/src/olive/app/node/color/colormanager/colormanager.h:28,
  627. from /home/gianmarco/.cache/yay/olive-git/src/olive/app/node/project/project.h:28,
  628. from /home/gianmarco/.cache/yay/olive-git/src/olive/app/task/project/saveotio/saveotio.h:30,
  629. from /home/gianmarco/.cache/yay/olive-git/src/olive/app/task/project/saveotio/saveotio.cpp:21:
  630. /usr/include/qt/QtCore/qmargins.h:144:30: note: candidate: ‘constexpr bool operator!=(const QMargins&, const QMargins&)’
  631. 144 | Q_DECL_CONSTEXPR inline bool operator!=(const QMargins &m1, const QMargins &m2) noexcept
  632. | ^~~~~~~~
  633. /usr/include/qt/QtCore/qmargins.h:144:57: note: no known conversion for argument 1 from ‘opentimelineio::v1_0::ErrorStatus’ to ‘const QMargins&’
  634. 144 | Q_DECL_CONSTEXPR inline bool operator!=(const QMargins &m1, const QMargins &m2) noexcept
  635. | ~~~~~~~~~~~~~~~~^~
  636. /usr/include/qt/QtCore/qmargins.h:380:30: note: candidate: ‘constexpr bool operator!=(const QMarginsF&, const QMarginsF&)’
  637. 380 | Q_DECL_CONSTEXPR inline bool operator!=(const QMarginsF &lhs, const QMarginsF &rhs) noexcept
  638. | ^~~~~~~~
  639. /usr/include/qt/QtCore/qmargins.h:380:58: note: no known conversion for argument 1 from ‘opentimelineio::v1_0::ErrorStatus’ to ‘const QMarginsF&’
  640. 380 | Q_DECL_CONSTEXPR inline bool operator!=(const QMarginsF &lhs, const QMarginsF &rhs) noexcept
  641. | ~~~~~~~~~~~~~~~~~^~~
  642. In file included from /usr/include/qt/QtCore/qrect.h:44,
  643. from /usr/include/qt/QtGui/qpainter.h:45,
  644. from /usr/include/qt/QtGui/QPainter:1,
  645. from /home/gianmarco/.cache/yay/olive-git/src/olive/app/node/node.h:28,
  646. from /home/gianmarco/.cache/yay/olive-git/src/olive/app/node/color/colormanager/colormanager.h:28,
  647. from /home/gianmarco/.cache/yay/olive-git/src/olive/app/node/project/project.h:28,
  648. from /home/gianmarco/.cache/yay/olive-git/src/olive/app/task/project/saveotio/saveotio.h:30,
  649. from /home/gianmarco/.cache/yay/olive-git/src/olive/app/task/project/saveotio/saveotio.cpp:21:
  650. /usr/include/qt/QtCore/qsize.h:178:30: note: candidate: ‘constexpr bool operator!=(const QSize&, const QSize&)’
  651. 178 | Q_DECL_CONSTEXPR inline bool operator!=(const QSize &s1, const QSize &s2) noexcept
  652. | ^~~~~~~~
  653. /usr/include/qt/QtCore/qsize.h:178:54: note: no known conversion for argument 1 from ‘opentimelineio::v1_0::ErrorStatus’ to ‘const QSize&’
  654. 178 | Q_DECL_CONSTEXPR inline bool operator!=(const QSize &s1, const QSize &s2) noexcept
  655. | ~~~~~~~~~~~~~^~
  656. /usr/include/qt/QtCore/qsize.h:353:30: note: candidate: ‘constexpr bool operator!=(const QSizeF&, const QSizeF&)’
  657. 353 | Q_DECL_CONSTEXPR inline bool operator!=(const QSizeF &s1, const QSizeF &s2) noexcept
  658. | ^~~~~~~~
  659. /usr/include/qt/QtCore/qsize.h:353:55: note: no known conversion for argument 1 from ‘opentimelineio::v1_0::ErrorStatus’ to ‘const QSizeF&’
  660. 353 | Q_DECL_CONSTEXPR inline bool operator!=(const QSizeF &s1, const QSizeF &s2) noexcept
  661. | ~~~~~~~~~~~~~~^~
  662. In file included from /usr/include/qt/QtCore/qrect.h:45,
  663. from /usr/include/qt/QtGui/qpainter.h:45,
  664. from /usr/include/qt/QtGui/QPainter:1,
  665. from /home/gianmarco/.cache/yay/olive-git/src/olive/app/node/node.h:28,
  666. from /home/gianmarco/.cache/yay/olive-git/src/olive/app/node/color/colormanager/colormanager.h:28,
  667. from /home/gianmarco/.cache/yay/olive-git/src/olive/app/node/project/project.h:28,
  668. from /home/gianmarco/.cache/yay/olive-git/src/olive/app/task/project/saveotio/saveotio.h:30,
  669. from /home/gianmarco/.cache/yay/olive-git/src/olive/app/task/project/saveotio/saveotio.cpp:21:
  670. /usr/include/qt/QtCore/qpoint.h:168:30: note: candidate: ‘constexpr bool operator!=(const QPoint&, const QPoint&)’
  671. 168 | Q_DECL_CONSTEXPR inline bool operator!=(const QPoint &p1, const QPoint &p2)
  672. | ^~~~~~~~
  673. /usr/include/qt/QtCore/qpoint.h:168:55: note: no known conversion for argument 1 from ‘opentimelineio::v1_0::ErrorStatus’ to ‘const QPoint&’
  674. 168 | Q_DECL_CONSTEXPR inline bool operator!=(const QPoint &p1, const QPoint &p2)
  675. | ~~~~~~~~~~~~~~^~
  676. /usr/include/qt/QtCore/qpoint.h:363:30: note: candidate: ‘constexpr bool operator!=(const QPointF&, const QPointF&)’
  677. 363 | Q_DECL_CONSTEXPR inline bool operator!=(const QPointF &p1, const QPointF &p2)
  678. | ^~~~~~~~
  679. /usr/include/qt/QtCore/qpoint.h:363:56: note: no known conversion for argument 1 from ‘opentimelineio::v1_0::ErrorStatus’ to ‘const QPointF&’
  680. 363 | Q_DECL_CONSTEXPR inline bool operator!=(const QPointF &p1, const QPointF &p2)
  681. | ~~~~~~~~~~~~~~~^~
  682. In file included from /usr/include/qt/QtGui/qpainter.h:45,
  683. from /usr/include/qt/QtGui/QPainter:1,
  684. from /home/gianmarco/.cache/yay/olive-git/src/olive/app/node/node.h:28,
  685. from /home/gianmarco/.cache/yay/olive-git/src/olive/app/node/color/colormanager/colormanager.h:28,
  686. from /home/gianmarco/.cache/yay/olive-git/src/olive/app/node/project/project.h:28,
  687. from /home/gianmarco/.cache/yay/olive-git/src/olive/app/task/project/saveotio/saveotio.h:30,
  688. from /home/gianmarco/.cache/yay/olive-git/src/olive/app/task/project/saveotio/saveotio.cpp:21:
  689. /usr/include/qt/QtCore/qrect.h:459:30: note: candidate: ‘constexpr bool operator!=(const QRect&, const QRect&)’
  690. 459 | Q_DECL_CONSTEXPR inline bool operator!=(const QRect &r1, const QRect &r2) noexcept
  691. | ^~~~~~~~
  692. /usr/include/qt/QtCore/qrect.h:459:54: note: no known conversion for argument 1 from ‘opentimelineio::v1_0::ErrorStatus’ to ‘const QRect&’
  693. 459 | Q_DECL_CONSTEXPR inline bool operator!=(const QRect &r1, const QRect &r2) noexcept
  694. | ~~~~~~~~~~~~~^~
  695. /usr/include/qt/QtCore/qrect.h:866:30: note: candidate: ‘constexpr bool operator!=(const QRectF&, const QRectF&)’
  696. 866 | Q_DECL_CONSTEXPR inline bool operator!=(const QRectF &r1, const QRectF &r2) noexcept
  697. | ^~~~~~~~
  698. /usr/include/qt/QtCore/qrect.h:866:55: note: no known conversion for argument 1 from ‘opentimelineio::v1_0::ErrorStatus’ to ‘const QRectF&’
  699. 866 | Q_DECL_CONSTEXPR inline bool operator!=(const QRectF &r1, const QRectF &r2) noexcept
  700. | ~~~~~~~~~~~~~~^~
  701. In file included from /usr/include/qt/QtGui/QVector2D:1,
  702. from /home/gianmarco/.cache/yay/olive-git/src/olive/app/node/globals.h:24,
  703. from /home/gianmarco/.cache/yay/olive-git/src/olive/app/node/node.h:37,
  704. from /home/gianmarco/.cache/yay/olive-git/src/olive/app/node/color/colormanager/colormanager.h:28,
  705. from /home/gianmarco/.cache/yay/olive-git/src/olive/app/node/project/project.h:28,
  706. from /home/gianmarco/.cache/yay/olive-git/src/olive/app/task/project/saveotio/saveotio.h:30,
  707. from /home/gianmarco/.cache/yay/olive-git/src/olive/app/task/project/saveotio/saveotio.cpp:21:
  708. /usr/include/qt/QtGui/qvector2d.h:216:30: note: candidate: ‘constexpr bool operator!=(const QVector2D&, const QVector2D&)’
  709. 216 | Q_DECL_CONSTEXPR inline bool operator!=(const QVector2D &v1, const QVector2D &v2)
  710. | ^~~~~~~~
  711. /usr/include/qt/QtGui/qvector2d.h:216:58: note: no known conversion for argument 1 from ‘opentimelineio::v1_0::ErrorStatus’ to ‘const QVector2D&’
  712. 216 | Q_DECL_CONSTEXPR inline bool operator!=(const QVector2D &v1, const QVector2D &v2)
  713. | ~~~~~~~~~~~~~~~~~^~
  714. In file included from /usr/include/qt/QtGui/qmatrix4x4.h:44,
  715. from /usr/include/qt/QtGui/QMatrix4x4:1,
  716. from /home/gianmarco/.cache/yay/olive-git/src/olive/app/render/job/shaderjob.h:24,
  717. from /home/gianmarco/.cache/yay/olive-git/src/olive/app/node/node.h:44,
  718. from /home/gianmarco/.cache/yay/olive-git/src/olive/app/node/color/colormanager/colormanager.h:28,
  719. from /home/gianmarco/.cache/yay/olive-git/src/olive/app/node/project/project.h:28,
  720. from /home/gianmarco/.cache/yay/olive-git/src/olive/app/task/project/saveotio/saveotio.h:30,
  721. from /home/gianmarco/.cache/yay/olive-git/src/olive/app/task/project/saveotio/saveotio.cpp:21:
  722. /usr/include/qt/QtGui/qvector3d.h:241:30: note: candidate: ‘constexpr bool operator!=(const QVector3D&, const QVector3D&)’
  723. 241 | Q_DECL_CONSTEXPR inline bool operator!=(const QVector3D &v1, const QVector3D &v2)
  724. | ^~~~~~~~
  725. /usr/include/qt/QtGui/qvector3d.h:241:58: note: no known conversion for argument 1 from ‘opentimelineio::v1_0::ErrorStatus’ to ‘const QVector3D&’
  726. 241 | Q_DECL_CONSTEXPR inline bool operator!=(const QVector3D &v1, const QVector3D &v2)
  727. | ~~~~~~~~~~~~~~~~~^~
  728. In file included from /usr/include/qt/QtGui/qmatrix4x4.h:45,
  729. from /usr/include/qt/QtGui/QMatrix4x4:1,
  730. from /home/gianmarco/.cache/yay/olive-git/src/olive/app/render/job/shaderjob.h:24,
  731. from /home/gianmarco/.cache/yay/olive-git/src/olive/app/node/node.h:44,
  732. from /home/gianmarco/.cache/yay/olive-git/src/olive/app/node/color/colormanager/colormanager.h:28,
  733. from /home/gianmarco/.cache/yay/olive-git/src/olive/app/node/project/project.h:28,
  734. from /home/gianmarco/.cache/yay/olive-git/src/olive/app/task/project/saveotio/saveotio.h:30,
  735. from /home/gianmarco/.cache/yay/olive-git/src/olive/app/task/project/saveotio/saveotio.cpp:21:
  736. /usr/include/qt/QtGui/qvector4d.h:241:30: note: candidate: ‘constexpr bool operator!=(const QVector4D&, const QVector4D&)’
  737. 241 | Q_DECL_CONSTEXPR inline bool operator!=(const QVector4D &v1, const QVector4D &v2)
  738. | ^~~~~~~~
  739. /usr/include/qt/QtGui/qvector4d.h:241:58: note: no known conversion for argument 1 from ‘opentimelineio::v1_0::ErrorStatus’ to ‘const QVector4D&’
  740. 241 | Q_DECL_CONSTEXPR inline bool operator!=(const QVector4D &v1, const QVector4D &v2)
  741. | ~~~~~~~~~~~~~~~~~^~
  742. In file included from /usr/include/qt/QtGui/qmatrix4x4.h:46,
  743. from /usr/include/qt/QtGui/QMatrix4x4:1,
  744. from /home/gianmarco/.cache/yay/olive-git/src/olive/app/render/job/shaderjob.h:24,
  745. from /home/gianmarco/.cache/yay/olive-git/src/olive/app/node/node.h:44,
  746. from /home/gianmarco/.cache/yay/olive-git/src/olive/app/node/color/colormanager/colormanager.h:28,
  747. from /home/gianmarco/.cache/yay/olive-git/src/olive/app/node/project/project.h:28,
  748. from /home/gianmarco/.cache/yay/olive-git/src/olive/app/task/project/saveotio/saveotio.h:30,
  749. from /home/gianmarco/.cache/yay/olive-git/src/olive/app/task/project/saveotio/saveotio.cpp:21:
  750. /usr/include/qt/QtGui/qquaternion.h:289:13: note: candidate: ‘bool operator!=(const QQuaternion&, const QQuaternion&)’
  751. 289 | inline bool operator!=(const QQuaternion &q1, const QQuaternion &q2)
  752. | ^~~~~~~~
  753. /usr/include/qt/QtGui/qquaternion.h:289:43: note: no known conversion for argument 1 from ‘opentimelineio::v1_0::ErrorStatus’ to ‘const QQuaternion&’
  754. 289 | inline bool operator!=(const QQuaternion &q1, const QQuaternion &q2)
  755. | ~~~~~~~~~~~~~~~~~~~^~
  756. [207/377] Building CXX object app/CMakeFiles/libolive-editor.dir/task/project/import/import.cpp.o
  757. ninja: build stopped: subcommand failed.
  758. ==> ERRORE: Si è verificato un errore in build().
  759. L'operazione sta per essere interrotta...
  760. error making: olive-git
Add Comment
Please, Sign In to add comment