Hi, I am attempting to compile the current svn MPlayer against libass-0.9.8 with the following errors that make the compilation fail: +------------- In file included from libmpdemux/demuxer.h:29, from command.c:10: ./libass/ass_mp.h:33: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token ./libass/ass_mp.h:47: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token ./libass/ass_mp.h:48: error: expected ')' before '*' token ./libass/ass_mp.h:49: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token ./libass/ass_mp.h:51: error: expected ')' before '*' token ./libass/ass_mp.h:52: error: expected ')' before '*' token ./libass/ass_mp.h:53: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token ./libass/ass_mp.h:56: error: expected specifier-qualifier-list before 'ass_image_t' ./libass/ass_mp.h:61: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token In file included from command.c:11: libmpdemux/stheader.h:121: error: expected specifier-qualifier-list before 'ass_track_t' In file included from command.c:47: mp_core.h:95: error: expected specifier-qualifier-list before 'ass_track_t' command.c: In function 'mp_property_sub': command.c:1340: error: dereferencing pointer to incomplete type command.c:1341: error: dereferencing pointer to incomplete type command.c:1372: error: 'sh_sub_t' has no member named 'lang' command.c:1458: error: 'MPContext' has no member named 'set_of_ass_tracks' command.c:1459: error: 'MPContext' has no member named 'set_of_ass_tracks' command.c:1463: error: 'MPContext' has no member named 'set_of_subtitles' command.c:1489: error: 'sh_sub_t' has no member named 'ass_track' command.c: In function 'run_command': command.c:2572: warning: passing argument 1 of 'ass_step_sub' from incompatible pointer type command.c:2722: error: 'MPContext' has no member named 'file_format' command.c:2726: error: 'MPContext' has no member named 'file_format' command.c:2740: error: 'MPContext' has no member named 'file_format' command.c:2754: error: 'MPContext' has no member named 'file_format' command.c:2760: error: 'MPContext' has no member named 'file_format' command.c:2792: error: 'MPContext' has no member named 'last_dvb_step' command.c:2800: error: 'MPContext' has no member named 'dvbin_reopen' command.c:2806: error: 'MPContext' has no member named 'file_format' command.c:2828: error: 'MPContext' has no member named 'last_dvb_step' command.c:2832: error: 'MPContext' has no member named 'dvbin_reopen' command.c:2838: error: 'MPContext' has no member named 'file_format' command.c:2857: error: 'MPContext' has no member named 'file_format' command.c:2862: error: 'MPContext' has no member named 'file_format' command.c:2900: error: 'MPContext' has no member named 'set_of_subtitles' command.c:2905: error: 'MPContext' has no member named 'set_of_subtitles' command.c:2916: error: 'MPContext' has no member named 'set_of_subtitles' command.c:2930: error: 'MPContext' has no member named 'set_of_subtitles' command.c:2931: error: 'MPContext' has no member named 'set_of_subtitles' command.c:2936: error: 'MPContext' has no member named 'set_of_subtitles' command.c:3199: error: 'MPContext' has no member named 'was_paused' command.c:3199: error: 'MPContext' has no member named 'was_paused' command.c:3200: error: 'MPContext' has no member named 'was_paused' command.c:3206: error: 'MPContext' has no member named 'was_paused' make: *** [command.o] Error 1 +------- Thanks for your trouble, Andrew -- Do you think that's air you're breathing?