Tiny Core Linux

Tiny Core Extensions => TCE Q&A Forum => Topic started by: malbo on May 12, 2014, 02:24:25 AM

Title: pkg-config looking for wrong gl lib
Post by: malbo on May 12, 2014, 02:24:25 AM
I'm trying to compile Ganv (http://drobilla.net/software/ganv/), to ultimately get patchage up and running, however pkg-config is failing when trying to find 'gl.pc'.

Ganv requires gtk+2.0, which requires cairo, which contains 'cairo-gl.pc', but pkg-config seems to be looking for just 'gl.pc'.

Is this something I should bring up to the author of the Ganv? Is that something that needs to be set on his end or can I make the change somewhere, so the waf configure script looks for cairo-gl instead?
Title: Re: pkg-config looking for wrong gl lib
Post by: Juanito on May 12, 2014, 02:30:40 AM
The "provides" function of the apps gui shows gl.pc to be in the libGL-dev extension.

I would have thought that loading gtk2-dev would load libGL-dev?
Title: Re: pkg-config looking for wrong gl lib
Post by: malbo on May 12, 2014, 03:27:48 AM
I did look there, but figured gtk2 should be loading all required deps. That being said, it seems as though gtk2-dev does not load libGL-dev. I will download libGL-dev, however. Thank you!
Title: Re: pkg-config looking for wrong gl lib
Post by: Juanito on May 12, 2014, 04:31:52 AM
It looks like libGL-dev should have been a dep of cairo-dev - added now.