[MPlayer-users] Build problems on Fedora-19 x86_64

George R Goffe grgoffe at yahoo.com
Fri Sep 5 19:00:55 CEST 2014


Hi,

I have opened a bug for this and then thought it might be a good idea to ask about the build problem here.

I am running as close to "current" as I can get for Mplayer. I have experimental GCC built and installed on this system but the problem appears with both versions (Out of the box and experimental). I have the complete build log if that's needed.

Any/all hints/tips/clues/suggestions would be appreciated.

Thanks,

George...


Here's what I'm seeing: 

cc -MMD -MP -Wundef -W -Wall -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -march=native -mtune=native -pipe -g  -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -Ilibdvdread4  -fpie -DPIC -D_REENTRANT   -pthread -I/usr/include/kde/artsc -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -D_REENTRANT   -I/usr/include/freetype2 -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib64/glib/include -Wno-strict-prototypes -c -o gui/dialog/about.o gui/dialog/about.c
gui/dialog/about.c: In function 'CreateAbout':
gui/dialog/about.c:102:3: error: implicit declaration of function 'snprintf' [-Werror=implicit-function-declaration]
   snprintf(title, sizeof(title), MP_TITLE, MPlayer);
   ^
gui/dialog/about.c:102:3: warning: incompatible implicit declaration of built-in function 'snprintf' [enabled by default]
cc1: some warnings being treated as errors
make: *** [gui/dialog/about.o] Error 1


More information about the MPlayer-users mailing list