On Tue, Jul 07, 2009 at 10:32:59AM +0100, Vladimir Komendantsky wrote:

Hi!

> amsynth cannot be used with jack.

This cannot be true. I just tried it on two different machines, no
problems at all:

a...@hex:~$ amsynth 
amSynth 1.2.0
Copyright 2001-2006 Nick Dowell and others.
amSynth comes with ABSOLUTELY NO WARRANTY
This is free software, and you are welcome to redistribute it
under certain conditions; see the file COPYING for details
installing default controller map
installing default sound bank
loaded & initialised libjack.so :)


> cannot load JACK library

>From the code:

bool load_libjack()
{
        void* handle = dlopen("libjack.so", RTLD_LAZY);
        if (NULL == handle) {
                std::cerr << "cannot load JACK library\n";
                return false;
        }

I wonder how dlopen() to libjack.so should fail if you have jackd
installed. You also have the libjack0 package. Does libjack.so show up
on "ldconfig -p"?

Are other jackified apps working well?


Cheerio

-- 
mail: a...@thur.de      http://adi.thur.de      PGP/GPG: key via keyserver



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to