On 21/10/10 03:12, hermann wrote:
[ ... ]
I checked it out with jack2 svn on debian/sid, but first I have to solve
a issue with the build. Yoshimi try to build a AMD 64 binary
( -march=athlon64 -m64) but I run a Intel(R) Pentium(R) 4 CPU 2.60GHz
on 32 bit.
Anyway, After solved that (by edit CMakeCache.txt) I could build and
Rather than editing CMakeLists.txt (or CMakeCache.txt?), if you do
cd src && ccmake .
you get to choose and adjust the build options appropriate for your system.
run yoshimi, save and load session with qjackctl
(svn) including
connections. I noticed some time before on tests with my own project
that the install path must be in $path, so check if the one User for
witch it don't work have really install the new version or try to run it
from src. I that case he need to add the path/to/yoshimi to the
command-line in session.xml to make it work.
A very good point! I do hope it's something as simple as that, but I'll
bet it isn't.
pyjacksm allows you to configure paths.
here is an excerpt of my ~/.pyjacksmrc
--------------------------------------------------------------------snip
[path]
jack-rack = /usr/local/bin/jack-rack
yoshimi = /home/torbenh/test/yoshimi-0.060-pre2/src/yoshimi
zita-rev1 = /home/torbenh/test/zita-rev1-0.1.1/source/zita-rev1
--------------------------------------------------------------------snap
--
torben Hohn