[Linuxsampler-devel] svn gigedit and gtkmm-3.24.0 compilation issue

2019-01-01 Thread Miroslav Šulc via Linuxsampler-devel
hi guys, happy new year! :-) yesterday i found some time to find out why svn gigedit does not compile on my gentoo linux system anymore. i have found that it compiles fine with gtkmm-3.22.2 but it fails with gtkmm-3.24.0. it begins with the following errors and some more follow: In file inc

Re: [Linuxsampler-devel] svn gigedit and gtkmm-3.24.0 compilation issue

2019-01-01 Thread Christian Schoenebeck
On Tuesday, 1. Januar 2019 13:24:31 CET Miroslav Šulc wrote: > hi guys, > > happy new year! :-) Hi and happy new year everyone! > yesterday i found some time to find out why svn gigedit does not compile > on my gentoo linux system anymore. i have found that it compiles fine > with gtkmm-3.22.2 b

Re: [Linuxsampler-devel] svn gigedit and gtkmm-3.24.0 compilation issue

2019-01-01 Thread Miroslav Šulc via Linuxsampler-devel
hi again, thanks for the clarification. i patched the file (patch attached) and the original errors are gone, but now i get these: mainwindow.cpp: In constructor ‘PropDialog::PropDialog()’: mainwindow.cpp:2769:11: error: ‘class Table’ has no member named ‘set_margin’; did you mean ‘set_halign

Re: [Linuxsampler-devel] svn gigedit and gtkmm-3.24.0 compilation issue

2019-01-01 Thread Christian Schoenebeck
On Dienstag, 1. Januar 2019 20:23:52 CET Miroslav Šulc wrote: > thanks for the clarification. i patched the file (patch attached) and > the original errors are gone, but now i get these: > > mainwindow.cpp: In constructor ‘PropDialog::PropDialog()’: > mainwindow.cpp:2769:11: error: ‘class Table’ h