[uClibc] building id3lib w/ uclibc++

Garrett Kajmowicz gkajmowi at tbaytel.net
Wed Feb 9 00:52:33 UTC 2005


On February 8, 2005 07:16 pm, Peter S. Mazinger wrote:
> Hello!
>
> Does anyone know of a solution, how to circumvent the fact, that id3lib
> wants to use backward compat headers (iomanip.h,iostream.h), but those are
> not present for uclibc++.
>
> Or generally, what is the procedure to remove backward compat header need
> of some app?

If an app does
#include <iomanip.h>
replace with
#include <iomanip>

In short, just shave off the .h

There are a number of other piddly changes to be found (the only thich comes 
to mind is the lack of the freeze() function in stringstring), but they 
shouldn't be too much of a problem.  Just try changing the header names and 
see what happens.

- Garrett



More information about the uClibc mailing list