Advertisement
Bob_the_Hamster

ohrrpgce fbc 0.22 compile fail on Mac OS X 10.11

Sep 8th, 2016
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.67 KB | None | 0 0
  1. palsink:~/src/ohr/wip james$ scons
  2. scons: Reading SConscript files ...
  3. scons: done reading SConscript files.
  4. scons: Building targets ...
  5. reloadbasic/reloadbasic.py --careful bmod.rbas -o build/bmod.rbas.bas
  6. fbc -c build/bmod.rbas.bas -o build/bmod.rbas.o -mt -exx -g -O 2 -arch 686 -entry SDL_main -d IS_GAME -m game
  7. reloadbasic/reloadbasic.py --careful menustuf.rbas -o build/menustuf.rbas.bas
  8. fbc -c build/menustuf.rbas.bas -o build/menustuf.rbas.o -mt -exx -g -O 2 -arch 686 -entry SDL_main -d IS_GAME -m game
  9. reloadbasic/reloadbasic.py --careful moresubs.rbas -o build/moresubs.rbas.bas
  10. fbc -c build/moresubs.rbas.bas -o build/moresubs.rbas.o -mt -exx -g -O 2 -arch 686 -entry SDL_main -d IS_GAME -m game
  11. reloadbasic/reloadbasic.py --careful savegame.rbas -o build/savegame.rbas.bas
  12. version_info(["ver.txt", "iver.txt", "distver.bat"], ["codename.txt"])
  13. fbc -c build/savegame.rbas.bas -o build/savegame.rbas.o -mt -exx -g -O 2 -arch 686 -entry SDL_main -d IS_GAME -m game
  14. reloadbasic/reloadbasic.py --careful purchase.rbas -o build/purchase.rbas.bas
  15. fbc -c build/purchase.rbas.bas -o build/purchase.rbas.o -mt -exx -g -O 2 -arch 686 -entry SDL_main -d IS_GAME -m game
  16. fbc -c build/common.rbas.bas -o build/game-common.rbas.o -mt -exx -g -O 2 -arch 686 -entry SDL_main -d IS_GAME -m game
  17. fbc -c build/loading.rbas.bas -o build/game-loading.rbas.o -mt -exx -g -O 2 -arch 686 -entry SDL_main -d IS_GAME -m game
  18. gcc -o build/os_unix.o -c -g -Wall --std=gnu99 -O3 -DFBCVERSION=220 -mmacosx-version-min=10.4 -m32 -mpreferred-stack-boundary=2 os_unix.c
  19. clang: error: unknown argument: '-mpreferred-stack-boundary=2'
  20. scons: *** [build/os_unix.o] Error 1
  21. scons: building terminated because of errors.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement