-
Notifications
You must be signed in to change notification settings - Fork 291
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump so version #1261
Comments
You should build toxcore with cmake using STRICT_ABI option, that option makes it so that the only visible ABI symbols are those of the public API. |
Looks like there are some issues with the |
Looks like the
Output of `nm` with ` -DSTRICT_ABI=ON` <-- only API functions are exported
Output of `nm` with ` -DSTRICT_ABI=OFF` <-- everything is exported
|
Oh, and I don't recommend using master for anything, better wait for a point release, that |
So, where are we at in this issue, @yangfl? My understanding is that it has been resolved with the |
Oh, I forgot to reply that solves my issue. Thank you! |
I see some symbols missing from the lastest toxcore lib (e.g.
DHT_addfriend
->dht_addfriend
, missingcreate_audio_encoder
, etc), which makes ABI incompatible.Please bump so version like
CURRENT=3 REVISION=0 AGE=0
The text was updated successfully, but these errors were encountered: