[haiku-development] broken <string> or messed up system?

  • From: scott mc <scottmc2@xxxxxxxxx>
  • To: haiku-development@xxxxxxxxxxxxx
  • Date: Fri, 11 Sep 2009 10:46:55 -0700

I'm seeing a lot of errors in a program I'm trying to build, but it
may be because I messed up my local system.  Does this little program
compile without issues for you?

#include <string>
int main()
{
   printf("Hello, world");
}

One my system I'm getting pages and pages of warnings and errors due
to the #include<string> part.  It might have happened when I tried to
install the BeOS devtools.  Let me know.
Anyone know of a safe and easy way to install the BeIDE without
messing things up?
-scottmc

Other related posts: