-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
FreeRDP: Update to 3.9.5; fix build on Sequoia #27098
base: master
Are you sure you want to change the base?
Conversation
The latest version currently is 3.10.1. See if that resolves the issue without switching to X11. If it doesn't, using |
There is no fix for the broken native client, see FreeRDP/FreeRDP#10558 installing the X11 and/or SDL clients are the suggested work around for now. I tried 3.10.0 but I get..
I haven't worked out why yet. |
You have tried setting the deployment target to 14 as suggested? This is the recommended recipe to do that: https://trac.macports.org/wiki/SequoiaProblems#ScreenCaptureKitRequirementwithmacOS15SDK
The same error causes the builds of 3.9.0 to fail here in CI. |
The commit message does not begin with the portname, colon, and space, and the version number in the commit message should be corrected. If not changed beforehand, we can fix it when we merge the PR by using the "Squash and merge" button. |
FreeRDP's Mac code uses deprecated APIs which have been removed in Sequoia, so set the platform to 14
Sorry, I only noticed this yesterday. I have tried it, and it does build (with a bit of cmake violence) however the resulting binary hangs on startup. I've updated the PR with the latest attempt. However I have only ever used the X binary so I am not sure if it was working previously anyway. |
Description
FreeRDP's Mac code uses deprecated APIs which have been removed in Sequoia, so switch to X11 backend. Update to latest version while here.
Type(s)
Tested on
macOS 15.1.1 24B91 x86_64
Xcode 16.2 16C5032a
Verification
Have you
port lint
?sudo port -vst install
?