We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Debian jessie vagrant. (host machine has qmake qt5, so cannot generate makefile)
sudo apt-get install libavformat-dev libgpod-nogtk-dev liblastfm-dev libqt4-dev libqtwebkit-dev pkg-config zlib1g-dev libqt4-sql-sqlite git g++ make libphonon-dev git clone https://github.com/lastfm/lastfm-desktop.git cd lastfm-desktop/ git checkout 2.1.39 qmake -r make -j4
Error:
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
i.e. You cleaned RadioService in wrong way.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Debian jessie vagrant. (host machine has qmake qt5, so cannot generate makefile)
Error:
i.e. You cleaned RadioService in wrong way.
The text was updated successfully, but these errors were encountered: