Skip to content

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

Open
@abustany

Description

@abustany

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions