It now compiles.  Can't help the OS as that is what we are given.  Will see if it ow runs.  Thanks!<br><br><br>-Earle<br><br><div class="gmail_quote">On Tue, Dec 18, 2012 at 7:53 AM, Maxim Dounin <span dir="ltr"><<a href="mailto:mdounin@mdounin.ru" target="_blank">mdounin@mdounin.ru</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello!<br>
<div><div class="h5"><br>
On Mon, Dec 17, 2012 at 10:13:29PM -0500, Earle Ake wrote:<br>
<br>
> I am having issues getting nginx v1.2.6 compiled on AIX 5.3.  This is<br>
> the first time I have tried on AIX.  I am using the configure line:<br>
><br>
> ./configure --without-http_rewrite_module --without-http_gzip_module<br>
> --with-http_ssl_module --with-zlib=/usr/lib/<br>
><br>
> It gets so far in compiling then stops at this error:<br>
><br>
>         gcc -c -pipe  -O -W -Wall -Wpointer-arith<br>
> -Wno-unused-parameter -Werror -g  -I src/core  -I src/event  -I<br>
> src/event/modules  -I src/os/unix  -I objs  -o<br>
> objs/src/os/unix/ngx_process.o  src/os/unix/ngx_process.c<br>
> src/os/unix/ngx_process.c: In function `ngx_process_get_status':<br>
> src/os/unix/ngx_process.c:510: warning: signed and unsigned type in<br>
> conditional expression<br>
> src/os/unix/ngx_process.c:517: warning: signed and unsigned type in<br>
> conditional expression<br>
> src/os/unix/ngx_process.c:523: warning: signed and unsigned type in<br>
> conditional expression<br>
> src/os/unix/ngx_process.c:528: warning: signed and unsigned type in<br>
> conditional expression<br>
> src/os/unix/ngx_process.c:529: warning: signed and unsigned type in<br>
> conditional expression<br>
> make: 1254-004 The error code from the last command is 1.<br>
><br>
><br>
> Stop.<br>
> make: 1254-004 The error code from the last command is 2.<br>
><br>
><br>
> Stop.<br>
><br>
><br>
> I also tried V1.2.4 and got the same results but a slightly different<br>
> line number.  Any help?<br>
<br>
</div></div>Line numbers suggests there is a problem with system headers and<br>
your compiler - it complains about macros like WTERMSIG().  If you<br>
are brave enough to assume these warnings are harmless, you may<br>
tro using<br>
<br>
./configure --with-cc-opt="-Wno-error"<br>
<br>
to compile nginx despite of the warnings.<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
Maxim Dounin<br>
</font></span><div class="HOEnZb"><div class="h5"><a href="http://nginx.com/support.html" target="_blank">http://nginx.com/support.html</a><br>
<br>
_______________________________________________<br>
nginx mailing list<br>
<a href="mailto:nginx@nginx.org">nginx@nginx.org</a><br>
<a href="http://mailman.nginx.org/mailman/listinfo/nginx" target="_blank">http://mailman.nginx.org/mailman/listinfo/nginx</a><br>
</div></div></blockquote></div><br>