bug#41467: Compiling extensions using Guile 3.0.2 headers doesn't work with clang without -std=c11
Sevan Janiyan <[email protected]>
| Newsgroups | gmane.lisp.guile.bugs |
|---|---|
| Message-ID | <[email protected]> |
On 01/08/2023 12:11, Sevan Janiyan wrote: > The MAX macro in socket.h conflicts with the MAX macro in the system > header files. Forgot to mention, the header inclusions in the diff are because scm_t_dynstack & scm_t_dynstack typedefs were commented out of libguile/scm.h (resolving the redefinition). Sevan