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 679913 - build: prevent redefinition of SecretCollection
build: prevent redefinition of SecretCollection
Status: RESOLVED FIXED
Product: libsecret
Classification: Other
Component: General
unspecified
Other OpenBSD
: Normal minor
: ---
Assigned To: libsecret maintainer(s)
libsecret maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2012-07-14 07:50 UTC by Antoine Jacoutot
Modified: 2012-07-14 11:26 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
don't redefine SecretCollection (1002 bytes, patch)
2012-07-14 07:50 UTC, Antoine Jacoutot
none Details | Review

Description Antoine Jacoutot 2012-07-14 07:50:13 UTC
Created attachment 218797 [details] [review]
don't redefine SecretCollection

Hi.

'SecretCollection' is already defined in secret-service.h:52 which
is included in this file.
Without this patch, on OpenBSD we end up with the following error when building:
secret-collection.h:47: error: redefinition of typedef 'SecretCollection'
secret-service.h:52: error: previous declaration of 'SecretCollection' was here

Thoughts?
Comment 1 Stef Walter 2012-07-14 11:23:50 UTC
Thanks for catching that. Fixed in git master.