| 52 | |
| 53 | = id3lib = |
| 54 | * [http://id3lib.sourceforge.net/ id3lib - The ID3v1/ID3v2 Tagging Library] |
| 55 | * [http://cygwin.com/ml/cygwin/2009-09/msg00797.html Yaakov (Cygwin/X) - Re: Compiling id3v2] |
| 56 | * http://cygwin-ports.svn.sourceforge.net/viewvc/cygwin-ports/ports/trunk/media/id3lib/ |
| 57 | * [http://ubuntuforums.org/showthread.php?t=1094137 configure: error: Missing a vital header file for id3lib - Ubuntu Forums] |
| 58 | > I had the same problems. I ended up removing the iomanip.h condition in the configure file. |
| 59 | > Then I added <string.h> on top of two files - include/id3/id3lib_strings.h and include/id3/writers.h - regarding missing function headers. |
| 60 | > Compiled and installed fine after that. |
| 61 | |
| 62 | * [http://id3v2.sourceforge.net/ id3v2 - a command line editor for id3v2 tags] |