Skip to content
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

cannot compile 2.1.39 on Linux #73

Open
cielavenir opened this issue Oct 30, 2019 · 0 comments
Open

cannot compile 2.1.39 on Linux #73

cielavenir opened this issue Oct 30, 2019 · 0 comments

Comments

@cielavenir
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant