mit dem Programm Scala kann man Musik mit anderen Stimmungen und Tonsysteme machen. 3500 Skalen stehen zur Verfügung.
http://www.huygens-fokker.org/scala/index.html
Es stammt von der Huygens-Fokker Foundation (cente for microtonal music).
Problem: Ich bekomme es nicht zum Laufen (openSUSE 11.3). Vielleicht kann mir jemand helfen?
Installations-Anweisung:
Die Dateien libgtkada-2.14.so.0 und libgnarl-4.4.so.1 sind im richtigen Verzeichnis und "/usr/local/lib" ist in der "/etc/ld.so.conf" ebenfalls eingetragen.HPrerequisites
=============
Scala requires the following packages:
Gtk+ 2.12.0 runtime or higher (present in recent distros)
GtkAda 2.14 (libgtkada-2.14.so.0 file is included)
GNAT 4.4 runtime (install from your distro provider or download
from http://home.hccnet.nl/coul/linux/)
On Ubuntu, you can download and install package libgnat-4.4.
Recommended is to also install the package playmidi.
Simple install procedure
========================
Make sure that libgtkada-2.14.so.0 in the Scala directory is accessible.
You can copy this file to /usr/local/lib (as root):
% sudo cp libgtkada-2.14.so.0 /usr/local/lib
You may need to add "/usr/local/lib" to your /etc/ld.so.conf and then run
ldconfig (as root).
Or add the following line to your login script (for example
.bashrc or .profile or .cshrc etc.) if LD_LIBRARY_PATH is not defined yet:
export LD_LIBRARY_PATH=.:/usr/local/lib
Furthermore you also need the two files libgnarl-4.4.so.1 and
libgnat-4.4.so.1 from the GNAT runtime. See
http://home.hccnet.nl/coul/linux/
The environment variable SCALA_HOME can also be set with the install
directory as value. Normally this shouldn't be necessary, but it will
help if files which Scala needs at startup cannot be found.
The character set should include the ISO8859 characters. The easiest
way to set this is via an environment variable, for example:
export LC_CTYPE=en_US.ISO8859-1 or
export LANG=en_US.iso8859-15
See in /usr/share/locale for the available locales.
Sometimes there's a binary incompatibility because of different
glibc or gcc versions or bugs therein.
In case it doesn't still work then, you can contact the author for the
source code to compile it yourself.
Then get GtkAda for Linux at http://libre.adacore.com/libre/ and install it.
It's recommended to enable menu icons (under Ubuntu see System:Preferences:
Appearance:Interface)
Ich versuchte das Programm aus dem entsprechenden Unterverzeichnis von der Konsole aus zu starten, durch die Eingaben von "scala".
Ich erhielt nur diese Fehlermeldung:
Code: Alles auswählen
If 'scala' is not a typo you can use command-not-found to lookup the package that contains it, like this:
cnf scala
Code: Alles auswählen
linux-ynbm:/home/xyz # cnf scala
scala: Kommando nicht gefunden.
Code: Alles auswählen
~/Desktop/scala-22-pc-linux$ ./scala
./scala: error while loading shared libraries: libgnarl-4.1.so.1: cannot open shared object file: No such file or directory
Wie kommt man der Lösung des Problems näher?
Viele Grüße
Klaus