Re: [linux-audio-user] [ANN] jack_capture V0.2.4

From: Cesare Marilungo <cesare@email-addr-hidden>
Date: Sat Jun 24 2006 - 00:37:05 EEST

Open jack_capture.c and change 'linfo' to 'info' at line 226. Then try
'make' again.

    linfo->status = EPIPE;

should be:

    info->status = EPIPE;

Kjetil is one of those old school hackers that use to voluntarily put
bugs and mispelled instructions on their code for educational purpose. ;-)

c.

Dragan Noveski wrote:

> hi to the list,
> would like to try this, but not able to make:
>
>
>
> nowhiskey@email-addr-hidden:~/software/nove/jcapt/jack_capture-0.2.4$ make
> gcc -O3 jack_capture.c -o jack_capture -ljack -lsndfile -Wall
> jack_capture.c: In function 'stop_disk_thread':
> jack_capture.c:226: error: 'linfo' undeclared (first use in this
> function)
> jack_capture.c:226: error: (Each undeclared identifier is reported
> only once
> jack_capture.c:226: error: for each function it appears in.)
> make: *** [all] Fehler 1
> nowhiskey@email-addr-hidden:~/software/nove/jcapt/jack_capture-0.2.4$
>
>
> anybody an idea, what is wrong here?
>
> cheers,
> doc
>
> Kjetil S. Matheussen wrote:
>
>>
>> jack_capture is a small program to capture whatever
>> sound is going out to your speakers into a file without
>> every having to patch jack connections, fiddle around with
>> fileformats, or set options on the argument line.
>>
>> This is the program I always wanted to have for jack, but no
>> one made. So here it is.
>>
>>
>> http://ccrma.stanford.edu/~kjetil/src/
>>
>>
>> Changes 0.2.3 -> 0.2.4:
>> *Give message to stderr during recording (not only after) if any
>> overruns
>> occur.
>> *Do not delete file after recording if any overruns have occured.
>> (stupid
>> jackreq code #$!@$)
>> *Increased default buffer size from 0.5M to 2M.
>>
>>
>>
>>
>
>
>

-- 
www.cesaremarilungo.com
Received on Sat Jun 24 04:15:05 2006

This archive was generated by hypermail 2.1.8 : Sat Jun 24 2006 - 04:15:05 EEST