darkfeline / cantata

Automatically exported from code.google.com/p/cantata
GNU General Public License v3.0
0 stars 0 forks source link

Compile Error #608

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Which version of Cantata?

git repo as of 2014/12/30 commit 0f8240d279064fb28b3264c79fd7d9a8e93086db

Which build? KDE, Qt4, Qt5, Windows, Ubuntu, Mac?
Qt5.4.0, Ubuntu 14.10

What steps will reproduce the problem?
1.cmake
2.make
3.

What is the expected output? What do you see instead?

Please provide any additional information below.
/home/aupark/mpd-project/cantata/tags/main.cpp:29: In file included from 
/home/aupark/mpd-project/cantata/tags/main.cpp:29:0:
/home/aupark/mpd-project/cantata/tags/tags.h:89: error: 'Song' does not name a 
type
     extern Song read(const QString &fileName);
            ^

Original issue reported on code.google.com by jameshw...@aurender.com on 30 Dec 2014 at 4:21

GoogleCodeExporter commented 9 years ago
Solved:
The "libmpdclient" has been installed on my system.
I have removed the mpdclient libs and includes, then everything compiles fine.
Sorry for bothering due to my problem.
Thanks.

Original comment by jameshw...@aurender.com on 30 Dec 2014 at 4:42

GoogleCodeExporter commented 9 years ago

Original comment by craig.p....@gmail.com on 16 Jan 2015 at 7:40