flathub / org.octave.Octave

https://flathub.org/apps/details/org.octave.Octave
16 stars 12 forks source link

Update runtime to version 6.7 #342

Closed Alexander-Wilms closed 4 months ago

flathubbot commented 4 months ago

Started test build 114862

flathubbot commented 4 months ago

Build 114862 failed

Alexander-Wilms commented 4 months ago
qscilexer.cpp:616:9: error: ‘class QString’ has no member named ‘sprintf’; did you mean ‘asprintf’?
  616 |     key.sprintf("%s/%s/",prefix,language());
      |         ^~~~~~~
      |         asprintf
SciAccessibility.cpp: In member function ‘virtual QRect QsciAccessibleScintillaBase::characterRect(int) const’:
SciAccessibility.cpp:531:42: error: ‘class QFontMetrics’ has no member named ‘width’
  531 |     QRect rect(x_vport, y_vport, metrics.width(ch), metrics.height());
      |                                          ^~~~~
make: *** [Makefile:2539: InputMethod.o] Error 1
qsciscintilla.cpp: In member function ‘virtual void QsciScintilla::wheelEvent(QWheelEvent*)’:
qsciscintilla.cpp:4383:15: error: ‘class QWheelEvent’ has no member named ‘delta’
 4383 |        if (e->delta() > 0)
      |               ^~~~~
make: *** [Makefile:2487: qscimacro.o] Error 1
make: *** [Makefile:2544: SciAccessibility.o] Error 1
make: *** [Makefile:2262: qscilexer.o] Error 1
qsciapis.cpp: In member function ‘virtual void QsciAPIs::autoCompletionSelected(const QString&)’:
qsciapis.cpp:603:14: error: ‘qLowerBound’ was not declared in this scope
  603 |     origin = qLowerBound(prep->raw_apis, owords);
      |              ^~~~~~~~~~~
make: *** [Makefile:2174: qsciscintilla.o] Error 1
make: *** [Makefile:2232: qsciapis.o] Error 1
FB: host_command_exited_cb 3276045 512
]2;flatpak-builder: Cleanup qscintillaError: module qscintilla: Child process exited with code 2