• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Compiling OTClient compile errors on MacOS

Eldin

Eldin Projects
Premium User
Joined
Jun 12, 2008
Messages
1,334
Reaction score
613
Location
Sweden
Greets,

I've been away for some time but hoped to finally come back working on open tibia servers again.
I changed to Mac and now encountered some issues.

I am trying to compile OTClient for MacOS, I'm running Catalina 10.15.2

Compiled with -m32 flag.

Without -m32 flag.

I would really appreciate any help possible, thanks in advance!

Kinds Regards,
Eldin
 
Did you follow this tutorial?

Catalina users on similar projects have resolved a similar issue with xcode-select --install

And something about ld unable to link libcrypto to xcode-select if its already installed, which was resolved by defining the absolute path to Apple/bin.
  • fish : set -gx PATH "$PATH:/Library/Apple/usr/bin:/Library/Apple/bin"
  • bash : export PATH="$PATH:/Library/Apple/usr/bin:/Library/Apple/bin"
 
Back
Top