After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 344814 - comma at end of enumerator list causes glom to not compile
comma at end of enumerator list causes glom to not compile
Status: RESOLVED FIXED
Product: libxslt
Classification: Platform
Component: general
git master
Other Linux
: Normal normal
: ---
Assigned To: Daniel Veillard
libxml QA maintainers
Depends on:
Blocks:
 
 
Reported: 2006-06-13 21:02 UTC by Elijah Newren
Modified: 2006-10-11 19:13 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Trivial fix (785 bytes, patch)
2006-06-13 21:04 UTC, Elijah Newren
none Details | Review

Description Elijah Newren 2006-06-13 21:02:15 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.
Comment 1 Elijah Newren 2006-06-13 21:04:25 UTC
Created attachment 67296 [details] [review]
Trivial fix
Comment 2 Daniel Veillard 2006-10-11 19:13:30 UTC
That was fixed a long time ago, but we forgot to close this bug,

  thanks,

Daniel