Build problem with iMP3
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Gloobus |
Invalid
|
Undecided
|
Unassigned | ||
TagLib |
New
|
Undecided
|
Unassigned | ||
libtagcoll |
Invalid
|
Undecided
|
Unassigned |
Bug Description
When compiling, it spits the following errors. I've tried installing those packages:
http://
In file included from iMp3.h:8,
/usr/include/
/usr/include/
In file included from iMp3.h:8,
/usr/include/
/usr/include/
/usr/include/
/usr/include/
iMp3.cpp: In member function ‘virtual GdkPixbuf* iMp3::get_
iMp3.cpp:34: error: invalid static_cast from type ‘TagLib:
make[1]: *** [default] Error 1
make[1]: Leaving directory `/home/
make[1]: Entering directory `/home/
cp iMp3.so /usr/share/
cp: cannot stat `iMp3.so': No such file or directory
make[1]: *** [install] Error 1
Changed in libtagcoll: | |
status: | New → Invalid |
change in the file taglib/ attachedpicture frame.h
/usr/include/
the lines
#include <id3v2frame.h>
#include <id3v2header.h>
for
#include <taglib/ id3v2frame. h> id3v2header. h>
#include <taglib/
and then it will compile