On Tue, Nov 13, 2018 at 6:54 PM Tom Lane <[email protected]> wrote: > Thomas Munro <[email protected]> writes: > > Thanks, fixing. Embarassingly, I had turned off -Werror for this > > because my Mac spews strange warnings when you use OpenLDAP, a problem > > to which there must be a better solution. > > Hm, what warnings?
Apple ships OpenLDAP headers that tell you to ditch it and use Apple OpenDirectory Framework: fe-connect.c:4354:6: warning: 'ldap_set_option' is deprecated: first deprecated in macOS 10.11 - use OpenDirectory Framework [-Wdeprecated-declarations] I should probably use MacPorts for that. -- Thomas Munro http://www.enterprisedb.com
