LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   Trying to compile MPlayer with JACK support (https://www.linuxquestions.org/questions/slackware-14/trying-to-compile-mplayer-with-jack-support-443345/)

blazemonger 05-10-2006 02:47 AM

Trying to compile MPlayer with JACK support
 
I get this error during the make process


1.
cc -I../libvo -I../../libvo -I/usr/X11/include -fno-PIC -O4 -march=pentium4 -mcpu=pentium4 -pipe -ffast-math -fomit-frame-pointer -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I/usr/include/freetype2 -I/usr/include/SDL -D_REENTRANT -I/usr/X11/include -I/usr/include/ -o mplayer mplayer.o mp_msg.o cpudetect.o codec-cfg.o spudec.o playtree.o playtreeparser.o asxparser.o vobsub.o subreader.o sub_cc.o find_sub.o m_config.o m_option.o parser-cfg.o m_struct.o edl.o unrarlib.o mixer.o parser-mpcmd.o subopt-helper.o libvo/libvo.a libao2/libao2.a vidix/libvidix.a libmpcodecs/libmpcodecs.a loader/libloader.a loader/dshow/libDS_Filter.a loader/dmo/libDMO_Filter.a libaf/libaf.a libmpdemux/libmpdemux.a input/libinput.a postproc/libswscale.a osdep/libosdep.a -Llibmpdvdkit2 -lmpdvdkit libavcodec/libavcodec.a libavformat/libavformat.a -lmad -ltheora -logg -lmp3lame -lpng -lz -lz -ljpeg -lasound -ldl -lpthread -lfreetype -lz -ltermcap -lcdda_interface -lcdda_paranoia -lnsl -lungif -lsmbclient -lfontconfig libfaad2/libfaad2.a mp3lib/libMP3.a liba52/liba52.a libmpeg2/libmpeg2.a tremor/libvorbisidec.a -laa -lGL -lXxf86dga -lXv -lXxf86vm -lXinerama -L/usr/X11R6/lib -lXext -lX11 -lnsl -lnsl -L/usr/lib -Wl,-rpath,/usr/lib -lSDL -lpthread -lvgagl -lvga -lm -L/usr/lib -lcaca -lslang -lX11 -L/usr/X11R6/lib -lncurses -lncurses -L/usr/lib -lesd -laudiofile -lm -lasound -lbio2jack -ljack -lpthread -ldl -rdynamic -lm
2.
libao2/libao2.a(ao_jack.o)(.text+0x2f4): In function `init':
3.
: undefined reference to `JACK_GetJackLatency'
4.
libao2/libao2.a(ao_jack.o)(.text+0x476): In function `reset':
5.
: undefined reference to `JACK_GetJackLatency'
6.
collect2: ld returned 1 exit status
7.
make: *** [mplayer] Error 1


From what I see it's trying to access a function that doesnt seem to be there. I got the jack packages from linuxpackages.net.

i dont know if they were compiled with the port audio option or not...mm....

wierdness.

egag 05-10-2006 08:14 PM

might be a version prob.
mplayer or jack too old.

i have jack 0.100.7 and mplayer from cvs and that compiles ok.

egag


All times are GMT -5. The time now is 03:01 AM.