Re: Build nginx on Mac OS X mavericks

2014-03-27 Thread Kevin Worthington
Great, I'm glad it helped. Best regards, Kevin -- Kevin Worthington kworthing...@gmail.com http://kevinworthington.com/ http://twitter.com/kworthington On Thu, Mar 27, 2014 at 12:45 PM, Kunal Pariani wrote: > Yep, we do have some local and 3rd party patches. But still not sure why > it doesn't

Re: Build nginx on Mac OS X mavericks

2014-03-27 Thread Kunal Pariani
Yep, we do have some local and 3rd party patches. But still not sure why it doesn't build on mac and throws that error. Same code with patches builds fine on ubuntu linux. @Kevin: Thats what i followed for building the latest nginx and that worked well. Great post. Thanks -Kunal On Thu, Mar 27,

Re: Build nginx on Mac OS X mavericks

2014-03-27 Thread Kevin Worthington
I wrote up a how to that might help as well: http://kevinworthington.com/nginx-for-mac-os-x-mavericks-in-2-minutes/ Best regards, Kevin -- Kevin Worthington kworthing...@gmail.com http://kevinworthington.com/ http://twitter.com/kworthington On Thu, Mar 27, 2014 at 7:17 AM, Maxim Dounin wrote:

Re: Build nginx on Mac OS X mavericks

2014-03-27 Thread Maxim Dounin
Hello! On Wed, Mar 26, 2014 at 06:33:56PM -0700, Kunal Pariani wrote: > 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 > ident

Build nginx on Mac OS X mavericks

2014-03-26 Thread Kunal Pariani
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'?* callbac