Hello, >If it does not succeed, run make again and post the complete output on this >list. I did what you said and the the following shows only the second problem $ make gcc-4.3.2 -m64 -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -O3 -pipe -I/opt/gnu/include -I/usr/sfw/include -I/usr/X11/include -I/usr/X11/include/NVIDIA -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -Ilibdvdread4 -I. -I/usr/X11/include -I/usr/include/freetype2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -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/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/opt/gnu/lib/amd64/live/liveMedia/include -I/opt/gnu/lib/amd64/live/BasicUsageEnvironment/include -I/opt/gnu/lib/amd64/live/groupsock/include -I/opt/gnu/lib/amd64/live/UsageEnvironment/include -c -o libmpdemux/mp_taglists.o libmpdemux/mp_taglists.c libmpdemux/mp_taglists.c:34: error: 'CODEC_ID_BINKAUDIO_DCT' undeclared here (not in a function) libmpdemux/mp_taglists.c:35: error: 'CODEC_ID_BINKAUDIO_RDFT' undeclared here (not in a function) make: *** [libmpdemux/mp_taglists.o] Error 1 However, this is the error message I get in the second case: gcc-4.3.2 -m64 -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -O3 -pipe -I/opt/gnu/include -I/usr/sfw/include -I/usr/X11/include -I/usr/X11/include/NVIDIA -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -Ilibdvdread4 -I. -I/usr/X11/include -I/usr/include/freetype2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -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/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/opt/gnu/lib/amd64/live/liveMedia/include -I/opt/gnu/lib/amd64/live/BasicUsageEnvironment/include -I/opt/gnu/lib/amd64/live/groupsock/include -I/opt/gnu/lib/amd64/live/UsageEnvironment/include -c -o codec-cfg.o codec-cfg.c codec-cfg.c: In function 'parse_codec_cfg': codec-cfg.c:546: warning: assignment discards qualifiers from pointer target type codec-cfg.c:547: warning: assignment discards qualifiers from pointer target type gcc-4.3.2 -m64 -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -O3 -pipe -I/opt/gnu/include -I/usr/sfw/include -I/usr/X11/include -I/usr/X11/include/NVIDIA -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -Ilibdvdread4 -I. -I/usr/X11/include -I/usr/include/freetype2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -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/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/opt/gnu/lib/amd64/live/liveMedia/include -I/opt/gnu/lib/amd64/live/BasicUsageEnvironment/include -I/opt/gnu/lib/amd64/live/groupsock/include -I/opt/gnu/lib/amd64/live/UsageEnvironment/include -c -o libmpcodecs/vf_pp.o libmpcodecs/vf_pp.c In file included from libmpcodecs/vf_pp.c:41: ./libpostproc/postprocess_internal.h:147: error: expected ',', ';' or '}' before '[' token libmpcodecs/vf_pp.c: In function 'put_image': libmpcodecs/vf_pp.c:150: warning: passing argument 1 of 'pp_postprocess' from incompatible pointer type make: *** [libmpcodecs/vf_pp.o] Error 1 Regards, A.S.