Hello!
On Thu, Aug 16, 2012 at 8:38 AM, Manoj Ganesan <manoj....@gmail.com> wrote:
> Did you mean the configure error, or the make error?
Both, if any.
> It felt to me that the
> previous lines were irrelevant, hence I did not copy paste them. Here's one
> line before the build error in make.
>
> ...
> gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g
> -I/usr/local/include -I src/core -I src/event -I src/event/modules -I
> src/os/unix -I objs -I src/http -I src/http/modules \
> -o
> objs/src/http/modules/ngx_http_upstream_keepalive_module.o \
> src/http/modules/ngx_http_upstream_keepalive_module.c
> ', needed by `objs/addon/src/ngx_http_rds_json_filter_module.o'.
> Stop.s-json-nginx-module/src/ngx_http_rds_json_handler.h
> make: *** [build] Error 2
>
Are you running "make -jN"? Can you just run make without the -j
option? The first line is above is still irrelavent. Your error
message pasted here still seems truncated, that is, I cannot see the
complete gcc error messages, just a half or so of the message.
You are recommended to run "make > /tmp/out.log 2>&1" on your side and
put the original out.log file as attachment or somewhere viewable on
the web.
Also, the version of your Mac OS X system may also helpful.
Best regards,
-agentzh