alehouse / cantata

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

Failure during make on FreeBSD 10.1 #598

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Which version of Cantata?
1.5.1

Which build? KDE, Qt4, Qt5, Windows, Ubuntu, Mac?
FreeBSD base 10.1-RELEASE FreeBSD 10.1-RELEASE #0 r274401
Qt5

What steps will reproduce the problem?
1. during the make process

What is the expected output? What do you see instead?
[ 69%] Building CXX object CMakeFiles/cantata.dir/models/digitallyimported.cpp.o
[ 70%] Building CXX object 
CMakeFiles/cantata.dir/streams/streamproviderlistdialog.cpp.o
[ 70%] Building CXX object 
CMakeFiles/cantata.dir/online/onlineservicespage.cpp.o
[ 70%] Building CXX object CMakeFiles/cantata.dir/online/onlineservice.cpp.o
[ 70%] Building CXX object CMakeFiles/cantata.dir/online/jamendoservice.cpp.o
/home/ssp/scratch/cantata-1.5.1/online/jamendoservice.cpp:37:10: fatal error: 
'taglib/tstring.h' file not found
#include <taglib/tstring.h>
         ^
1 error generated.
*** Error code 1

Stop.
make[2]: stopped in /usr/home/ssp/scratch/cantata-1.5.1/build
*** Error code 1

Stop.
make[1]: stopped in /usr/home/ssp/scratch/cantata-1.5.1/build
*** Error code 1

Stop.
make: stopped in /usr/home/ssp/scratch/cantata-1.5.1/build
make  219.66s user 12.39s system 0% cpu 3:52.84 total

Please provide any additional information below.

Original issue reported on code.google.com by sspli...@gmail.com on 30 Nov 2014 at 11:37

GoogleCodeExporter commented 9 years ago
Sound like a duplicate of #589

Anyway, I have no FreeBSD system to test with. Therefore, if you want a fix - 
you're gonna need to supply a patch.

Cantata builds fine under Linux, Windows, and Mac OSX. All I can assume, is 
that this is an issue with your setup.

Original comment by craig.p....@gmail.com on 1 Dec 2014 at 2:31

GoogleCodeExporter commented 9 years ago
Interestingly, after I reformatted everything due to a separate incident
and tried to compile again, I had no issues and it works perfectly.  Thanks!

Original comment by sspli...@gmail.com on 7 Dec 2014 at 5:40