CXX =
"
line in GNUmakefile
accordingly.
X11INCLUDEDIR =
" line in GNUmakefile
accordingly.
patch/gcc-2.7.diff
that's included in the archive but don't
complain to me if it doesn't work.
src/editloop.cc
. I know no workaround. I'd
suggest that you try to get a fix from your distributor or use another
compiler. EGCS 1.0.3, EGCS 1.1.1 and GCC 2.95.2 are known
to work.
src/infobar.cc
, lines 48 and 49, replace
const char infobar_c::FILE_NAME_UNSET[1]; // A special pointer value const char infobar_c::LEVEL_NAME_UNSET[1]; // A special pointer valueby
const char infobar_c::FILE_NAME_UNSET[1] = { ' ' }; const char infobar_c::LEVEL_NAME_UNSET[1] = { ' ' };
src/vector.h
, delete line 44 ("return
this;
") and compile again.