amazon-kinesis-video-streams-webrtc-sdk-c: Windows link error
Hi, I was able to build a version for kinesis for windows including all dependencies, ssl, web socket, …
All my build are static libraries, but when I try to create my sample I have two undefined symbol :
kvsWebrtcClient.lib(Network.c.obj) : error LNK2019: unresolved external symbol getifaddrs referenced in function getLocalhostIpAddresses
kvsWebrtcClient.lib(Network.c.obj) : error LNK2019: unresolved external symbol freeifaddrs referenced in function getLocalhostIpAddresses
I have a feeling I am close to have everything but this two last symbol block me, any idea how I can fix that ? I know inside web socket there is some implementation of both function should I try to use them ?
Thanks
About this issue
- Original URL
- State: closed
- Created 4 years ago
- Comments: 23 (9 by maintainers)
@MushMal I just make a pull request I put some comment there #465