on X86_64 with inkscape 0.46 and gcc-4.3.0, strlen not in local scope
28 Apr
2008
28 Apr
'08
11:03 a.m.
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
28 Apr
28 Apr
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
6087
Age (days ago)
6087
Last active (days ago)
1 comments
2 participants
participants (2)
-
Bob Jamison
-
Dennis Heuer