Thank you. So below I post the error message I got after running make. make -C libvo libvo.a make[1]: Entering directory `/home/joebacsi/MPlayer-1.0rc2/libvo' cc -I../libavcodec -I../libavformat -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -I. -I.. -I../libavutil -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DHAVE_CONFIG_H -I/usr/X11/include -I/usr/include/ -I/usr/include/SDL -D_REENTRANT -I/usr/include/artsc -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -c -o vo_ivtv.o vo_ivtv.c vo_ivtv.c: In function 'ivtv_reset': vo_ivtv.c:79: error: storage size of 'sd' isn't known vo_ivtv.c:80: error: storage size of 'sd1' isn't known vo_ivtv.c:84: error: 'IVTV_STOP_FL_HIDE_FRAME' undeclared (first use in this function) vo_ivtv.c:84: error: (Each undeclared identifier is reported only once vo_ivtv.c:84: error: for each function it appears in.) vo_ivtv.c:87: error: 'IVTV_IOC_STOP_DECODE' undeclared (first use in this function) vo_ivtv.c:97: error: 'IVTV_IOC_START_DECODE' undeclared (first use in this function) vo_ivtv.c:80: warning: unused variable 'sd1' vo_ivtv.c:79: warning: unused variable 'sd' make[1]: *** [vo_ivtv.o] Error 1 make[1]: Leaving directory `/home/joebacsi/MPlayer-1.0rc2/libvo' make: *** [libvo/libvo.a] Error 2 On Thu, 16 Oct 2008, Stroller wrote: > > On 15 Oct 2008, at 15:01, Andr?s Erd?lyi wrote: > >> I've tried to follow the install guide in the manual and ./configure >> went on >> fine, but after I start make it abruptly stops. >> >> It tells the problem is in: >> >>> vo_ivtv.c in function 'ivtv_reset' >> >> and then tells about some undeclared variables(?). >> Could anyone help me resolve this issue? I'm still a newby to linux- >> systems >> but trying my best, I don't know what more details should I provide... > > The details you need to provide is the output displayed on the screen > when you type `make`. What EXACTLY does it say about vo_ivtv.c & > undeclared variables? Copy & paste from the terminal you're compiling > in. You don't need everything from `make` all the way to the errors - > that would be too much - just the last page or two, whatever "looks > relevant". > > Stroller. > > _______________________________________________ > MPlayer-users mailing list > MPlayer-users at mplayerhq.hu > https://lists.mplayerhq.hu/mailman/listinfo/mplayer-users >