ChugR commented on pull request #744:
URL: https://github.com/apache/qpid-dispatch/pull/744#issuecomment-634262177
Running Fedora 31 there's an error in libwebsockets:
[ 78%] Building C object
src/CMakeFiles/qpid-dispatch.dir/http-libwebsockets.c.o
/home/chug/git/qpid-dispatch/src/http-libwebsockets.c: In function
‘handle_events’:
/home/chug/git/qpid-dispatch/src/http-libwebsockets.c:182:51: error:
dereferencing pointer to incomplete type ‘qd_connection_t’ {aka ‘struct
qd_connection_t’}
182 | if (!qd_server_handle_event(c->qd_conn->server, e)) {
| ^~
/home/chug/git/qpid-dispatch/src/http-libwebsockets.c: In function
‘qd_http_listener_free’:
/home/chug/git/qpid-dispatch/src/http-libwebsockets.c:276:21: error:
dereferencing pointer to incomplete type ‘qd_listener_t’ {aka ‘struct
qd_listener_t’}
276 | hl->listener->http = NULL;
| ^~
/home/chug/git/qpid-dispatch/src/http-libwebsockets.c:277:9: error:
implicit declaration of function ‘qd_listener_decref’; did you mean
‘qd_listener_listen’? [-Werror=implicit-function-declaration]
277 | qd_listener_decref(hl->listener);
| ^~~~~~~~~~~~~~~~~~
| qd_listener_listen
cc1: all warnings being treated as errors
make[2]: *** [src/CMakeFiles/qpid-dispatch.dir/build.make:1089:
src/CMakeFiles/qpid-dispatch.dir/http-libwebsockets.c.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:1053:
src/CMakeFiles/qpid-dispatch.dir/all] Error 2
make: *** [Makefile:161: all] Error 2
2020-05-26 16:23:46.009566503
get git facts
Dispatch git: branch testing @ 884eaed5
Proton git: branch master @ f6df369a0
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]