reassign 436666 jack
found 436666 3.1.1+cvs20050801-15
retitle 436666 Tries to start jackd although JackNoStartServer is given
thanks

Hi,
for some reason jack tries to start jackd although JackNoStartServer is
given.

Sample app:
> #include <jack/jack.h>
> 
> int main()
> {
>   jack_options_t options;
>   jack_client_t *jclient;
>   char *id = "test";
>   jack_status_t status = 0;
> 
> 
>   options = JackNoStartServer;
>   /* open the client */
>   jclient = jack_client_open (id, options, &status, NULL);
> }


Starting it gives: sh: jackd: not found

Bye

Attachment: signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil

Reply via email to