Title | Scheme example does not build with Clang 11 |
Status | closed |
Priority | optional |
Assigned user | Gareth Rees |
Organization | Ravenbrook |
Description | Reported by Travis [1] and reproducible with latest XCode: $ ./configure && make -C example/scheme error: unknown warning option '-Wno-extended-offsetof'; did you mean '-Wno-invalid-offsetof'? [-Werror,-Wunknown-warning-option] |
Analysis | Clang now requires -Wno-invalid-offsetof which is the name of the flag used by GCC. |
How found | automated_test |
Evidence | [1] https://travis-ci.org/Ravenbrook/mps/jobs/596086123 |
Created by | Gareth Rees |
Created on | 2019-10-10 14:12:21 |
Last modified by | Gareth Rees |
Last modified on | 2019-10-10 14:13:19 |
History | 2019-10-10 GDR Created. |
Change | Effect | Date | User | Description |
---|---|---|---|---|
196411 | closed | 2019-10-10 14:13:19 | Gareth Rees | Fix compilation of Scheme example on Clang 11. |