Open
Description
From the current (1.9.0) release:
$ NOCONFIGURE=1 ./autogen.sh
$ ./configure --disable-static
$ make -j8
... lots of logs ...
../src/websocket.c:15:10: fatal error: websocket.h: No such file or directory
15 | #include "websocket.h"
| ^~~~~~~~~~~~~
Removing --disable-static
fixes the build.
Metadata
Metadata
Assignees
Labels
No labels