tim-janik / beast

Beast - Music Synthesizer and Composer
GNU Lesser General Public License v2.1
83 stars 12 forks source link

Build fails on openSUSE Tumbleweed #131

Closed lgbaldoni closed 4 years ago

lgbaldoni commented 4 years ago

Both 0.15.0 and 0.16.0-alpha, see log.

tim-janik commented 4 years ago

Please provide the glib and compiler versions you used for the build, i.e.:

 pkg-config --modversion glib-2.0
 cc --version
 c++ --version
lgbaldoni commented 4 years ago

Please provide the glib and compiler versions you used for the build, i.e.: pkg-config --modversion glib-2.0

2.62.2

cc --version

cc (SUSE Linux) 9.2.1 20190903 [gcc-9-branch revision 275330]
Copyright (C) 2019 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

c++ --version

c++ (SUSE Linux) 9.2.1 20190903 [gcc-9-branch revision 275330]
Copyright (C) 2019 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
KottV commented 4 years ago

Hi,

no clue to fix that?