Re: [Super-tux-devel] 'clear()' calls in src/level.cpp
Brought to you by:
wkendrick
From: Ingo R. <gr...@gm...> - 2004-04-05 01:17:35
|
Bill Kendrick <nb...@so...> writes: > I just tried doing "make -f Makefile.cvs" (hopefully this is still supposed > to work, right? :^) ), and got as far as "src/level.cpp"... > > I then get the following: > > src/level.cpp: In method `void st_subset::free()': > src/level.cpp:187: no matching function for call to > `basic_string<char,string_char_traits<char>, > __default_alloc_template<true,0> >::clear ()' The method missing is std::string::clear(), I guess your STL/compiler is to old. If anybody cares one could relpcae '.clear()' with '= ""'. -- WWW: http://pingus.seul.org/~grumbel/ JabberID: gr...@ja... ICQ: 59461927 |