This is Bugzilla
View Bug Activity | Format For Printing | XML | Clone This Bug
I'm using RH 6.2 at the office. While running rpm --recompile abiword-0.9.0-1.src.rpm I end up with the following error: gr_UnixGnomeImage.cpp: In file included from gr_UnixGnomeImage.cpp:27: /usr/include/gdk-pixbuf/gdk-pixbuf-loader.h:52: empty component declaration /usr/include/gdk-pixbuf/gdk-pixbuf-loader.h:52: parse error before `private' make[4]: *** [/usr/src/redhat/BUILD/abiword-0.9.0/abi/src/Linux_2.2.14-6.1.1_i386_GNOME/obj/gr_UnixGnomeImage.o] Error 1 This statement refers to the following lines in gdk-pixbuf-loader.h: typedef struct _GdkPixbufLoader GdkPixbufLoader; struct _GdkPixbufLoader { GtkObject object; /* < Private > */ gpointer private; }; I'm thinking (naively) that the problem is the use of "private" as a name for gpointer, but I'm not sure. I have no idea if this problem also exists for RH 7 or RH 7.1. Hope this helps.
*** This bug has been marked as a duplicate of 1789 ***