google / google/ios-webkit-debug-proxy
Passing --disable-static to ./configure breaks examples compilation
Open
- Dominant language
- C
- Stars
- 6.2k
- Forks
- 480
- PR merge metrics
- No merged PRs in 30d
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.
Contributor guide
Assessment
This issue has not been assessed yet.