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 729831 - Build fails under C++ compiler
Build fails under C++ compiler
Status: RESOLVED FIXED
Product: gom
Classification: Other
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Gom Maintainers
Gom Maintainers
Depends on:
Blocks:
 
 
Reported: 2014-05-08 19:10 UTC by Jonathon Jongsma
Modified: 2014-05-08 21:48 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch (2.05 KB, patch)
2014-05-08 19:10 UTC, Jonathon Jongsma
committed Details | Review

Description Jonathon Jongsma 2014-05-08 19:10:12 UTC
Created attachment 276191 [details] [review]
patch

The gom headers provide a typedef for enums before defining the enum.  The C++ compiler doesn't like this. Moving the typedef later in the header fixes the build. Patch attached.