[Ohrrpgce] [ohrrpgce/ohrrpgce] Figure out compile requirements on MacOS Sequoia (15) (Issue #1281)
Ralph Versteegen
notifications at github.com
Fri Apr 11 02:06:36 PDT 2025
rversteegen left a comment (ohrrpgce/ohrrpgce#1281)
```
gcc [...] -mmacosx-version-min=10.6 /Users/ohrmacdev/Library/Frameworks/SDL2.framework/Headers -O3 -DFBCVERSION=1060 /Library/Frameworks/SDL2.framework/Headers -Wno-unused-but-set-variable -fno-omit-frame-pointer -I. --std=gnu11 -Wno-deprecated-declarations -I -Wno-missing-braces [...]
clang: error: no such file or directory: '/Library/Frameworks/SDL2.framework/Headers'
```
Notice that `-I` is missing before the (nonexistant) header path, and it's been moved elsewhere. I see the problem. This line:
`` '$FBCC $FBC_CFLAGS ${list(set(CFLAGS).difference(FBC_CFLAGS))} $GENGCC_CFLAGS -c ${TARGET}.c -o $TARGET']``
I really shouldn't have tried to cram that into one line.
I'm gone for the next few days, if you want to fix it.
Also, all those syntax warnings in recent Python (which I haven't seen before) will turn into errors into a future version so need fixing.
--
Reply to this email directly or view it on GitHub:
https://github.com/ohrrpgce/ohrrpgce/issues/1281#issuecomment-2796300416
You are receiving this because you are subscribed to this thread.
Message ID: <ohrrpgce/ohrrpgce/issues/1281/2796300416 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.motherhamster.org/pipermail/ohrrpgce-motherhamster.org/attachments/20250411/45e42808/attachment.htm>
More information about the Ohrrpgce
mailing list