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

Attachment: OpenPGP_signature
Description: OpenPGP digital signature

_______________________________________________
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list

Reply via email to