kmatheussen / radium

A graphical music editor. A next generation tracker.
http://users.notam02.no/~kjetism/radium/
GNU General Public License v2.0
835 stars 36 forks source link

radium executable missing #1336

Closed GeorgeNs closed 3 years ago

GeorgeNs commented 3 years ago

It seems the more radium is updated the more issues I get. Still need to use a pre compiled Faust version, but this is okay.

  1. However, the libgig library doesn't take make clean command: make[1]: Entering directory '....../radium/bin/packages/libgig' make[1]: *** No rule to make target 'clean'. Stop.

  2. The build command doesn't make any radium executable in the end for ubuntu 20. And I guess it has something to do with the Qt, probably...i don't know

older releases didn't have that position class Qt/Qt_sequencer.cpp:772:41: error: ‘class QWheelEvent’ has no member named ‘position’ 772 | double pos = R_MAX(0, scale_double(e->position().x(), x1, x2, start_play_time, end_play_time));

kmatheussen commented 3 years ago

Seems like your version of Qt is too old. QWheelEvent::position was introduced in Qt 5.14.

kmatheussen commented 3 years ago

And libgig has been fixed.