question

Upvotes
Accepted
87 7 13 27

[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

elektronrefinitiv-realtimeelektron-sdkema-apirrtelektron-message-api
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

· Write an Answer
Upvotes
Accepted
7.6k 15 6 9

@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.

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

thank you, it works

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.