wandenberg / nginx-push-stream-module

A pure stream http push technology for your Nginx setup. Comet made easy and really scalable.
Other
2.22k stars 295 forks source link

Unable to build against nginx 1.1.12 with latest git source #13

Closed kageurufu closed 12 years ago

kageurufu commented 12 years ago
/usr/src/nginx/nginx-push-stream-module/src/ngx_http_push_stream_module_utils.c: In function 'ngx_http_push_stream_output_filter':
/usr/src/nginx/nginx-push-stream-module/src/ngx_http_push_stream_module_utils.c:514:9: warning: passing argument 1 of 'ngx_chain_update_chains' from incompatible pointer type [enabled by default]
src/core/ngx_buf.h:157:6: note: expected 'struct ngx_pool_t *' but argument is of type 'struct ngx_chain_t **'
/usr/src/nginx/nginx-push-stream-module/src/ngx_http_push_stream_module_utils.c:514:9: error: too few arguments to function 'ngx_chain_update_chains'
src/core/ngx_buf.h:157:6: note: declared here
make[1]: *** [objs/addon/src/ngx_http_push_stream_module.o] Error 1
make[1]: Leaving directory`/usr/src/nginx/nginx-unstable/src/nginx-1.1.12'
kageurufu commented 12 years ago

sorry, didnt see that >1.0 was unsupported

wandenberg commented 12 years ago

Hi,

now versions 1.1.x are supported too