![](https://secure.gravatar.com/avatar/214fe9a0ecb4aed8994e8618ade6f5a8.jpg?s=120&d=mm&r=g)
28 Apr
2008
28 Apr
'08
5:24 p.m.
Dennis Heuer wrote:
gcc-4.3.0 complains that in dom/io/uristream.cpp:102 "strlen" is not defined in the local scope of member function: »void org::w3c::dom::io::UriInputStream::init()«:
Regards, Dennis Heuer
Thanks for reporting this. Since <string.h> is included, it's puzzling why strlen() is not defined. However, since the string comes from a C++ string, the call was unneccessary, anyway. Fixed.
bob