hello, I met this when I wanting to configure the id3lib-3.8.3 package.
I saw following sentence in configure.in file:
================================================== ===============AC_CHECK_HEADERS( \
string \
iomanip.h \
,,AC_MSG_ERROR([Missing a vital header file for id3lib])
)
================================================== ===============
So, it means that I am missing the iomanip.h file.
To resovlve this, what ever action should I do.
Any clue would be greatly appreciated.