[vlc] Re: VLC 0.6.0-test2 - compile trouble and workaround

Gildas Bazin gbazin at netcourrier.com
Wed Jun 4 00:37:59 CEST 2003


On Tuesday 03 June 2003 23:59, Bob Yeaw wrote:
>
> modules/video_output/x11/xcommon.c: In function `ManageVideo':
> modules/video_output/x11/xcommon.c:543: parse error before `*'
> modules/video_output/x11/xcommon.c:546: `p_playlist' undeclared (first use
> in this fu
> nction)
> modules/video_output/x11/xcommon.c:546: (Each undeclared identifier is
> reported only
> once
> modules/video_output/x11/xcommon.c:546: for each function it appears in.)
> modules/video_output/x11/xcommon.c:690: parse error before `*'
> make[2]: ***
> [modules/video_output/x11/modules_video_output_x11_libx11_plugin_a-xcomm
> on.o] Error 1
> make[2]: Leaving directory `/root/vlc6rc2/vlc-0.6.0-test2'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/root/vlc6rc2/vlc-0.6.0-test2'
> make: *** [all] Error 2
> 
> Finally, note that I was able to compile with:
> [root at tstmpegb1130 vlc6rc2]# ./configure
> --with-ffmpeg-tree=/root/vlc6rc2/ffmpeg
> -20030517 --disable-x11 --disable-xvideo 
> 
> 

This problem has been fixed in cvs.

You can fix it by moving the "playlist *p_playlist" declarations on lines 
546 and 690 to the beginning of their respective scopes (lines 534 and 
678).

--
Gildas
-- 
This is the vlc mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://www.videolan.org/support/lists.html
If you are in trouble, please contact <postmaster at videolan.org>



More information about the vlc mailing list