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

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Scidb-users mailing list
Scidb-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/scidb-users

Reply via email to