I've been experimenting with Casound, and have Blue installed ok as a
front end. (Nice app)
I've tried AVSynthesis, but can't get it to start, as it throws up the
following errors:
------------------------------------------------------------------------------------------------------
alex@parchmentstudios ~/Downloads/AVSynthesis_33_05_11 $ java -Xmx512m
-Djava.library.path=./libo -cp AVSynthesiso.jar:./libo/*
org.avs.AVSynthesis
Exception in thread "main" java.lang.NoClassDefFoundError: org/avs/AVSynthesis
Caused by: java.lang.ClassNotFoundException: org.avs.AVSynthesis
at java.net.URLClassLoader$1.run(URLClassLoader.java:217)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:205)
at java.lang.ClassLoader.loadClass(ClassLoader.java:321)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:294)
at java.lang.ClassLoader.loadClass(ClassLoader.java:266)
Could not find the main class: org.avs.AVSynthesis. Program will exit.
------------------------------------------------------------------------------------------------------
I've been through the dependencies, and everything seems to be ok.
Any clues?
Alex.
--
www.openoctave.org
midi-subscribe(a)openoctave.org
development-subscribe(a)openoctave.org
Hi folks,
Just tried to install alsa 1.0.23 on top of Debian Squeeze (kernel
2.6.32) to get things like snd-aloop. However it seems that snd-ice1712
cannot be built.
The acinclude.m4 file says that the driver depends on CONFIG_BITREVERSE,
which is set in the running kernel's config.
Not sure where to go from here...
Peter.