From: Christian L P. <pe...@co...> - 2003-04-12 14:11:02
|
I tried the #include <iostream> even before this email with no luck. I am not an expert on the differences of gcc 2.95 and gcc 3.2. What makes you use 2.95? Is there something we can be doing with autoconf to manage this? -- Christian Pearce www.commnav.com On Fri, 11 Apr 2003 09:33:59 -0400 (EDT), Justin Yackoski wrote: > > > Christian L Pearce said: > > > BackendHelper.cc: In function `void > > Cfg::save_config_file(std::basic_string<char, std::char_traits<char>, > > std::allocator<char> >, std::basic_string<char, > > std::char_traits<char>, std::allocator<char> >)': > > BackendHelper.cc:60: `ios' undeclared (first use this function) > > Try adding #include <iostream> to BackendHelper.cc Appears that gcc 3.2 > is a little pickier about things than 2.95. I'm unfortunately not using > gcc 3.2 so I'm not certain this will work, but it should. > > > > > Is there anyway to make the mailing list reply *be* the mailing list > > email address? > > Good question... I could have sworn it used to be like that... Jason, > do you know the password for the mailing list? Maybe there's a setting > that got messed up. > > As for the fact that there's no license in any of the files, yeah, thats > something we need to fix very soon. > > Justin > > -- > SkiingYAC > Custom Solutions > http://www.SkiingYAC.com > > > |