| Newsgroups |
gmane.lisp.scheme.bigloo |
| Organization |
Inria |
| Message-ID |
<[email protected]> |
> Thank you. Is there any minimal version of clang that is required to
> compile bigloo?
>
> I'm asking because the following lines exist in the package for
> MacPorts and I'm curious if clang < 3.3 would still fail to work with
> the latest version and if -fbracket-depth=4096 still needs to be added
> explicitly:
>
> # -fbracket-depth is supported by clang-3.3 and above
> # objs/obj_u/Unsafe/aes.c:394:6392: fatal error: parser recursion
> limit reached, program too complex
> # http://clang.llvm.org/docs/UsersManual.html#controlling-implementation-limits
>
> compiler.blacklist clang macports-clang-2.9 macports-clang-3.0
> macports-clang-3.1 macports-clang-3.2
> if {[string match "*clang*" ${configure.compiler}]} {
> configure.cflags-append -fbracket-depth=4096
> }
I could not tell. Personally I have only tested the version that comes
with the latest MacOS version. Is there someone on the list with
more precise information to share with us?
--
Manuel