Failed to compile with g++ 3.3.2-1
Brought to you by:
bge
After typing make -f Makefile.linux the compilation
fails with several repititions of the following error:
model/nodei.cc:54: instantiated from here
/usr/include/c++/3.3.2/bits/stl_algo.h:229: error: ISO
C++ says that `bool
d_ptr_base<Parent>::handle::operator==(const
Parent*) const [with Parent =
Edge]' and `operator==' are ambiguous even though
the worst conversion for
the former is better than the worst conversion for
the latter
make: *** [bin/nodei.o] Error 1
Paul Grenyer
paul@paulgrenyer.co.uk