GNOME Bugzilla – Bug 712354
error: redefinition of typedef 'EogJob'
Last modified: 2013-11-15 21:14:36 UTC
On OpenBSD with GCC 4.2.1 the build of EoG fails with the following error: In file included from eog-image.h:26, from eog-application.c:31: eog-jobs.h:103: error: redefinition of typedef 'EogJob' eog-transform.h:11: error: previous declaration of 'EogJob' was here Given the fact that eog-transform.h already has the guard around the definition of EogJob, perhaps one should be added as well in eog-jobs.h? Ok to push the attached patch?
Created attachment 259859 [details] [review] Prevent redefinition of EogJob
Review of attachment 259859 [details] [review]: Okay, the previous guard went away with the EogJob refactoring in the last cycle. Don't know why it didn't make GCC throw up here...
Thanks, pushed to master.