forked from eartle/lastfm-desktop
-
Notifications
You must be signed in to change notification settings - Fork 95
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
Compilation errors on Debian Jessie #54
Comments
The following patch should help:
|
This is pull request #52 |
Thanks for the patch. There's very little point to compiling the app on Linux - it won't give you Last.fm Radio (as that no longer exists) and it won't scrobble from iTunes or WinAmp / FooBar / WMP (as those don't exist on Linux), so there's not much to go for. Interested to know what use-case you had in mind. |
chabala
added a commit
to chabala/lastfm-desktop
that referenced
this issue
May 7, 2021
* it doesn't compile compiling Mpris2/MediaPlayer2Player.cpp Mpris2/MediaPlayer2Player.cpp:27:38: fatal error: ../Services/RadioService.h: No such file or directory #include "../Services/RadioService.h" ^ compilation terminated. Makefile:1608: recipe for target '_build/MediaPlayer2Player.o' failed make[1]: *** [_build/MediaPlayer2Player.o] Error 1 make[1]: *** Waiting for unfinished jobs.... make[1]: Leaving directory '/tmp/app/client' Makefile:188: recipe for target 'sub-app-client-make_default-ordered' failed make: *** [sub-app-client-make_default-ordered] Error 2 * got bored and gave up due to finding this: lastfm#54 (comment)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi!
After running
make -j4
I get an ambiguous overload in RadioService.cpp;I couldn't find in the issues if this was an old problem, but I wont let me finish compiling.
3.14-2-rt-amd64 Debian Jessie
The text was updated successfully, but these errors were encountered: