Skip to content

cannot compile 2.1.39 on Linux #73

@cielavenir

Description

@cielavenir

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions