Re: libassuan build failure on macOS 15.1.1
NIIBE Yutaka via Gnupg-devel <[email protected]>
| Newsgroups | gmane.comp.encryption.gpg.devel |
|---|---|
| Message-ID | <[email protected]> |
"Robert J. Hansen" <[email protected]> wrote: > rjh@sarah libassuan-3.0.1 % grep -r ___sputc | grep -v "Binary file" > rjh@sarah libassuan-3.0.1 % > > There is no such declaration. On macOS, __sputc is an inline function in stdio.h, and it is used by the macro of putc_unlocked. Removing unused putc_unlocked declaration in libassuan fixed the problem. --