Re: [Linuxsampler-devel] GTKMM version for gigedit

2019-06-07 Thread Andrew C
Think I mentioned it up there, I'm running Void Linux and still getting to grips with it's package management + running from a minimal install environment (getting the dev environment set up and working was half the battle, as seen above). Thanks! Andrew. On Fri, Jun 7, 2019 at 8:03 PM Christia

Re: [Linuxsampler-devel] GTKMM version for gigedit

2019-06-07 Thread Christian Schoenebeck
You haven't mentioned which distro you are using. But usually you can avoid a huge bunch of hassle (which you obviously had) by just taking the packaging scripts for your specific distro instead of compiling and installing everything manually like you did. For instance if you compile packages f

Re: [Linuxsampler-devel] GTKMM version for gigedit

2019-06-07 Thread Andrew C
Last message in this thread. Got gigedit running after a little poking and prodding. I was wary of the GTK version and I had chosen the gtkmm 2.24 package, not the 3.24 package. Obviously this caused gigedit to try and load the gtkmm 2.24 library and gtk3, hence my issues. Uninstalled gtkmm2.24 a

Re: [Linuxsampler-devel] GTKMM version for gigedit

2019-06-06 Thread Andrew C
Hi Christian, I think the latest commit to libgig fixed it (though I didn't see a changelog on the website). So I have successfully compiled and installed libgig. Now, onto Linuxsampler. First issue, can't find libgig. A misconfiguration on my end? Had to do "export PKG_CONFIG_PATH=/usr/local/lib

Re: [Linuxsampler-devel] GTKMM version for gigedit

2019-06-05 Thread Andrew C
Hi Christian, No, these were the latest SVN sources with a re-generated configure script from make -f Makefile.svn Thanks, Andrew. On Wed, Jun 5, 2019 at 10:14 AM Christian Schoenebeck < schoeneb...@linuxsampler.org> wrote: > On Mittwoch, 5. Juni 2019 08:38:10 CEST Andrew C wrote: > > Thanks f

Re: [Linuxsampler-devel] GTKMM version for gigedit

2019-06-05 Thread Christian Schoenebeck
On Mittwoch, 5. Juni 2019 08:38:10 CEST Andrew C wrote: > Thanks for the quick response. I've started the compilation on Void from > the latest svn versions, but I'm running into trouble already with the > ./configure for libgig: > > checking whether the g++ linker (/bin/ld -m elf_x86_64) supports

Re: [Linuxsampler-devel] GTKMM version for gigedit

2019-06-04 Thread Andrew C
Hi Christian, Thanks for the quick response. I've started the compilation on Void from the latest svn versions, but I'm running into trouble already with the ./configure for libgig: checking whether the g++ linker (/bin/ld -m elf_x86_64) supports shared libraries... yes checking dynamic linker ch

Re: [Linuxsampler-devel] GTKMM version for gigedit

2019-05-30 Thread Christian Schoenebeck
On Donnerstag, 30. Mai 2019 14:13:18 CEST Andrew C wrote: > Hi all, Hi Andrew. > It's me again! > Just wanted to know what version of GTKMM is required for compiling gigedit? > > I'm planning on doing a Linuxsampler build on Void Linux (will be using > this as my "workhorse" distro) this weekend