GNOME Bugzilla – Bug 744454
build fails using jhbuild
Last modified: 2015-02-16 08:25:02 UTC
Created attachment 296749 [details] [review] check if __STDC_VERSION__ is defined Trying to build yelp with jhbuild yields this error: yelp-debug.h:38:5: error: "__STDC_VERSION__" is not defined [-Werror=undef] #if __STDC_VERSION__ < 199901L Attached patch adds check if this macro is defined. If it is not, then the standard is < 199901, so the intended behavior of original #if holds.
*** Bug 744342 has been marked as a duplicate of this bug. ***
Review of attachment 296749 [details] [review]: GNOME does not generally do Signed-off-by: in the commit message. Commit looks fine, and builds fine for me with GCC 5, so please push (if you have commit access). If not, I can push on your behalf.
I do not have commit access, so please push it. Feel free to remove the Signed-off-by. Or do you want me to post new patch without it?
Review of attachment 296749 [details] [review]: Pushed to master as 9ccbe9df9df30341e2c92e2b1a8fada65832d6ca. I amended the commit message to drop the signed-off-by, and add a link to this bug report. Thanks again!