GNOME Bugzilla – Bug 729831
Build fails under C++ compiler
Last modified: 2014-05-08 21:48:30 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.