From octave-maintainers-request at bevo dot che dot wisc dot edu Thu May 16 14:56:28 2002 Subject: other trouble From: "Lippert, Ross A." To: octave-maintainers mailing list Date: Thu, 16 May 2002 15:56:18 -0400 There were a couple places where std:: needed to be put in, like std::ostream in symtab.h and std::string in error.cc, but this one is baffling still. It looks like the string char_traits is not an integer but is assumed to be an integer in oct-fstrm.cc oct-fstrm.cc: In constructor `octave_fstream::octave_fstream(const std::string&, std::_Ios_Openmode, oct_mach_info::float_format)': oct-fstrm.cc:54: no matching function for call to `std::basic_fstream >::open(const char*, std::_Ios_Openmode&, int)' /usr/local/gcc/3.0.2/include/g++-v3/bits/std_fstream.h:402: candidates are: void std::basic_fstream<_CharT, _Traits>::open(const char*, std::_Ios_Openmode = (std::ios_base::in | std::ios_base::out)) [with _CharT = char, _Traits = std::char_traits] gmake-3.75-97[2]: *** [oct-fstrm.o] Error 1 gmake-3.75-97[1]: *** [src] Error 2 gmake-3.75-97: *** [all] Error 2