Build nginx on Mac OS X mavericks
Kunal Pariani
kunalvjti at gmail.com
Thu Mar 27 01:33:56 UTC 2014
Hello,
Has anyone tried building nginx code on Mac ? I get the following error
while building. Have installed pcre and other needed libraries
*src/mail/ngx_mail_handler.c:1152:30: **error: **use of undeclared
identifier 'sasl_callback_ft'; did you mean*
* 'sasl_callback_t'?*
callbacks[i].proc = (sasl_callback_ft)&ngx_mail_sasl_log;
* ^*
*/usr/include/sasl/sasl.h:349:3: note: *'sasl_callback_t' declared here
} sasl_callback_t;
* ^*
*src/mail/ngx_mail_handler.c:1157:30: **error: **use of undeclared
identifier 'sasl_callback_ft'; did you mean*
* 'sasl_callback_t'?*
callbacks[i].proc = (sasl_callback_ft)&ngx_mail_sasl_pauthorize;
* ^*
*/usr/include/sasl/sasl.h:349:3: note: *'sasl_callback_t' declared here
} sasl_callback_t;
* ^*
2 errors generated.
make[2]: *** [objs/src/mail/ngx_mail_handler.o] Error 1
make[1]: *** [install] Error 2
make: *** [build] Error 2
Thanks
-Kunal
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.nginx.org/pipermail/nginx/attachments/20140326/b030e48e/attachment.html>
More information about the nginx
mailing list