libassuan troubles
Michael Nottebrock
michaelnottebrock at gmx.net
Mon Apr 19 15:44:51 CEST 2004
I'm now trying to get the dependencies together for gnupg-1.9.x and libassuan
seems to have many issues on FreeBSD:
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
local copies of libassuan in pinentry/dirmngr as well).
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.
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
--
,_, | Michael Nottebrock | lofi at freebsd.org
(/^ ^\) | FreeBSD - The Power to Serve | http://www.freebsd.org
\u/ | K Desktop Environment on FreeBSD | http://freebsd.kde.org
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: signature
Url : /pipermail/attachments/20040419/88740a1a/attachment.bin
More information about the Gpa-dev
mailing list