Re: libassuan troubles
Werner Koch <[email protected]>
| Newsgroups | gmane.comp.encryption.gpg.gpa.devel |
|---|---|
| Message-ID | <[email protected]> |
On Mon, 19 Apr 2004 15:44:51 +0200, Michael Nottebrock said: > 1.) assuan-socket-connect.c and assuan-socket-server.c need an additional > #include <sys/types.h> before #include <sys/socket.h> (this bug exists in the Thanks. > 2.) assuan-domain-connect.c also needs sys/types.h included as described above > and additionally needs to include isc/eventlib.h for the iovec structure. We need to to write a autoconf check for them. You may for now simply remove the function; it is currently not used. > 3.) The replacement function for putc_unlocked.c does not compile: > cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../include -O -pipe -Wall > -Wcast-align -Wshadow -Wstrict-prototypes -c `test -f 'putc_unlocked.c' || > echo './'`putc_unlocked.c > putc_unlocked.c:29: redefinition of `__sputc' > /usr/include/stdio.h:361: `__sputc' previously defined here Seems that the configure check for putc_unlocked failed; can you please check this? Werner