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

Pd externals: Don't use std::filesystem #375

Closed

Conversation

mgeier
Copy link
Member

@mgeier mgeier commented Aug 1, 2023

... to support macos < 10.15.

Closes #374.

@mgeier
Copy link
Member Author

mgeier commented Aug 22, 2023

I'm wondering if this will work on Windows, since it uses / as a path separator.

... to support macos < 10.15
@mgeier mgeier force-pushed the external-without-filesystem branch from 10582f4 to 4fd2032 Compare December 30, 2023 11:04
@mgeier
Copy link
Member Author

mgeier commented Dec 31, 2023

It looks like this works on Windows (https://lists.puredata.info/pipermail/pd-list/2023-12/132848.html), but downgrading our external doesn't really help, since the brew-installed dependencies still don't support that older version (https://lists.puredata.info/pipermail/pd-list/2023-12/132847.html).

Users of older macOS versions cannot use the dependencies from brew (they might have to compile them from source) and they'll have to compile the SSR externals from source, cherry-picking the commit of this PR (4fd2032).

@mgeier mgeier closed this Dec 31, 2023
@mgeier mgeier deleted the external-without-filesystem branch December 31, 2023 09:51
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.

Pd externals are built with -mmacosx-version-min=10.15 instead of 10.9
1 participant