Re: [id3lib-devel] id3lib-3.8.3 fails to compile on Fedora 9
Brought to you by:
t1mpy
From: Joao M. <joa...@fr...> - 2008-10-12 20:49:08
|
Geoffrey Leach wrote: >> checking iomanip.h usability... no >> checking iomanip.h presence... no >> checking for iomanip.h... no >> configure: error: Missing a vital header file for id3lib >> > It's a C++ header. Just strip the '.h' Thanks Geoffrey, that did fix the configure problem, although I must say that all I did was change this, rather brutally, in the "configure" script. I suppose there's a better way to fix this ? in autoconf or something, I'm afraid I'm not too familiar with these things... but for now, it configures. Then compilation failed, in several places, which I managed to fix by adding #include <cstring> in the files include/id3/id3lib_strings.h and include/id3/writers.h, and also, in examples/demo*.cpp I had to replace int main(unsigned int, char* const*) with int main(int, char* const*) Now the library is built on Fedora 9. Joao -- Joao Moreira de Sa Coutinho joa...@fr... Tel.: 08.70.23.48.29 Mob.: 06.28.90.83.67 |