Hi, I am new in this list and although I checked a bit I am not sure whether this question has been posted before. Sorry if...
I am trying to compile+install scidb-beta--2012-02-19--rev250<http://sourceforge.net/projects/scidb/files/scidb-beta--2012-02-19--rev250.tar.gz/download> I am running arch linux 3.7.10, Tcl/Tk 8.6 'configure' runs ok without complains. Below is the 'make' output. There seems to be a heavy bug in the code. Any idea how to repair it? Thanks, Fernando ================== Compiling db_annotation.cpp [-Wall -g -DDEBUG_SI4] Compiling db_board.cpp [-Wall -g -DDEBUG_SI4] Compiling db_board_base.cpp [-Wall -g -DDEBUG_SI4] Compiling db_clock.cpp [-Wall -g -DDEBUG_SI4] Compiling db_comment.cpp [-Wall -g -DDEBUG_SI4] Compiling db_common.cpp [-Wall -g -DDEBUG_SI4] Compiling db_consumer.cpp [-Wall -g -DDEBUG_SI4] Compiling db_database.cpp [-Wall -g -DDEBUG_SI4] In file included from db_database.ipp:27:0, from db_database.h:260, from db_database.cpp:27: db_database_codec.h:217:15: error: ‘virtual void db::DatabaseCodec::doEncoding(util::ByteStream&, const db::GameData&, const db::Signature&, const TagBits&, bool)’ marked override, but does not override In file included from db_database.cpp:43:0: si3/si3_codec.h:75:7: error: ‘bool db::si3::Codec::isFormat3() const’ marked override, but does not override si3/si3_codec.h:76:7: error: ‘bool db::si3::Codec::isFormat4() const’ marked override, but does not override si3/si3_codec.h:92:11: error: ‘unsigned int db::si3::Codec::blockSize() const’ marked override, but does not override si3/si3_codec.h:112:7: error: ‘void db::si3::Codec::update(const mstl::string&)’ marked override, but does not override make[2]: *** [db_database.o] Error 1 make[1]: *** [recursive] Error 1 make: *** [all] Error 2