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.

gefragt vor einem Jahr326 Aufrufe
1 Antwort
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
beantwortet vor einem Jahr

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen