GNOME Bugzilla – Bug 344814
comma at end of enumerator list causes glom to not compile
Last modified: 2006-10-11 19:13:30 UTC
glom builds with -Werror and -pedantic and so a stray comma in libxslt causes problems. The build error I'm getting is: /opt/gnome2/include/libxslt/xsltInternals.h:401: error: comma at end of enumerator list make[3]: *** [xsl_utils.o] Error 1 make[3]: Leaving directory `/export/home/b/newrenTemp/gnome/glom/glom' It's trivial to fix. Will attach a patch in a minute.
Created attachment 67296 [details] [review] Trivial fix
That was fixed a long time ago, but we forgot to close this bug, thanks, Daniel