[gst-devel] Re: [gst-cvs] yippi gstreamer: gstreamer/gst/parse/

Thomas Vander Stichele thomas at apestaart.org
Mon Dec 15 14:12:01 CET 2003


Hey Brian,

Thanks for trying out the autobuild test :) I was wondering why both
machines suddenly failed in the parse dir for no reason at all, so I
caught you red-handed :)

I'll revert part of the patch for you now.

BTW, you haven't mailed me your keys yet, we're moving to fdo this week.

Thomas

El lun, 15-12-2003 a las 19:40, Brian Cameron escribió:
> CVS Root:       /cvsroot/gstreamer
> Module:         gstreamer
> Changes by:     yippi
> Date:           Mon Dec 15 2003  10:40:25 PST
> 
> Log message:
> Removed grammar.tab.h from the flex command to build lex._gst_parse_yy.c
> because this caused grammar.tab.h to be included twice in the file (since
> it is already included directly in parse.l via an #include statement).
> Including this file twice was causing Forte to be unable to compile it.
> 
> Modified files:
>     gst/parse       : Makefile.am
> 
> Links:
> http://cvs.sf.net/cgi-bin/viewcvs.cgi/gstreamer/gstreamer/gst/parse/Makefile.am.diff?r1=1.24&r2=1.25
> 
> ====Begin Diffs====
> Index: Makefile.am
> ===================================================================
> RCS file: /cvsroot/gstreamer/gstreamer/gst/parse/Makefile.am,v
> retrieving revision 1.24
> retrieving revision 1.25
> diff -u -d -r1.24 -r1.25
> --- Makefile.am	31 Oct 2003 20:20:36 -0000	1.24
> +++ Makefile.am	15 Dec 2003 18:40:13 -0000	1.25
> @@ -22,7 +22,7 @@
>  	$(BISON_PATH) -d -v -p_gst_parse__yy $(srcdir)/grammar.y -o grammar.tab.c
>   
>  lex._gst_parse_yy.c: parse.l grammar.tab.h
> -	$(FLEX_PATH) -P_gst_parse_yy $^
> +	$(FLEX_PATH) -P_gst_parse_yy parse.l 
>  
>  ## this is so make install without a previous make can work, because
>  ## this dir needs gstmarshal.h generated
> 
> 
> -------------------------------------------------------
> This SF.net email is sponsored by: SF.net Giveback Program.
> Does SourceForge.net help you be more productive?  Does it
> help you create better code?  SHARE THE LOVE, and help us help
> YOU!  Click Here: http://sourceforge.net/donate/
> _______________________________________________
> gstreamer-cvs-verbose mailing list
> gstreamer-cvs-verbose at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gstreamer-cvs-verbose





More information about the gstreamer-devel mailing list