Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error: ‘nginxpy_post_read’ undeclared #13

Open
cumulus13 opened this issue Feb 4, 2023 · 0 comments
Open

error: ‘nginxpy_post_read’ undeclared #13

cumulus13 opened this issue Feb 4, 2023 · 0 comments

Comments

@cumulus13
Copy link

/projects/nginxpy/nginx/ngx_python_module.c: In function ‘ngx_python_postconfiguration’:
/projects/nginxpy/nginx/ngx_python_module.c:116:10: error: ‘nginxpy_post_read’ undeclared (first use in this function)
  116 |     *h = nginxpy_post_read;
      |          ^~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
make[1]: *** [objs/Makefile:2152: objs/addon/nginx/ngx_python_module.o] Error 1
make[1]: Leaving directory '/opt/nginx-1.23.3'
make: *** [Makefile:10: build] Error 2

how to fix it ?. any idea ?. thank's

@cumulus13 cumulus13 changed the title error: ‘nginxpy_post_read’ undeclared (first use in this function) error: ‘nginxpy_post_read’ undeclared Feb 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant