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 can't compile the latest commit in master (6fe85fa). The error I get is:
spotyXBMC/radio/RadioBackgroundLoader.cpp:61:127: error: ‘sp_track_get_availability’ was not declared in this scope
I looked around to see if I could quickfix it myself, but alas, I could not. I did however gather that the function was renamed from "sp_track_is_available()" in commit df266f1, if that could help.
Compile traceback and XBMC configuration data can be found in this gist. If I missed something needed for debugging, yell at me a little and I'll go get it!
The text was updated successfully, but these errors were encountered:
I can't compile the latest commit in master (6fe85fa). The error I get is:
spotyXBMC/radio/RadioBackgroundLoader.cpp:61:127: error: ‘sp_track_get_availability’ was not declared in this scope
I looked around to see if I could quickfix it myself, but alas, I could not. I did however gather that the function was renamed from "sp_track_is_available()" in commit df266f1, if that could help.
Compile traceback and XBMC configuration data can be found in this gist. If I missed something needed for debugging, yell at me a little and I'll go get it!
Reply to this email directly or view it on GitHub: #13
I can't compile the latest commit in master (6fe85fa). The error I get is:
spotyXBMC/radio/RadioBackgroundLoader.cpp:61:127: error: ‘sp_track_get_availability’ was not declared in this scope
I looked around to see if I could quickfix it myself, but alas, I could not. I did however gather that the function was renamed from "sp_track_is_available()" in commit df266f1, if that could help.
Compile traceback and XBMC configuration data can be found in this gist. If I missed something needed for debugging, yell at me a little and I'll go get it!
The text was updated successfully, but these errors were encountered: