LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Ubuntu (https://www.linuxquestions.org/questions/ubuntu-63/)
-   -   devel-ing after Feisty upgrade (https://www.linuxquestions.org/questions/ubuntu-63/devel-ing-after-feisty-upgrade-549825/)

lazarith 04-28-2007 08:19 PM

devel-ing after Feisty upgrade
 
Hi,

I recently upgraded from Dapper to Edgy to Feisty, and now my packages are kinda screwed up. I'm trying to compile a couple programs; one of which compiled before the upgrade doesn't compile anymore, both with the old Makefile and after re-running ./configure.

I used to get an error about pthreads, but after removing libpthread20 and its dev library that went away. Now I'm getting
<code>StdString.h:1090: error: no matching function for call to âreplace(__gnu_cxx::__normal_iterator<char*, std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, __gnu_cxx::__normal_iterator<char*, std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, const char*&)â </code>

So it's some kind of C++ STL error?
I ran:
<code>dpkg -l |grep libstdc++
ii libstdc++6 4.1.2-0ubuntu4 The GNU Standard C++ Library v3
ii libstdc++6-4.1-dev 4.1.2-0ubuntu4 The GNU Standard C++ Library v3 (development </code>

I don't know what to try next. Any ideas?


All times are GMT -5. The time now is 11:28 PM.