Re: Deprecated warnings in 1.5.8 are now errors in 1.5.12

2014-04-08 Thread Thijs Koerselman
Thanks a lot Maxim, that explains everything. I used the flag and all went well. Cheers, Thijs On Tue, Apr 8, 2014 at 12:22 PM, Maxim Dounin wrote: > Hello! > > On Tue, Apr 08, 2014 at 11:43:58AM +0200, Thijs Koerselman wrote: > > > Hi, > > > > I'm trying to compile 1.5.12 on OSX. For some rea

Re: Deprecated warnings in 1.5.8 are now errors in 1.5.12

2014-04-08 Thread Maxim Dounin
Hello! On Tue, Apr 08, 2014 at 11:43:58AM +0200, Thijs Koerselman wrote: > Hi, > > I'm trying to compile 1.5.12 on OSX. For some reason 1.5.12 generates > errors in make where in 1.5.8 these same messages appeared as warnings and > were ignored. > > I'm trying to build the nginx core without ex

Deprecated warnings in 1.5.8 are now errors in 1.5.12

2014-04-08 Thread Thijs Koerselman
Hi, I'm trying to compile 1.5.12 on OSX. For some reason 1.5.12 generates errors in make where in 1.5.8 these same messages appeared as warnings and were ignored. I'm trying to build the nginx core without extra modules. Below is my configure output and the first errors that appear. Any idea how