GNOME Bugzilla – Bug 667982
duplicate typedefs
Last modified: 2012-01-16 09:49:12 UTC
while compiling seahorse 3.3.3 error raised: In file included from seahorse-actions.h:28:0, from seahorse-action.c:26: seahorse-object.h:55:31: error: redefinition of typedef 'SeahorsePlace' seahorse-place.h:44:31: note: previous declaration of 'SeahorsePlace' was here In file included from seahorse-context.h:29:0, from seahorse-widget.h:29, from seahorse-catalog.h:27, from seahorse-actions.h:29, from seahorse-actions.c:25: seahorse-place.h:44:31: error: redefinition of typedef 'SeahorsePlace' seahorse-object.h:55:31: note: previous declaration of 'SeahorsePlace' was here make[3]: *** [seahorse-actions.lo] Error 1 make[3]: *** Waiting for unfinished jobs.... make[3]: *** [seahorse-action.lo] Error 1 In file included from seahorse-actions.h:28:0, from seahorse-catalog.c:26: seahorse-object.h:55:31: error: redefinition of typedef 'SeahorsePlace' seahorse-place.h:44:31: note: previous declaration of 'SeahorsePlace' was here make[3]: *** [seahorse-catalog.lo] Error 1 make[3]: Leaving directory `/usr/src/RPM/BUILD/seahorse-3.3.3/libseahorse'
Thanks. Fixed in git master.