LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   jack compilation problem (https://www.linuxquestions.org/questions/linux-software-2/jack-compilation-problem-159090/)

geniarse 03-17-2004 03:43 PM

jack compilation problem
 
I'm trying to install JACK-0.94, the configure script runs fine, bringing up no problems but when compiling an error is encountered with alsa_driver.c

alsa_driver.c:2087: error: parse error before '*' token
alsa_driver.c: In function `alsa_driver_listen_for_clock_sync_status':
alsa_driver.c:2094: error: `func' undeclared (first use in this function)
alsa_driver.c:2095: error: `arg' undeclared (first use in this function)
alsa_driver.c:2096: error: `driver' undeclared (first use in this function)
alsa_driver.c: At top level:
alsa_driver.c:2106: error: parse error before '*' token
alsa_driver.c: In function `alsa_driver_stop_listening_to_clock_sync_status':
alsa_driver.c:2112: error: `driver' undeclared (first use in this function)
alsa_driver.c:2115: error: `which' undeclared (first use in this function)
alsa_driver.c: At top level:
alsa_driver.c:2130: error: parse error before '*' token
alsa_driver.c: In function `alsa_driver_clock_sync_notify':
alsa_driver.c:2135: error: `driver' undeclared (first use in this function)
alsa_driver.c:2139: error: `chn' undeclared (first use in this function)
alsa_driver.c:2139: error: `status' undeclared (first use in this function)
alsa_driver.c: In function `driver_finish':
alsa_driver.c:2508: error: parse error before ')' token
make[3]: *** [alsa_driver.lo] Error 1

and a load more, is anyone else having this trouble and know a solution. I can't find any prevvious posts.

cheers

hollywoodb 03-17-2004 03:56 PM

There's a jack & alsa howto in the docs/tips/tricks forum with some tips... I followed it to the leter with 0.94 and had no problems whatsoever.

you'll probably have to search for it.

geniarse 03-17-2004 04:08 PM

i've solved the problem, stupid me didn't realise the alsa-devel package wasn't installed. Just needed the extra 5 mins to think it through. cheers for the help anyhow


All times are GMT -5. The time now is 09:24 PM.