< Back to IRCAM Forum

Ubuntu 14.04 error when loading libraries

Hi,
There is an error when trying to load some libraries (see attached). OM complains that there is no init lisp file although the libraries and files are in their place.

I’m using OM_6.9.1_beta

openmusicErrorUbuntu.png

Hi,

Just a guess, could it be something related to case sensitivity ?
If the file is really there, you can try with / without the capital letters in “OM2Csound.lisp” …

Jean

As Jean suggests, the case is wrong (linux being case-sensitive).

In the latest version of OM2Csound (OM2Csound 2.2) this is fixed.

Or just change the name of OM2CSound 2.1/OM2Csound.lisp -> OM2CSound 2.1/OM2CSound.lisp.

Anders.

Hi Clusters,

Just change the name of the file OM2Csound.lisp (inside the folder of OM2CSound 1.2)
to OM2CSound.lisp [changing the s into S].
YEs OM Lispwork is case sensitive on Linux,

You can of course keep the version number [1.2] with a space after the name of the library.
because it is not the latest version. However I still use it …

BEst
K

OfCOurse!

Thank you all