Open brandondrew opened 10 years ago
same error here
+
+1000 Our startup just lost it's funding because we can't get this running. Not sure what we do now...
bump
I think this happens on OS X due to this bug in LLVM: https://llvm.org/bugs/show_bug.cgi?id=18658
As a workaround, try installing gnu-cobol
instead of open-cobol
.
The error is caused by LLVM not supporting a GCC extension for computed goto. You can install gcc with
# brew tap homebrew/dupes
# brew install apple-gcc42
You may need to adjust some symlinks or env vars to set the default compiler to gcc.
hi... the problem persists, upgrade to macOS BigSur +
and the problem continues. someone solved?
I followed the installation instructions in the README, and got this error:
I'm running on OS X Mavericks, and installed COBOL with
which seemed to go perfectly well.