[MPlayer-users] Build problems on Fedora-19 x86_64 (Ingo Br?ckl)

George R Goffe grgoffe at yahoo.com
Mon Sep 8 08:35:02 CEST 2014


Ingo,

I ran this command "svn update  -r r37266"  and then retried the build and here's what I got.

George...


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 -DZLIB_CONST -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib64/glib/include -Wno-strict-prototypes -c -o gui/dialog/dialog.o gui/dialog/dialog.c
gui/dialog/dialog.c:67:24: error: unknown type name 'GtkIconTheme'
 static int gtkLoadIcon(GtkIconTheme *theme, gint size, GdkPixmap **gdkIcon, GdkBitmap **gdkIconMask)
                        ^
gui/dialog/dialog.c: In function 'gtkInit':
gui/dialog/dialog.c:119:5: error: unknown type name 'GtkIconTheme'
     GtkIconTheme *theme;
     ^
gui/dialog/dialog.c:144:5: error: implicit declaration of function 'gtk_icon_theme_get_default' [-Werror=implicit-function-declaration]
     theme = gtk_icon_theme_get_default();
     ^
gui/dialog/dialog.c:144:11: warning: assignment makes pointer from integer without a cast [enabled by default]
     theme = gtk_icon_theme_get_default();
           ^
gui/dialog/dialog.c:146:5: error: implicit declaration of function 'gtkLoadIcon' [-Werror=implicit-function-declaration]
     if (gtkLoadIcon(theme, 16, &gdkIcon, &gdkIconMask)) {
     ^
gui/dialog/dialog.c:147:9: error: implicit declaration of function 'GDK_PIXMAP_XID' [-Werror=implicit-function-declaration]
         guiIcon.small      = GDK_PIXMAP_XID(gdkIcon);
         ^


More information about the MPlayer-users mailing list