id3lib w/ gcc + win32
Brought to you by:
t1mpy
Hi!
I'm trying to use id3lib under win32 with bloodshed
dev-c++ which includes GCC for win32.
I downloaded the win32 binaries and I'm linking
id3lib.lib. I copied all the .h files to my project
directory and included "id3/tag.h".
When compiling, I get a big list of errors. Here are
the first ones:
In file included from G:/c++/mp3db/id3/id3lib_frame.h:31,
from id3/tag.h:32,
from main.cpp:7:
G:/c++/mp3db/id3/globals.h:56:6: #error read message
above or win32.readme.first.txt
In file included from id3/tag.h:32,
from main.cpp:7:
G:/c++/mp3db/id3/id3lib_frame.h:39: syntax error before
`{' token
G:/c++/mp3db/id3/id3lib_frame.h:55: parse error before
`public'
...
What can I do about this?
regards,
Martin