Compilation error with clang 8.0.0
Description
Environment
Fedora 30, clang version 8.0.0 (Fedora 8.0.0-1.fc30))
relates to
Smart Checklist
Activity

Lalit Choudhary June 27, 2019 at 10:15 AM
I see consistent failure when I compile with TOKUDB .
As additional information, if you provide Command you are using for compilation will be helpful.

Lalit Choudhary June 27, 2019 at 10:08 AMEdited

Lalit Choudhary June 27, 2019 at 9:50 AM
But I see an error while running make cmd

Lalit Choudhary June 27, 2019 at 9:46 AM
Hello
In my test with 8.0.15-6 I do not get reported an error while compilation.
Could You please provide Command you are using for compilation.
Test Evn:
Tested with Both cmake commands,
cmake ../ -DCMAKE_BUILD_TYPE=Debug -DWITH_DEBUG=1 -DCMAKE_CXX_COMPILER=clang++ -DCMAKE_C_COMPILER=clang -DWITH_TOKUDB=1 -DWITHOUT_ROCKSDB_STORAGE_ENGINE=1 -DDOWNLOAD_BOOST=1 -DWITH_BOOST=../
cmake ../ -DCMAKE_BUILD_TYPE=Debug -DWITH_DEBUG=1 -DWITH_TOKUDB=1 -DWITHOUT_ROCKSDB_STORAGE_ENGINE=1 -DDOWNLOAD_BOOST=1 -DWITH_BOOST=../
During compilation of master branch with clang 8.0.0 compiler (clang version 8.0.0 (Fedora 8.0.0-1.fc30)) I got following compilation errors