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.

질문됨 일 년 전326회 조회
1개 답변
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
답변함 일 년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠