polardbx-engine icon indicating copy to clipboard operation
polardbx-engine copied to clipboard

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

Open Lordess opened this issue 3 years ago • 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

Lordess avatar Oct 25 '21 00:10 Lordess

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

Lordess avatar Oct 31 '21 08:10 Lordess