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

Still facing compilation issue with Nginx 1.23.0 and clojure 0.5.3 #277

Closed
Tarun1286 opened this issue Mar 14, 2023 · 4 comments
Closed

Comments

@Tarun1286
Copy link

[2023-03-13T03:33:21.114Z] /mwareWebDev/nginx/nginx-clojure-0.5.3/src/c/ngx_http_clojure_mem.c: In function ‘ngx_http_clojure_init_memory_util’:
[2023-03-13T03:33:21.114Z] /mwareWebDev/nginx/nginx-clojure-0.5.3/src/c/ngx_http_clojure_mem.h:424:81: error: ‘ngx_http_headers_in_t’ {aka ‘struct ’} has no member named ‘cookies’; did you mean ‘cookie’?
[2023-03-13T03:33:21.114Z] #define NGX_HTTP_CLOJURE_HEADERSI_COOKIE_OFFSET offsetof(ngx_http_headers_in_t, cookies)
[2023-03-13T03:33:21.114Z] ^~~~~~~
[2023-03-13T03:33:21.114Z] /mwareWebDev/nginx/nginx-clojure-0.5.3/src/c/ngx_http_clojure_mem.c:4413:53: note: in expansion of macro ‘NGX_HTTP_CLOJURE_HEADERSI_COOKIE_OFFSET’
[2023-03-13T03:33:21.114Z] MEM_INDEX[NGX_HTTP_CLOJURE_HEADERSI_COOKIE_IDX] = NGX_HTTP_CLOJURE_HEADERSI_COOKIE_OFFSET;

@Tarun1286
Copy link
Author

The version which i pull 0.5.3 does not seems to have the files which you updated for 1.23.X

@xfeep
Copy link
Member

xfeep commented Mar 14, 2023

Please try the latest code.
0.5.3 was released at 2022-03-10 when nginx 1.23.x had not been released yet.

@Tarun1286
Copy link
Author

Tarun1286 commented Mar 14, 2023

ok issue is we use this site to download the jar files as well. https://sourceforge.net/projects/nginx-clojure/. So clojure-version.jar I can still create but how to get that embed.jar ?
nginx-clojure-embed-0.5.3.jar
nginx-clojure-0.5.3.jar
Do u have any timelines for next release ?

@xfeep
Copy link
Member

xfeep commented Mar 18, 2023

v0.6.0 has been released.
Please try it.

@xfeep xfeep closed this as completed Mar 18, 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

2 participants