Cesare Marilungo:
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. ;-)
Yes, you're right, thats the reason why my software contains so many bugs. :-)
(BTW, what misspellings???)