Hi, CVS from today, trying to compile mencoder (after doing configure --enable-tv): make[1]: Leaving directory `/home/hetz/MPlayer-20011230' gcc -c -O4 -march=i686 -mcpu=i686 -pipe -ffast-math -fomit-frame-pointer -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -Ilibmpdemux -Iloader -Ilibvo -o mencoder.o mencoder.c In file included from mencoder.c:78: postproc/swscale.h:14:20: warning: no newline at end of file mencoder.c: In function `main': mencoder.c:1121: warning: assignment from incompatible pointer type gcc mencoder.o -o mencoder mencoder.o: In function `get_path': mencoder.o(.text+0xb5): undefined reference to `mp_msg_c' mencoder.o: In function `draw_slice': mencoder.o(.text+0x159): undefined reference to `SwScale_YV12slice' mencoder.o(.text+0x1aa): undefined reference to `fast_memcpy' mencoder.o(.text+0x21b): undefined reference to `fast_memcpy' mencoder.o(.text+0x28b): undefined reference to `fast_memcpy' mencoder.o: In function `main': mencoder.o(.text+0x2df): undefined reference to `mp_msg_init' mencoder.o(.text+0x2f7): undefined reference to `mp_msg_c' mencoder.o(.text+0x30b): undefined reference to `parse_codec_cfg' mencoder.o(.text+0x31f): undefined reference to `parse_codec_cfg and it goes on and on... Did I forget anything? (I RTFM - nothing special found there about compiling it). Hetz
participants (2)
-
Arpi -
Hetz Ben Hamo