Summary: | Trivial fix for compilation error: contact.h:132: error: field 'address' has incomplete type | ||
---|---|---|---|
Product: | Telepathy | Reporter: | Jasper Lievisse Adriaanse <jasper> |
Component: | salut | Assignee: | Telepathy bugs list <telepathy-bugs> |
Status: | RESOLVED FIXED | QA Contact: | Telepathy bugs list <telepathy-bugs> |
Severity: | normal | ||
Priority: | medium | ||
Version: | git master | ||
Hardware: | Other | ||
OS: | OpenBSD | ||
Whiteboard: | |||
i915 platform: | i915 features: | ||
Attachments: |
Fix build as described in ticket.
Fix build as described in ticket. |
Description
Jasper Lievisse Adriaanse
2013-06-20 18:14:58 UTC
Created attachment 81126 [details] [review] Fix build as described in ticket. Replacing the #ifdef G_OS_WIN32...#endif with #include <gibber/gibber-sockets.h>, which encapsulates the whole mess, would be better: it deals with various other awkward header-order things, such as Darwin. Using GSocketAddress instead of struct sockaddr would be better still, although a rather larger patch. Thanks for your feedback, that approach works fine on OpenBSD too; I'll update the patch. Created attachment 81336 [details] [review] Fix build as described in ticket. Fixed in git for 0.9.0, thanks |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.