On Fri, 2002-03-08 at 11:31, Colin Watson wrote: > c++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/gtk-1.2 > -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/X11R6/include > -I../intl -O2 -c ArenaBase.cc > ArenaBase.cc: In method `void ArenaBase::interrupt_tournament()': > ArenaBase.cc:158: Internal compiler error: > ArenaBase.cc:158: Internal compiler error in `float_signal', at toplev.c:2421 > Please submit a full bug report. > See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions. > make[3]: *** [ArenaBase.o] Error 1
This particular ICE seems to be fixed in GCC 3.0. Unfortunately, the package has other build errors with that compiler, probably due to libstdc++-v3 issues. ArenaRealTime.cc: In member function `void ArenaRealTime::set_filenames(String&, const String&, const String&, String&, const String&)': ArenaRealTime.cc:113: no matching function for call to `std::basic_ofstream<char, std::char_traits<char> >::attach(int)' ArenaRealTime.cc:119: no matching function for call to `std::basic_ofstream<char, std::char_traits<char> >::open(const char*, const std::_Ios_Openmode&, int)' /usr/include/g++-v3/bits/std_fstream.h:339: candidates are: void std::basic_ofstream<_CharT, _Traits>::open(const char*, std::_Ios_Openmode = (std::ios_base::out | std::ios_base::trunc)) [with _CharT = char, _Traits = std::char_traits<char>] p.

