Package Details: opl3bankeditor-git 1.5.beta.r100.g603fbab-1

Git Clone URL: https://aur.archlinux.org/opl3bankeditor-git.git (read-only, click to copy)
Package Base: opl3bankeditor-git
Description: A small cross-platform editor of the OPL3 FM banks of different formats
Upstream URL: https://github.com/Wohlstand/OPL3BankEditor
Licenses: GPL3
Conflicts: opl3bankeditor
Provides: opl3bankeditor
Submitter: jpcima
Maintainer: jpcima
Last Packager: jpcima
Votes: 0
Popularity: 0.000000
First Submitted: 2018-04-14 07:21 (UTC)
Last Updated: 2019-02-12 06:57 (UTC)

Latest Comments

PupFromLosAndes commented on 2025-02-20 23:27 (UTC) (edited on 2025-02-20 23:31 (UTC) by PupFromLosAndes)

It failed to build. Says the following:

    /home/PuppyFromLosAndes/.cache/yay/opl3bankeditor-git/src/OPL3BankEditor/src/OPL3BankEditor/src/delay_analysis.cpp: In member function 'virtual double DelayANalysisDialog::PlotData::y(double) const':
    /home/PuppyFromLosAndes/.cache/yay/opl3bankeditor-git/src/OPL3BankEditor/src/delay_analysis.cpp:250:15: error: couldn't declare that the variable 'spline' would be the abstract type `QwtSpline':
      250 | QwtSpline spline;
          |
    In the file included from /home/PuppyFromLosAndes/.cache/yay/opl3bankeditor-git/src/OPL3BankEditor/src/delay_analisis.cpp:29:
    /usr/include/qwt/qwt_spline.h:57:18: note: because the following virtual functions are pure inside `QwtSpline':
       57 | class QWT_EXPORT QwtSpline
          |
    /usr/include/qwt/qwt_spline.h:176:26: note: virtual QPainterPath QwtSpline::painterPath(const QPolygonF&) const'
      176 | virtual QPainterPath painterPath( const QPolygonF& ) const = 0;
          |
    /home/PuppyFromLosAndes/.cache/yay/opl3bankeditor-git/src/OPL3BankEditor/src/delay_analysis.cpp:251:12: error: `class QwtSpline has no member named `value'
      254 | double interpolatedY = spline.value(x);
          |
    make[2]: *** [CMakeFiles/OPL3BankEditor.dir/build.make:378: CMakeFiles/OPL3BankEditor.dir/src/delay_analysis.cpp.o] Error 1
    make[1]: *** [CMakeFiles/MakeFile2:301: CMakeFiles/OPL3BankEditor.dir/all] Error 2
    make: *** [Makefile:136: all] Error 2