Re: [id3lib-devel] id3lib-3.8.3 fails to compile on Fedora 9
Brought to you by:
t1mpy
From: Geoffrey L. <ge...@hu...> - 2008-10-11 23:58:24
|
On 10/11/2008 08:16:38 AM, Joao Moreira wrote: > Hi, > > I've just installed a clean Fedora 9 distro, and tried to compile > id3lib-3.8.3 > (from source tarball), it fails to configure with the following > message : > > [...] > checking for string... yes > checking iomanip.h usability... no > checking iomanip.h presence... no > checking for iomanip.h... no > configure: error: Missing a vital header file for id3lib > > From what (little) I understand, iomanip.h is some kind of old, > perhaps > deprecated, header file, which is no longer shipped with g++ ? is > this > so ? > (this worked fine in Fedora 5). Am I missing some kind of backward > compatibility library ? > > Or can I just workaround this ? > It's a C++ header. Just strip the '.h' |