Advertisement
Bob_the_Hamster

ohrrpgce fbc 0.22 compile fail on Mac OS X 10.11 with gcc

Sep 8th, 2016
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1. palsink:~/src/ohr/wip james$ CC=clang GCC=/opt/local/bin/gcc scons
  2. scons: Reading SConscript files ...
  3. scons: done reading SConscript files.
  4. scons: Building targets ...
  5. version_info(["ver.txt", "iver.txt", "distver.bat"], ["codename.txt"])
  6. clang -o build/os_unix.o -c -g -Wall --std=gnu99 -O3 -DFBCVERSION=220 -mmacosx-version-min=10.4 -m32 os_unix.c
  7. In file included from os_unix.c:36:
  8. ./common.h:70:6: error: expected expression
  9. void _noreturn (*fb_ErrorThrowAt(int line_num, const char *mod_name, void *res_label, void *resnext_label))(void);
  10. ^
  11. ./common.h:41:22: note: expanded from macro '_noreturn'
  12. # define _noreturn [[noreturn]]
  13. ^
  14. 1 error generated.
  15. scons: *** [build/os_unix.o] Error 1
  16. scons: building terminated because of errors.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement