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
The main library seems to build but when linking the test executable, I'm getting multiple "undefined symbol" errors for various methods in the sio::packet class:
Environment
Steps to Reproduce:
cmake -G Ninja -DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED_LIBS=ON
ninja
Error
The main library seems to build but when linking the test executable, I'm getting multiple "undefined symbol" errors for various methods in the sio::packet class:
The text was updated successfully, but these errors were encountered: