LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   muse/slack 10/jack (https://www.linuxquestions.org/questions/slackware-14/muse-slack-10-jack-231659/)

spamhippy 09-17-2004 02:00 AM

muse/slack 10/jack
 
hiya,
was wondering if someone could help me out.... download muse.. installed fluidsynth and installed jackd 0.98.1 then configed muse and went to do a 'make' got this error....

driver/libdriver.a(libdriver_a-jack.o)(.text+0x4c1): In function `initJackAudio()':
/home/exspastic/muse-0.7.0/muse/driver/jack.cpp:198: undefined reference to `jack_set_thread_init_callback'
collect2: ld returned 1 exit status
make[4]: *** [muse] Error 1
make[4]: Leaving directory `/home/exspastic/muse-0.7.0/muse'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/exspastic/muse-0.7.0/muse'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/exspastic/muse-0.7.0/muse'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/exspastic/muse-0.7.0'
make: *** [all] Error 2


don't have the foggest idea what it means or where (exactly) to ask for help.... anyone out there got any ideas?

-thanks

spamhippy 09-17-2004 05:01 AM

an update...lol
 
well.....

downloaded another program that uses jack (terminatorX) got errors... so removed everything jack and reinstalled... terminatorX can now use jack. BUT... when i try to './configure' muse... i get THIS! brand new error....

checking for jack >= 0.90.0... Package jack was not found in the pkg-config search path.
Perhaps you should add the directory containing `jack.pc'
to the PKG_CONFIG_PATH environment variable
No package 'jack' found
configure: error: need JACK >= 0.32.0

now... i know i got jack. (0.98.1) ...AND while i think it's trying to tell me how to fix this... i have no idea what in the world it's talking about. lol. um... any ideas? lol

pnoguy 09-17-2004 05:03 AM

I've been dealing with Jack lately as well. I've seen a mention that callback support must be compiled into your kernel. I'm trying to figure this stuff out at the moment, too.

Good luck,

Jim

spamhippy 09-17-2004 05:11 AM

i don't even know what that is...lol

gbonvehi 09-17-2004 05:21 AM

Try to locate the file "jack.pc"
then open a console and put:
export PKG_CONFIG_PATH="$PKG_CONFIG_PATH:<THE DIR WHERE JACK.PC IS>"
./configure
make

EJ: export PKG_CONFIG_PATH="$PKG_CONFIG_PATH:/usr/lib/jack" <-- This is an example I don't know nothing about Jack :)

spamhippy 09-17-2004 05:41 AM

when i do slocate i get.....

$ slocate jack.pc
/usr/local/lib/pkgconfig/jack.pc
/home/exspastic/jack-audio-connection-kit-0.98.1/jack.pc.in
/home/exspastic/jack-audio-connection-kit-0.98.1/jack.pc

so i stick in.......

bash-2.05b# export PKG_CONFIG_PATH="$PKG_CONFIG_PATH:/home/exspastic/jack-audio-connection-kit-0.98.1/jack.pc
> ./configure
> make
>
and it just sits there.....(no lock up... just sits)
i try the same thing with the /usr/local location and it does the same thing

gbonvehi 09-17-2004 05:57 AM

Try: export PKG_CONFIG_PATH="$PKG_CONFIG_PATH:/usr/local/lib/pkgconfig/"
Also you're missing the ending " on what you pasted, i assume that's why it just sits.


All times are GMT -5. The time now is 06:38 AM.