Fails to build
io-tiff.c: In function 'gdk_pixbuf__tiff_image_load_real':
io-tiff.c:59:9: warning: 'uint32' is deprecated [-Wdeprecated-declarations]
59 | uint32 rast, tmp_rast;
| ^~
io-tiff.c:59:9: warning: 'uint32' is deprecated [-Wdeprecated-declarations]
io-tiff.c:77:9: warning: 'uint32' is deprecated [-Wdeprecated-declarations]
77 | rast = (uint32 ) _TIFFmalloc (num_pixs * sizeof (uint32));
| ^~~~
io-tiff.c:77:9: warning: 'uint32' is deprecated [-Wdeprecated-declarations]
testpixbuf.c: In function ‘progressive_updated_callback’:
testpixbuf.c:494:45: error: passing argument 1 of ‘gtk_object_get_data’ from incompatible pointer type [-Wincompatible-pointer-types]
494 | drawing_area = gtk_object_get_data (window_loc, "drawing_area");
| ^~~
| |
| GtkWidget * {aka struct _GtkWidget }
In file included from /usr/include/gtk-1.2/gtk/gtkaccelgroup.h:35,
from /usr/include/gtk-1.2/gtk/gtk.h:32,
from testpixbuf.c:25:
/usr/include/gtk-1.2/gtk/gtkobject.h:300:55: note: expected ‘GtkObject ’ {aka struct _GtkObject ’} but argument is of type ‘GtkWidget ’ {aka ‘struct _GtkWidget ’}
300 | gpointer gtk_object_get_data (GtkObject object,
make: *** [Makefile:428: all] Error 2
==> ERROR: A failure occurred in build().
Aborting...
:: gtk is now an orphan package
:: failed to build gdk-pixbuf package(s)
Pinned Comments
bidulock commented on 2020-06-30 03:49 (UTC)
Note: this is NOT gdk2-pixbuf, it is gdk-pixbuf.