polardb/polardbx-engine

[seek help]failed in compiation on intel x86_64 + openSUSE Leap 42.3

Lordess opened this issue · 1 comments

I met many errors in cmaking, The most obvious ones are that gcc cannot recognise LLVM related linker and miss some headers. Can anyone do me a favor? Thanks in advance.

cmake .                               	\
    -DFORCE_INSOURCE_BUILD=ON           \
    -DCMAKE_BUILD_TYPE="Debug"          \
    -DSYSCONFDIR="/u01/mysql"           \
    -DCMAKE_INSTALL_PREFIX="/u01/mysql" \
    -DMYSQL_DATADIR="/u01/mysql/data"   \
    -DWITH_BOOST="./extra/boost/boost_1_70_0.tar.gz" 

CMake logs

CMakeOutput.log
CMakeError.log

environment info

gcc_g++_status.txt
os-release.txt
rpm_installed.txt
tree_headers.txt
zypper_installed_only.txt
zypper_list_repo.txt

found a bug related, the source installation guide suggested an incrorect version of gcc .