jimying
jimying
@sauwming I use vscode edit code, it can format the selected code, which will not chang the format of a whole file. Prepare: 1. Make sure clang-format command in the...
delete .pjnath-x86_64-unknown-linux-gnu.depend and try again
@gene-git if you no need upnp, set macro PJNATH_HAS_UPNP to 0 if you need it, please install libupnp first
I build success by modify the declare sequeue and works fine. At the beginning, I suspected that it's a problem with translate-c. But i compare the cimport.zig files, it's same!...
Also node-pty , Release/pty.node: undefined symbol: node_module_register
hi, I think it's better use cmake which can specify a build system generator. ```bash # To generate ninja build cmake -G Ninja ``` Now cmake is already used in...