Re: [Ohrrpgce] SVN: teeemcee/13353 scons: fix compiling for Linux x86_64 with clang by cleaning up -no-pie

2023-11-09 Thread Ralph Versteegen via Ohrrpgce
Also, this is the reason that the Mac build logs have lots of spurious warnings: -Wno-missing-braces is not passed. It's pretty poor that we're still using such an old forked FB on Mac, I really need to fix the last couple things in trunk FB's Mac support (mostly just crt.bi headers) so we can

Re: [Ohrrpgce] SVN: teeemcee/13353 scons: fix compiling for Linux x86_64 with clang by cleaning up -no-pie

2023-11-09 Thread Ralph Versteegen via Ohrrpgce
The actual part of the build log which shows the root cause of the error is right at the top: scons: Reading SConscript files ... Using target: darwin arch: x86 fbc: fbc (1.06.0 (04-29-2016)) fbcc: /opt/local/bin/gcc-mp-4.7 (gcc 4.7.4) cc: clang (LLVM 8.0.0) cctarget:

[Ohrrpgce] SVN: teeemcee/13386 scons: Fix Mac builds, and in general pass important -Wc args to old fbc

2023-11-09 Thread subversion--- via Ohrrpgce
teeemcee 2023-11-09 22:11:17 -0800 (Thu, 09 Nov 2023) 97 scons: Fix Mac builds, and in general pass important -Wc args to old fbc rather than -Wno-* args. --- U wip/SConscript ___ Ohrrpgce mailing list ohrrpgce@lists.motherhamster.org

[Ohrrpgce] SVN: teeemcee/13385 NO_TEST_GAME now also removes live-preview support from Game

2023-11-09 Thread subversion--- via Ohrrpgce
teeemcee 2023-11-09 22:01:48 -0800 (Thu, 09 Nov 2023) 60 NO_TEST_GAME now also removes live-preview support from Game --- U wip/bmod.rbas U wip/bmodsubs.bas U wip/game.bas U wip/yetmore2.bas ___ Ohrrpgce mailing list

[Ohrrpgce] SVN: teeemcee/13384 Add #define NO_TEST_GAME to remove Test Game from Custom, replaces __FB_

2023-11-09 Thread subversion--- via Ohrrpgce
teeemcee 2023-11-09 22:01:16 -0800 (Thu, 09 Nov 2023) 132 Add #define NO_TEST_GAME to remove Test Game from Custom, replaces __FB_ANDROID__ check Defined in MINIMAL_OS builds and on Android --- U wip/allmodex.bas U wip/audioedit.bas U wip/config.bi U wip/custom.bas U wip/customsubs.bi