[PlanetCCRMA] Re: compiling liblo for sooperlooper

Christian Frisson theremin@free.fr
Tue Dec 7 01:40:02 2004


Re-,

mjnoble <not8ohm@iinet.net.au> wrote:

Glad my thread's been read by at least one person!

> Library requirements (liblo >= 0.10) not met; consider adjusting the
> PKG_CONFIG_PATH environment variable if your libraries are in a
> nonstandard prefix so pkg-config can find them.

Try adding the following line in your .bashrc file:
export PKG_CONFIG_PATH=/usr/lib/pkgconfig:/usr/local/lib/pkgconfig

If this file doesn't exist, create one.

To do so, depending on your favorite text editor (here gedit), launch a
commandline terminal (here xterm - type Alt+F2 and enter xterm) and then type:
gedit ~/.bashrc

That "~" is a link to your personal folder: if the login name you enter at
startup is mjnoble, then it will redirect you to /home/mjnoble/

Then either "source" it (by typing source ~/.bashrc) or relaunch your
commandline terminal.

If the SooperLooper configure complains again, try reinstalling liblo.

Hope it will help!

++
Christian