After hours of research (and tries) on how to install id3lib
on Qt (windows), but with no success, I decided to use TagLib's library.
I followed this tutorial to build a compatible version of taglib for Qt but still another problem (full log here):
...
C:\MinGW\bin\..\lib\gcc\mingw32\3.4.5\..\..\..\..\mingw32\bin\ld.exe: Dwarf
Error: found dwarf version '4', this reader only handles version 2 and 3
information.
C:/MinGW/bin/../lib/gcc/mingw32/3.4.5/../../../../mingw32/lib/crt2.o:crt1.c:(.text+0x1f1):
undefined reference to `__chkstk_ms'
...
In CMake, I did configure
> MinGW Makefiles
.
Can anyone tell how to fix it?
Environment:
- Windows 7 (64-bit);
- CMake 2.8.12.1;
- TagLib 1.9.1;
- GCC 3.4.5;
- Qt 5.1.1.