[PlanetCCRMA] red hat libs question

Steve Harris S.W.Harris@ecs.soton.ac.uk
Sat Sep 27 00:30:02 2003


On Fri, Sep 26, 2003 at 06:58:08 -0700, Jonathan Segel wrote:
> hello all,
> 
> disregarding my static-ridden output sound for the time being, i have 
> started to go for my original goal for setting up this planet-ccrma 
> box, whcih was to compile and run SuperCollider3.
> I have managed to compile the server and have its connection appear 
> to be active in jack/jack patch bay. but my problem is that i can't 
> seem to compile the language side, sclang. after ./bootstrap to make 
> the proper makes and configures, i get an error on ./configure sayign 
> when it checks for glib-2.0 >= 2.0.0 libsclang  it  cannot find glib 
> and tells me to make an adjustment to the PKG_CONFIG_PATH  to tell it 
> where it might be..

I think thats a mistake in the build script, when I run
"pkg-config glib-2.0 --version"
I get "0.14.0", which is < 2.0.0, so I'd guess thatts why its failing.
You could probably hack the configure.in to accept 0.14.0, but you should
mail the author.

- Steve