[EMA C++]How to build Elektron-SDK1.2.1.linux

Hello:

I build Elektron-SDK1.2.1.linux, but I get some errors:

the cmd I run is "cmake -H./ -B../../buildDir"

the logFile is shown in the attachment.linux-sdk-build-log.txt

image

Best Answer

  • @luxiangyuan

    Not sure which Linux version you are using?

    From my experience, I found below error message when I tried EMA on CentOS. It looks like I need to install The Linux Standard Base (LSB) core package (redhat-lsb-core).

    CMake Error at CMake/setBinaryEnvironment.cmake:227 (string): 
    string sub-command REGEX, mode MATCH needs at least 5 arguments total to command

    You may try installing the redhat-lsb-core package using
    sudo yum install redhat-lsb-core
    And then run the cmake command again.

Answers