octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

other trouble


From: Lippert, Ross A.
Subject: other trouble
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<char, 
   std::char_traits<char> >::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<char>]
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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]