google / google/ios-webkit-debug-proxy

Passing --disable-static to ./configure breaks examples compilation

Open
#399 1 comment 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.