sushantg11 / cuberok

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

Compilation problem: ToLocalFile not declared... #5

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
At compilation time:
collectionview.cpp: In member function ‘virtual void CollectionFiller::run
()’:
collectionview.cpp:53: error: ‘ToLocalFile’ was not declared in this scope

What version of the product are you using? On what operating system?
0.0.4a

Please provide any additional information below.
Archlinux x86_64, qt 4.4.3

Original issue reported on code.google.com by borislavba on 20 Jan 2009 at 10:51

GoogleCodeExporter commented 8 years ago
Also, just for your information: I needed to change:
#include <fileref.h>
#include <tag.h>
#include <mpegfile.h>
#include <id3v2tag.h>

To:

#include <taglib/fileref.h>
#include <taglib/tag.h>
#include <taglib/mpegfile.h>
#include <taglib/id3v2tag.h>
I don't know if it's a problem in the archlinux's taglib package, but I've 
found a 
similiar problem on the Internet in Ubuntu too (with another application).

Original comment by borislavba on 20 Jan 2009 at 10:57

GoogleCodeExporter commented 8 years ago
Hm, I'm sorry. The two problems here were my fault... Please, close them.
I'm glad to see new QT4 player, keep it lightweight please:) 
Good luck ahead!

Original comment by borislavba on 20 Jan 2009 at 11:10

GoogleCodeExporter commented 8 years ago

Original comment by drmoriar...@gmail.com on 21 Jan 2009 at 7:21