question

Upvotes
Accepted
1 0 0 0

I am getting an error while trying to build the Refinitiv Real-Time-SDK-Real-Time-SDK-2.1.0.L1 for C++

I am targeting Visual Studio 2022 on Windows 10. Python 3.11.3 is installed and the zip at https://github.com/Refinitiv-API-Samples/Example.DataLibrary.Python is downloaded and unzipped into a folder named SDK. I used the cmake command provided in the README.md in folder Cpp-C as follows:

cmake -HSDK -BSDKbin -G"Visual Studio 17 2022" -A x64

How do I get around the following CMake problem. It seems to be unable to pull "l8w8jwt" from Git. But when I try to download it manually, Git downloads the zip file l8w8jwt-master just fine.

CMake fails with the the message:

CMake Warning at CMake/addExternal_l8w8jwt.cmake:69 (message):

Git pull of l8w8jwt failed! gitcmd:GIT_EXECUTABLE-NOTFOUND


dir:

ret:The system cannot find the file specified

out:

Call Stack (most recent call first):

CMakeLists.txt:41 (include)


CMake Error: The source directory "C:/Data/Code/VS/Stocks/Ref/SDKbin/external/BUILD/l8w8jwt/source/l8w8jwt" does not exist.

Specify --help for usage, or press the help button on the CMake GUI.

CMake Error at CMake/addExternal_l8w8jwt.cmake:150 (message):

External Project CMake step for l8w8jwt in failed: 1

Call Stack (most recent call first):

CMakeLists.txt:41 (include)

CMake Error: The source directory "C:/Data/Code/VS/Stocks/Ref/SDKbin/external/BUILD/l8w8jwt/source/l8w8jwt" does not exist.

Specify --help for usage, or press the help button on the CMake GUI.

CMake Error at CMake/addExternal_l8w8jwt.cmake:150 (message):

External Project CMake step for l8w8jwt in failed: 1

#productrefinitiv-realtime-sdkcmake
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
83.1k 281 53 77

@KRM

Thanks for reaching out to us.

Have you installed a Git Client on the machine?

According to the error, it was unable to find the Git command.

Git pull of l8w8jwt failed! gitcmd:GIT_EXECUTABLE-NOTFOUND


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.

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.