Can anyone compile the GameLift-SDK-Release-06_15_2023.zip ?

0

I need to update my game server for the upcoming TSL connection 1.0. However, I couldn't get GameLift-SDK-Release-06_15_2023.zip to compile for the UE plugin. It gave out a lot of compile errors. 2021 version has no problem though. But I can't use it due to depreciated symbols for linux.

So the question is, did anyone other than the developers be able to compile the GameLift-SDK-Release-06_15_2023.zip version?

ps. Please just put up the final compiled library for us to load instead.

asked 10 months ago316 views
1 Answer
0

Hi, our service team is taking a look at this issue. Sorry for the inconvenience!

UPDATE 06/20/2023:

Our service team was able to build C++ SDK 5.0.4 successfully on Amazon Linux 2 using these commands:

mkdir out
cd out
cmake -G "Unix Makefiles" -DBUILD_FOR_UNREAL=1 ..  # We also tried omitting `-G`, which worked and defaulted to `Unix Makefiles`
make

This results in the libaws-cpp-sdk-gamelift-server.so file in build/prefix/lib directory. Our gcc version is 7.3.1, openssl version is 1.0.2k, cmake version is 3.25.3

Could you please provide some more details for us to conduct further investigations?

  • Platform for your build environment (ubuntu, redhat, macos, etc.)
  • gcc version
  • openssl version
  • cmake version
  • Full error messages for the compile errors
AWS
answered 10 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions