PerBothner / DomTerm

DOM/JavaScript-based terminal-emulator/console

Home Page:https://domterm.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FYI for docs

dankilman opened this issue · comments

Just tried building from source on macOS.
It seems that libwebsockets that comes with brew is v >= 4 which seems incompatible, got ld failing on some linking.
Downgraded to 3.2.2 and build was successful

Does it seem to be related to this issue?

It looked like a different thing. Some reference to and symbol starting with _lws was missing I think.
I can reinstall libwebsockets >=4 and send the exact error

I'm getting that lws_extension_callback_pm_deflate is missing. Looking into it.

I may have fixed the problem: It seems to build ok with the brew-supplied libwebsockets now.

Could you confirm this problem is fixed?

scratch my last comment, i forgot to pull the recent changes :)
it builds successfully now