Skip to content

Instantly share code, notes, and snippets.

/make

Created November 14, 2017 14:08
Show Gist options
  • Save anonymous/12f2044df4073c087213699e7e147681 to your computer and use it in GitHub Desktop.
Save anonymous/12f2044df4073c087213699e7e147681 to your computer and use it in GitHub Desktop.
[bcop@localhost gstreamer-1.0.0]$ make -j4
make all-recursive
make[1]: Entering directory '/home/bcop/Downloads/gstreamer-1.0.0'
Making all in pkgconfig
make[2]: Entering directory '/home/bcop/Downloads/gstreamer-1.0.0/pkgconfig'
CP gstreamer-check-1.0.pc
CP gstreamer-base-1.0.pc
CP gstreamer-1.0.pc
CP gstreamer-net-1.0.pc
CP gstreamer-controller-1.0.pc
CP gstreamer-1.0-uninstalled.pc
CP gstreamer-check-1.0-uninstalled.pc
CP gstreamer-controller-1.0-uninstalled.pc
CP gstreamer-net-1.0-uninstalled.pc
CP gstreamer-base-1.0-uninstalled.pc
make[2]: Leaving directory '/home/bcop/Downloads/gstreamer-1.0.0/pkgconfig'
Making all in gst
make[2]: Entering directory '/home/bcop/Downloads/gstreamer-1.0.0/gst'
make all-recursive
make[3]: Entering directory '/home/bcop/Downloads/gstreamer-1.0.0/gst'
Making all in parse
make[4]: Entering directory '/home/bcop/Downloads/gstreamer-1.0.0/gst/parse'
CC libgstparse_la-lex.priv_gst_parse_yy.lo
lex.priv_gst_parse_yy.c:1020: warning: redundant redeclaration of 'priv_gst_parse_yyget_column'
lex.priv_gst_parse_yy.c:4: note: previous declaration of 'priv_gst_parse_yyget_column' was here
lex.priv_gst_parse_yy.c:1022: warning: redundant redeclaration of 'priv_gst_parse_yyset_column'
lex.priv_gst_parse_yy.c:5: note: previous declaration of 'priv_gst_parse_yyset_column' was here
CC libgstparse_la-grammar.tab.lo
In file included from ./grammar.y:18:
../gstutils.h: In function 'GDOUBLE_SWAP_LE_BE':
../gstutils.h:446: warning: left shift count >= width of type
../gstutils.h:446: warning: left shift count >= width of type
../gstutils.h:446: warning: right shift count >= width of type
../gstutils.h:446: warning: right shift count >= width of type
../gstutils.h: In function 'GST_READ_DOUBLE_LE':
../gstutils.h:602: warning: left shift count >= width of type
../gstutils.h:602: warning: left shift count >= width of type
../gstutils.h:602: warning: left shift count >= width of type
../gstutils.h:602: warning: left shift count >= width of type
../gstutils.h: In function 'GST_READ_DOUBLE_BE':
../gstutils.h:627: warning: left shift count >= width of type
../gstutils.h:627: warning: left shift count >= width of type
../gstutils.h:627: warning: left shift count >= width of type
../gstutils.h:627: warning: left shift count >= width of type
../gstutils.h: In function 'GST_WRITE_DOUBLE_LE':
../gstutils.h:700: warning: right shift count >= width of type
../gstutils.h:700: warning: right shift count >= width of type
../gstutils.h:700: warning: right shift count >= width of type
../gstutils.h:700: warning: right shift count >= width of type
../gstutils.h: In function 'GST_WRITE_DOUBLE_BE':
../gstutils.h:724: warning: right shift count >= width of type
../gstutils.h:724: warning: right shift count >= width of type
../gstutils.h:724: warning: right shift count >= width of type
../gstutils.h:724: warning: right shift count >= width of type
grammar.tab.c: In function 'priv_gst_parse_yyparse':
grammar.tab.c:1830: error: too few arguments to function 'priv_gst_parse_yylex'
Makefile:534: recipe for target 'libgstparse_la-grammar.tab.lo' failed
make[4]: *** [libgstparse_la-grammar.tab.lo] Error 1
make[4]: Leaving directory '/home/bcop/Downloads/gstreamer-1.0.0/gst/parse'
Makefile:1472: recipe for target 'all-recursive' failed
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory '/home/bcop/Downloads/gstreamer-1.0.0/gst'
Makefile:794: recipe for target 'all' failed
make[2]: *** [all] Error 2
make[2]: Leaving directory '/home/bcop/Downloads/gstreamer-1.0.0/gst'
Makefile:678: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/bcop/Downloads/gstreamer-1.0.0'
Makefile:583: recipe for target 'all' failed
make: *** [all] Error 2
[bcop@localhost gstreamer-1.0.0]$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment