Advertisement
Bob_the_Hamster

ohrrpgce fbc 1.06 compile fail on Mac OS X 10.11

Sep 8th, 2016
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.77 KB | None | 0 0
  1. /Users/james/misc/fbc-1.06/bin/fbc
  2. palsink:~ james$ fbc -version
  3. FreeBASIC Compiler - Version 1.06.0 (04-29-2016), built for darwin-x86_64 (64bit)
  4. Copyright (C) 2004-2016 The FreeBASIC development team.
  5. prefix: /Users/james/misc/fbc-1.06/bin/../
  6. binpath: /Users/james/misc/fbc-1.06/bin/../bin/
  7. incpath: /Users/james/misc/fbc-1.06/bin/../include/freebasic
  8. libpath: /Users/james/misc/fbc-1.06/bin/../lib/freebasic/darwin-x86_64
  9. palsink:~ james$ cd src/ohr/wip
  10. palsink:~/src/ohr/wip james$ scons
  11. scons: Reading SConscript files ...
  12. scons: done reading SConscript files.
  13. scons: Building targets ...
  14. fbc -c build/bmod.rbas.bas -o build/bmod.rbas.o -mt -exx -g -O 2 -arch 686 -Wc -fno-omit-frame-pointer -entry SDL_main -d IS_GAME -m game
  15. clang: warning: optimization flag '-frounding-math' is not supported
  16. build/bmod.rbas.bas:127:3: error: indirect goto in function with no address-of-label expressions
  17. goto *vr$24;
  18. ^
  19. build/bmod.rbas.bas:301:4: error: indirect goto in function with no address-of-label expressions
  20. goto *vr$5;
  21. ^
  22. build/bmod.rbas.bas:358:4: error: indirect goto in function with no address-of-label expressions
  23. goto *vr$32;
  24. ^
  25. build/bmod.rbas.bas:366:2: error: indirect goto in function with no address-of-label expressions
  26. goto *vr$12;
  27. ^
  28. build/bmod.rbas.bas:384:5: error: indirect goto in function with no address-of-label expressions
  29. goto *vr$12;
  30. ^
  31. build/bmod.rbas.bas:581:2: error: indirect goto in function with no address-of-label expressions
  32. goto *vr$11;
  33. ^
  34. build/bmod.rbas.bas:727:3: error: indirect goto in function with no address-of-label expressions
  35. goto *vr$7;
  36. ^
  37. build/bmod.rbas.bas:760:2: error: indirect goto in function with no address-of-label expressions
  38. goto *vr$5;
  39. ^
  40. build/bmod.rbas.bas:860:2: error: indirect goto in function with no address-of-label expressions
  41. goto *vr$7;
  42. ^
  43. build/bmod.rbas.bas:894:5: error: indirect goto in function with no address-of-label expressions
  44. goto *vr$5;
  45. ^
  46. build/bmod.rbas.bas:1064:5: error: indirect goto in function with no address-of-label expressions
  47. goto *vr$6;
  48. ^
  49. build/bmod.rbas.bas:1123:2: error: indirect goto in function with no address-of-label expressions
  50. goto *vr$5;
  51. ^
  52. build/bmod.rbas.bas:1132:2: error: indirect goto in function with no address-of-label expressions
  53. goto *vr$5;
  54. ^
  55. build/bmod.rbas.bas:1142:5: error: indirect goto in function with no address-of-label expressions
  56. goto *vr$5;
  57. ^
  58. build/bmod.rbas.bas:1160:4: error: indirect goto in function with no address-of-label expressions
  59. goto *vr$5;
  60. ^
  61. build/bmod.rbas.bas:1220:2: error: indirect goto in function with no address-of-label expressions
  62. goto *vr$26;
  63. ^
  64. build/bmod.rbas.bas:1235:2: error: indirect goto in function with no address-of-label expressions
  65. goto *vr$4;
  66. ^
  67. build/bmod.rbas.bas:1292:4: error: indirect goto in function with no address-of-label expressions
  68. goto *vr$10;
  69. ^
  70. build/bmod.rbas.bas:1349:4: error: indirect goto in function with no address-of-label expressions
  71. goto *vr$5;
  72. ^
  73. fatal error: too many errors emitted, stopping now [-ferror-limit=]
  74. 20 errors generated.
  75. scons: *** [build/bmod.rbas.o] Error 1
  76. scons: building terminated because of errors.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement