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/[email protected]>
_______________________________________________
Ohrrpgce mailing list
[email protected]
http://lists.motherhamster.org/listinfo.cgi/ohrrpgce-motherhamster.org

Reply via email to