Kara-Moon Forum

Developers & Technology => Musical MIDI Accompaniment (MMA) => Topic started by: CharlesMichel on February 07, 2013, 09:36:32 AM



Title: LINUX BAND
Post by: CharlesMichel on February 07, 2013, 09:36:32 AM
Hello,
I try to install linux band on a ubuntu studio 12.04 and i have some issue. after running the configure command, I get the following error:

checking pkg-config is at least version 0.9.0... yes
checking for GLIB... no
configure: error: Package requirements (glib-2.0 >= 2.2) were not met:
No package 'glib-2.0' found
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.


I do not know what to do, thank you for your help.

CharlesMichel (from France)


Title: Re: LINUX BAND
Post by: bvdp on February 07, 2013, 04:23:14 PM
Sorry, I have no idea. This is NOT my program. I just do MMA. I
suggest you contact the author of linuxband. There is a contract on
his website.

Also, you do have to install MMA first.

Let me know what you figure out.


Title: Re: LINUX BAND
Post by: folderol on February 07, 2013, 06:21:45 PM
If you're compiling anything from source, you first need to get the following from your distro - use Synaptic for all debian based ones.

autoconf
build-essential - gives very obscure faults if missing!
pkg-config

There may be others you need for this particular application.


Title: Re: LINUX BAND
Post by: bvdp on February 08, 2013, 04:07:00 PM
If you're compiling anything from source, you first need to get the following from your distro - use Synaptic for all debian based ones.

autoconf
build-essential - gives very obscure faults if missing!
pkg-config

There may be others you need for this particular application.

I looked at the OPs details ... and missed the fact that he was trying to compile :) Of course, you are right ... missing deps. The message that configure is posting is simple: get the -dev package of the glib. in my case it is "libgilb2-dev".

The -dev versions of the libs usually are the ones with the header files needed to compile a program.


Title: Re: LINUX BAND
Post by: CharlesMichel on February 08, 2013, 09:48:05 PM
Thank you for your help.  I think i'll work with mma. I've installed it on a 32 bits computer and it works fine (ubuntu studio 12.04).
At first i used mma. This a famous tool. I'll use linux band later.

Good evening

CM ;)