-
-
Notifications
You must be signed in to change notification settings - Fork 114
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
taglib v2 downstream #467
Comments
taglib v2 has come out recently which indeed has changed the API. for example on archlinux the taglib package is v2 now so gonic has been updated to support it. I think you need to wait until your distro ships taglib v2 |
I tried master and it worked! Thanks! |
Thanks @sentriz |
@Whisprin just waiting on Alpine linux next, since all the CI uses that. so I can't release until Alpine upgrades their taglib https://github.com/sentriz/gonic/actions/runs/7894377289 |
I'm running Orange Pi OS, which is basically Arch Linux. Following installation guide and trying to build gonic myself using go install I encounter following error:
(Basically translates to "In function TagLib_File* audiotags_file_new(const char*) «create» is not an element of «TagLib::FileRef»")
I'm unsure if this error is related to gonic or taglib. I have taglib and the rest of packages installed.
The text was updated successfully, but these errors were encountered: