Re: [Scidb-users] Mega Database 2018
Chess Database Application
Status: Pre-Alpha
Brought to you by:
gcramer
|
From: Gregor C. <re...@gm...> - 2018-05-14 11:46:27
|
Newest compiler version 8.1 seems to be buggy, see this error message:
../mstl/m_memblock.ipp:134:22: error: no matching function for call to
‘mstl::memblock<db::Mark>::~memblock()’
../mstl/m_memblock.ipp:45:1: note: candidate:
‘mstl::memblock<T>::~memblock() [with T = db::Mark]’
The compiler is detecting funtion mstl::memblock<db::Mark>::~memblock() (snd
line), but complains that this function is missing (fst line).
I recommend to use an older compiler version, for example
./configure --gcc-version=7.3
or use clang instead:
./configure --gcc-version=clang
Gregor
|