c:\unzipped\dc++ source\stlport-4.5.3-dcpp\stlport\stl\_string.c(337) : error C2143: syntax error : missing ';' before '_STL::basic_string<_CharT,_Traits,_Alloc>::find'
c:\unzipped\dc++ source\stlport-4.5.3-dcpp\stlport\stl\_string.c(337) : error C2501: '_STL::basic_string<_CharT,_Traits,_Alloc>::size_type' : missing storage-class or type specifiers
c:\unzipped\dc++ source\stlport-4.5.3-dcpp\stlport\stl\_string.c(337) : warning C4346: '_STL::basic_string<_CharT,_Traits,_Alloc>::find' : dependent name is not a type
prefix with 'typename' to indicate a type
c:\unzipped\dc++ source\stlport-4.5.3-dcpp\stlport\stl\_string.c(337) : error C2143: syntax error : missing ',' before '*'
c:\unzipped\dc++ source\stlport-4.5.3-dcpp\stlport\stl\_string.c(350) : warning C4346: '_STL::basic_string<_CharT,_Traits,_Alloc>::size_type' : dependent name is not a type
prefix with 'typename' to indicate a type
c:\unzipped\dc++ source\stlport-4.5.3-dcpp\stlport\stl\_string.c(350) : error C2143: syntax error : missing ';' before '_STL::basic_string<_CharT,_Traits,_Alloc>::find'
c:\unzipped\dc++ source\stlport-4.5.3-dcpp\stlport\stl\_string.c(350) : error C2501: '_STL::basic_string<_CharT,_Traits,_Alloc>::size_type' : missing storage-class or type specifiers
c:\unzipped\dc++ source\stlport-4.5.3-dcpp\stlport\stl\_string.c(350) : error C2065: '_CharT' : undeclared identifier
c:\unzipped\dc++ source\stlport-4.5.3-dcpp\stlport\stl\_string.c(350) : warning C4346: '_STL::basic_string<_CharT,_Traits,_Alloc>::find' : dependent name is not a type
prefix with 'typename' to indicate a type
c:\unzipped\dc++ source\stlport-4.5.3-dcpp\stlport\stl\_string.c(350) : error C2146: syntax error : missing ')' before identifier '__c'
c:\unzipped\dc++ source\stlport-4.5.3-dcpp\stlport\stl\_string.c(350) : error C2501: '_STL::basic_string<_CharT,_Traits,_Alloc>::find' : missing storage-class or type specifiers
c:\unzipped\dc++ source\stlport-4.5.3-dcpp\stlport\stl\_string.c(350) : error C2350: '_STL::basic_string<_CharT,_Traits,_Alloc>::find' is not a static member
c:\unzipped\dc++ source\stlport-4.5.3-dcpp\stlport\stl\_string.c(350) : error C2059: syntax error : ')'
c:\unzipped\dc++ source\stlport-4.5.3-dcpp\stlport\stl\_string.c(362) : error C3861: '_CharT': identifier not found, even with argument-dependent lookup
c:\unzipped\dc++ source\stlport-4.5.3-dcpp\stlport\stl\_string.c(362) : error C2065: '_Traits' : undeclared identifier
c:\unzipped\dc++ source\stlport-4.5.3-dcpp\stlport\stl\_string.c(362) : error C2065: '_Alloc' : undeclared identifier
c:\unzipped\dc++ source\stlport-4.5.3-dcpp\stlport\stl\_string.c(362) : error C2955: '_STL::basic_string' : use of class template requires template argument list
c:\unzipped\dc++ source\stlport-4.5.3-dcpp\stlport\stl\_string.h(1155) : see declaration of '_STL::basic_string'
c:\unzipped\dc++ source\stlport-4.5.3-dcpp\stlport\stl\_string.c(363) : error C3861: '_CharT': identifier not found, even with argument-dependent lookup
c:\unzipped\dc++ source\stlport-4.5.3-dcpp\stlport\stl\_string.c(363) : error C3861: '_Traits': identifier not found, even with argument-dependent lookup
c:\unzipped\dc++ source\stlport-4.5.3-dcpp\stlport\stl\_string.c(363) : error C3861: '_Alloc': identifier not found, even with argument-dependent lookup
c:\unzipped\dc++ source\stlport-4.5.3-dcpp\stlport\stl\_string.c(363) : error C2955: '_STL::basic_string' : use of class template requires template argument list
c:\unzipped\dc++ source\stlport-4.5.3-dcpp\stlport\stl\_string.h(1155) : see declaration of '_STL::basic_string'
c:\unzipped\dc++ source\stlport-4.5.3-dcpp\stlport\stl\_string.c(364) : error C2143: syntax error : missing ';' before '{'
c:\unzipped\dc++ source\stlport-4.5.3-dcpp\stlport\stl\_string.c(364) : error C2447: '{' : missing function header (old-style formal list?)
c:\unzipped\dc++ source\stlport-4.5.3-dcpp\stlport\stl\_string.c(380) : fatal error C1903: unable to recover from previous error(s); stopping compilation
any help clarifying what to do with these would be nice