[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
compilation probs
From: |
Andrew Wilson |
Subject: |
compilation probs |
Date: |
Mon, 17 Sep 2001 17:08:35 -0400 |
Hello,
I'm having trouble compiling octave. It gives me the following errors,
anyone know how to fix this?
Andrew
c++ -c -I. -I.. -I../liboctave -I../src -I../libcruft/misc -I../glob
-I../glob -DHAVE_CONFIG_H -mieee-fp -fno-rtti -fno-exceptions
-fno-implicit-templates -g -O2 -Wall cmd-hist.cc
cmd-hist.cc: In method `command_history::command_history (const string
&, int)':
../readline/history.h:161: too many arguments to function `int
read_history ()'
cmd-hist.cc:69: at this point in file
cmd-hist.cc: In method `void command_history::add (const string &)':
../readline/history.h:71: too many arguments to function `void
add_history ()'
cmd-hist.cc:132: at this point in file
cmd-hist.cc: In method `void command_history::remove (int)':
../readline/history.h:76: too many arguments to function `HIST_ENTRY
*remove_history ()'
cmd-hist.cc:143: at this point in file
cmd-hist.cc: In method `void command_history::stifle (int)':
../readline/history.h:87: too many arguments to function `void
stifle_history ()'
cmd-hist.cc:175: at this point in file
cmd-hist.cc: In method `void command_history::read (const string &,
bool)':
../readline/history.h:161: too many arguments to function `int
read_history ()'
cmd-hist.cc:203: at this point in file
cmd-hist.cc: In method `void command_history::read_range (const string
&, int, int, bool)':
../readline/history.h:168: too many arguments to function `int
read_history_range ()'
cmd-hist.cc:237: at this point in file
cmd-hist.cc: In method `void command_history::write (const string &)':
../readline/history.h:173: too many arguments to function `int
write_history ()'
cmd-hist.cc:266: at this point in file
cmd-hist.cc: In method `void command_history::append (const string &)':
../readline/history.h:177: too many arguments to function `int
append_history ()'
cmd-hist.cc:306: at this point in file
cmd-hist.cc: In method `void command_history::truncate_file (const
string &, int)':
../readline/history.h:180: too many arguments to function `int
history_truncate_file ()'
cmd-hist.cc:335: at this point in file
cmd-hist.cc: In method `string command_history::get_entry (int)':
../readline/history.h:114: too many arguments to function `HIST_ENTRY
*history_get ()'
cmd-hist.cc:390: at this point in file
cmd-hist.cc: In method `void command_history::replace_entry (int, const
string &)':
../readline/history.h:81: too many arguments to function `HIST_ENTRY
*replace_history_entry ()'
cmd-hist.cc:404: at this point in file
cmd-hist.cc: In method `void command_history::clean_up_and_save (const
string &, int)':
../readline/history.h:173: too many arguments to function `int
write_history ()'
cmd-hist.cc:434: at this point in file
make[2]: *** [cmd-hist.o] Error 1
make[2]: Leaving directory `/usr/share/octave-2.0.16/liboctave'
make[1]: *** [liboctave] Error 2
make[1]: Leaving directory `/usr/share/octave-2.0.16'
make: *** [all] Error 2
-------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.
Octave's home on the web: http://www.octave.org
How to fund new projects: http://www.octave.org/funding.html
Subscription information: http://www.octave.org/archive.html
-------------------------------------------------------------
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- compilation probs,
Andrew Wilson <=