LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   MPlayer compilation problem :( (https://www.linuxquestions.org/questions/linux-software-2/mplayer-compilation-problem-449126/)

Synt4x_3rr0r 05-27-2006 03:44 PM

MPlayer compilation problem :(
 
Hi. I downloaded the mplayer_20060519 snapshot with ffmpeg_20060519 snapshot as well.
Then i untared both of them, cd to the mplayer folder and typed "cp -r ../ffmpeg_20060519/libav* ."

Then i configured it with:
./configure --prefix=/usr --disable-arts --disable-smb \
--enable-sdl --enable-x11 --enable-theora --confdir=/etc/mplayer \
--with-win32libdir=/usr/lib/win32 --enable-external-faad --enable-menu \
--disable-liblzo --enable-largefiles \
--disable-libdv --disable-aa --enable-xvid --disable-divx4linux

and then ofcource make.
But I get an error that says:
Code:

libvo/libvo.a(x11_common.o)(.text+0x1352): In function `vo_x11_check_events':
: undefined reference to `guiGetEvent'
libvo/libvo.a(vo_x11.o)(.text+0x94d): In function `config':
: undefined reference to `guiGetEvent'
libvo/libvo.a(vo_xover.o)(.text+0x6ff): In function `config':
: undefined reference to `guiGetEvent'
libvo/libvo.a(vo_xv.o)(.text+0xc00): In function `config':
: undefined reference to `guiGetEvent'
libvo/libvo.a(vo_gl.o)(.text+0x60b): In function `config':
: undefined reference to `guiGetEvent'
libvo/libvo.a(vo_gl2.o)(.text+0x11b): more undefined references to `guiGetEvent' follow
libmpdemux/libmpdemux.a(tv.o)(.text+0x6a): In function `tv_begin':
: undefined reference to `tvi_init_v4l2'
collect2: ld returned 1 exit status
make: *** [mplayer] Error 1

I have like no idea whats causing it. Please help me :(

EDIT: LOL nevermind. It works now. I guess it was that I had experimented a little too much with the configure arguments so it was still saved when i ran make.
I deleted the whole folder and did everything from the beginning and now it just works :P

jschiwal 05-27-2006 06:13 PM

guiGetEvent should be defined in Gui/interface.c and exported in Gui/interface.h.


All times are GMT -5. The time now is 04:06 PM.