#33446: sbcl 1.0.55 won't build with clang -------------------------------+-------------------------------------------- Reporter: Ephaeton@… | Owner: easieste@… Type: defect | Status: reopened Priority: Normal | Milestone: Component: ports | Version: 2.0.4 Resolution: | Keywords: Port: sbcl | -------------------------------+-------------------------------------------- Comment(by jmr@…): This may be the common problem of the code expecting to be compiled in gnu89 mode but clang defaulting to c99, thus having different semantics for the inline keyword. So the correct fix may be to add `-std=gnu89` to the CFLAGS used. Falling back to llvm-gcc-4.2 from clang is OK as a stopgap measure if it takes a while to figure out how to do it the right way. -- Ticket URL: <https://trac.macports.org/ticket/33446#comment:12> MacPorts <http://www.macports.org/> Ports system for Mac OS