Thanks IOhannes! I also got the hint about flext/Makefile at the issue https://github.com/SoundScapeRenderer/ssr/issues/374 I should have searched in our own code base. I was searching in pd-lib-builder and I was wondering why I didn't find anything. Now I know.
I have downgraded to 10.9 again in https://github.com/SoundScapeRenderer/ssr/pull/375 The thing about the dependencies might be a problem, though. @Alexandre: could you please try the built externals from https://github.com/SoundScapeRenderer/ssr/actions/runs/5726195519?pr=375 ? cheers, Matthias On Tue, Aug 1, 2023 at 1:24 PM IOhannes m zmoelnig <[email protected]> wrote: > > On 8/1/23 09:43, Matthias Geier wrote: > > > However, I have just noticed that for some reason > > "-mmacosx-version-min=10.15" gets added to the compiler invocation as well. > > > like that? > <https://github.com/SoundScapeRenderer/ssr/blob/1c6c0b3e2b113c928687527abcfad04502f009a7/flext/Makefile#L16-L18> > > also: i think you need the entire dependency chain to be build with the > proper -mmacosx-version-min. > that is: if you use dependencies that require a higher > macosx-version-min, you might be out of luck anyhow: > > ld: warning: dylib (/usr/local/lib/libfftw3f.dylib) was built for > newer macOS version (12.0) than being linked (10.15) > > ld: warning: dylib (/usr/local/lib/libsndfile.dylib) was built for > newer macOS version (12.0) than being linked (10.15) > > ld: warning: dylib (/usr/local/lib/libmysofa.dylib) was built for > newer macOS version (12.0) than being linked (10.15) > > ld: warning: dylib (/usr/local/lib/libmpg123.0.dylib) was built for > newer macOS version (12.0) than being linked (10.15) > > ld: warning: dylib (/usr/local/lib/libmp3lame.0.dylib) was built for > newer macOS version (12.0) than being linked (10.15) > > gamsdrf > IOhannes > _______________________________________________ > [email protected] mailing list > UNSUBSCRIBE and account-management -> > https://lists.puredata.info/listinfo/pd-list _______________________________________________ [email protected] mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list
