From owner-bug-octave at bevo dot che dot wisc dot edu Sat Dec 14 01:51:54 1996 From: root To: bug-octave at bevo dot che dot wisc dot edu Date: Fri, 13 Dec 1996 02:51:03 -0500 To: bug-octave at bevo dot che dot wisc dot edu Subject: [50 character or so descriptive subject here (for reference)] Bug report for Octave %VERSION% configured for %TARGET_HOST_TYPE% Description: ----------- when i compile octave-2.0 and make gets to the cmd-hist.cc file in the liboctave directory the compiler complains hat the class basic_string does not have a member called "empty." i looked in the cmd-hist.cc file and, sure enough, there are several calls to a member function called empty(). the type of the object that is calling "empty()" is "string." Repeat-By: --------- 1. i unzip and untar the octave-2.0 package from the /usr directory. (the octave-2.0 directory is created. so, i have a path for octave that looks like: /usr/octave-2.0) 2. i ran configure. configure gave me a whole bunch of output (i am attaching the configure.log file), none of which appeared to be a failure. 3. i ran make. i got a whole bunch of output -- everything looked good until i got to the liboctave directory and make got to the cmd-hist.cc file 4. attampts by make to compile cmd-hist.cc returned the error described above. Fix: --- * If possible, replace this item with a description of how to fix the problem (if you don't have a fix for the problem, don't include this section, but please do submit your report anyway). Configuration (please do not edit this section): ----------------------------------------------- uname output: Linux dhmassie 1.2.13 #1 Wed Aug 23 03:23:21 CDT 1995 i586 configure opts: %config_opts% Fortran compiler: %F77% FFLAGS: %FFLAGS% F2C: %F2C% F2CFLAGS: %F2CFLAGS% FLIBS: %FLIBS% CPPFLAGS: %CPPFLAGS% INCFLAGS: %INCFLAGS% C compiler: %CC%, version %CC_VERSION% CFLAGS: %CFLAGS% CPICFLAG: %CPICFLAG% C++ compiler: %CXX%, version %CXX_VERSION% CXXFLAGS: %BUG_CXXFLAGS% CXXPICFLAG: %CXXPICFLAG% LDFLAGS: %LDFLAGS% LIBFLAGS: %LIBFLAGS% RLD_FLAG: %RLD_FLAG% CXXLIBS: %CXXLIBS% TERMLIBS: %TERMLIBS% LIBS: %LIBS% LEXLIB: %LEXLIB% LIBPLPLOT: %LIBPLPLOT% LIBDLFCN: %LIBDLFCN% DEFS: %DEFS%