[uClibc]stlport

spudmonkey at racsa.co.cr spudmonkey at racsa.co.cr
Fri Apr 19 19:06:59 UTC 2002


Chris,

> I tried your patch, but got lots of errors; most of them are 
> related to 
> exceptions, but others of the form
> ../stl_port/stl/_stdio_file.h: xyz: 'struct _IO_FILE' has no 
> member 
> named 'blah'
> 
> where blah is one of buf[rpos|wpos|end|putc|(etc) ]
> 
> Did I miss a patch?

I have a hunch you are getting the wrong stdio.h.  For uClibc, a FILE 
is declared to be a type "struct _UC_FILE" in uClibc's stdio.h, not 
a "struct _IO_FILE".  This definition probably means you are getting 
glibc's stdio.h

Greg




More information about the uClibc mailing list