You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had an error finding ks_platform.h while building FreeSWITCH which led me here. But after applying this fix the build then fails to find ks.h. I don't think the fix is as simple as this.
After installing
libks
via Homebrewas per https://github.com/signalwire/libstirshaken if I run
pkg-config
it reports the incorrect pathAs you can see the path reported is one dir too deep. Instead, it should report
/opt/homebrew/Cellar/libks/1.8.2/include
.This is consistent with other packages:
This line needs to be changed
https://github.com/signalwire/libks/blob/master/libks.pc.in#L11
The text was updated successfully, but these errors were encountered: