Replies: 1 comment
-
I think you need to find experts on CMake and/or the Unreal toolchain rather than asking here. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all, I'm trying to build librdkafka using Unreal's native Linux toolchain (https://docs.unrealengine.com/4.27/en-US/SharingAndReleasing/Linux/NativeToolchain/) for later usage in the Unreal Linux server plugin. In CMake, I'm setting the CMAKE_C_COMPILER as "v12_clang-6.0.1-centos7/x86_64-unknown-linux-gnu/bin/clang", and CMAKE_CXX_COMPILER as "v12_clang-6.0.1-centos7/x86_64-unknown-linux-gnu/bin/clang++", but, after configure the following errors appears:
Can anybody tell me how to adjust other CMake settings to successfully generate make files?
Beta Was this translation helpful? Give feedback.
All reactions