GNOME Bugzilla – Bug 169857
libgnome creates an array of unknown element size
Last modified: 2005-05-11 09:17:08 UTC
as per the C standard, gcc4 no longer issues a warning, but rather, an error if you attempt to declare an array with an unknown element size. libgnome does this. ie: libgnome won't build with gcc4. to fix it, i've simply included <popt.h> so that the type of the array is known.
Created attachment 38517 [details] [review] = patch =
Commited on HEAD and gnome-2-10 branches. I didn't see this on my end, but adding the include can't hurt.