Coder Social home page Coder Social logo

Comments (1)

viaregio avatar viaregio commented on June 5, 2024

As stated in kaltura/nginx-vod-module#1363 nginx 1.23.0 needs at least version 1.30 of nginx-vod-module.

This is the output I got today with nginx 1.23.1 and the provided version of nginx-vod-module:

Last 15 lines from /Users/uli/Library/Logs/Homebrew/nginx-full/02.make:
              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^
/opt/homebrew/share/vod-nginx-module/ngx_http_vod_utils.c:485:47: error: member reference type 'ngx_table_elt_t *' (aka 'struct ngx_table_elt_s *') is a pointer; did you mean to use '->'?
                for (i = 1; i < r->headers_out.cache_control.nelts; i++) {
                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
                                                            ->
/opt/homebrew/share/vod-nginx-module/ngx_http_vod_utils.c:485:48: error: no member named 'nelts' in 'struct ngx_table_elt_s'
                for (i = 1; i < r->headers_out.cache_control.nelts; i++) {
                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^
4 errors generated.
clang -c -pipe  -O -Wall -Wextra -Wpointer-arith -Wconditional-uninitialized -Wno-unused-parameter -Wno-deprecated-declarations -Werror -g -I/opt/homebrew/include -I/opt/homebrew/opt/pcre/include -I/opt/homebrew/opt/[email protected]/include -D_LARGEFILE_SOURCE -DBUILDING_NGINX -I/opt/homebrew/share/rtmp-nginx-module  -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules -I /opt/homebrew/share/rtmp-nginx-module -I /usr/include/libxml2 -I src/stream \
		-o objs/addon/vod/buffer_pool.o \
		/opt/homebrew/share/vod-nginx-module/vod/buffer_pool.c
make[1]: *** [objs/addon/vod-nginx-module/ngx_http_vod_utils.o] Error 1
make[1]: *** Waiting for unfinished jobs....
make: *** [install] Error 2

from homebrew-nginx.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.