Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove pagezero_size deprecation warning on macos version >=13.0 #4338

Merged
merged 1 commit into from
Mar 6, 2023
Merged

remove pagezero_size deprecation warning on macos version >=13.0 #4338

merged 1 commit into from
Mar 6, 2023

Conversation

amatria
Copy link
Contributor

@amatria amatria commented Mar 2, 2023

Pull Request Prelude

Changes Proposed

Remove -pagezero_size 10000 -image_base 100000000 linker flags, as they are deprecated as of macOS 13.0. Indeed, binaries built with these flags are killed upon startup. Plus, the compilation Wiki for macOS should be updated, too. mysql-connector-c has been deprecated in favour of mysql-client.

@EPuncker
Copy link
Contributor

EPuncker commented Mar 3, 2023

@DSpeichert can you take care of the wiki page as well?

@nekiro
Copy link
Member

nekiro commented Mar 3, 2023

There is one thing that I noticed when compiling tfs on macos that sometimes pugixml (FindPugiXml.cmake) causes some bad lookups, it compiles and links fine, but tfs instantly crashes on startup. I fixed this locally by just deleting that cmake file and it works just fine.

@EPuncker EPuncker merged commit 7e886e8 into otland:master Mar 6, 2023
EPuncker pushed a commit to EPuncker/forgottenserver that referenced this pull request May 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants