MayamaTakeshi / sip-lab

A node module that helps to write SIP functional tests
3 stars 2 forks source link

Error in static link of bcg729 #27

Closed MayamaTakeshi closed 1 year ago

MayamaTakeshi commented 1 year ago

Doing a

npx node-gyp clean

to do a build from a clean slate permits to successfully build addon.node. However when trying to use it, the loader cannot find pjmedia_codec_bcg729_init. So the static linking from #26 failed.