Some build is broken with libassuan-2.0.0
Benjamin Donnachie
benjamin at py-soft.co.uk
Sun May 2 13:30:00 CEST 2010
On 23 April 2010 08:51, Werner Koch <wk at gnupg.org> wrote:
>> Seems similar to the issue I reported with MacOS X -
>> https://bugs.g10code.com/gnupg/issue1205
> Did you tried the current SVN version of libassuan?
Tested with:
libassuan svn 373.
Libgpg-error v1.8-svn239 (Dependency).
Libassuan fails with the following, which I have not had chance to
investigate yet:
gcc-4.0 -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include
-mmacosx-version-min=10.4 -isysroot /Developer/SDKs/MacOSX10.4u.sdk
-arch i386 -arch ppc -Wall -Wcast-align -Wshadow -Wstrict-prototypes
-Wpointer-arith -c ce-server.c
In file included from ce-server.c:51:
common.h: In function ‘do_strconcat’:
common.h:265: warning: implicit declaration of function ‘stpcpy’
common.h:265: warning: incompatible implicit declaration of built-in
function ‘stpcpy’
In file included from ce-server.c:51:
common.h: In function ‘do_strconcat’:
common.h:265: warning: implicit declaration of function ‘stpcpy’
common.h:265: warning: incompatible implicit declaration of built-in
function ‘stpcpy’
ce-server.c: In function ‘server’:
ce-server.c:1291: error: ‘fd_set’ undeclared (first use in this function)
ce-server.c:1291: error: (Each undeclared identifier is reported only once
ce-server.c:1291: error: for each function it appears in.)
ce-server.c:1291: error: syntax error before ‘rfds’
ce-server.c:1295: warning: implicit declaration of function ‘FD_ZERO’
ce-server.c:1295: error: ‘rfds’ undeclared (first use in this function)
ce-server.c:1296: warning: implicit declaration of function ‘FD_SET’
ce-server.c:1309: warning: implicit declaration of function ‘select’
ce-server.c:1311: warning: implicit declaration of function ‘FD_ISSET’
ce-server.c: In function ‘server’:
ce-server.c:1291: error: ‘fd_set’ undeclared (first use in this function)
ce-server.c:1291: error: (Each undeclared identifier is reported only once
ce-server.c:1291: error: for each function it appears in.)
ce-server.c:1291: error: syntax error before ‘rfds’
ce-server.c:1295: warning: implicit declaration of function ‘FD_ZERO’
ce-server.c:1295: error: ‘rfds’ undeclared (first use in this function)
ce-server.c:1296: warning: implicit declaration of function ‘FD_SET’
ce-server.c:1309: warning: implicit declaration of function ‘select’
ce-server.c:1311: warning: implicit declaration of function ‘FD_ISSET’
lipo: can't figure out the architecture type of:
/var/folders/1V/1VnkOifVHtupY-d0-4-OcU+++TI/-Tmp-//ccGR617m.out
make[3]: *** [ce-server.o] Error 1
make[2]: *** [all] Error 2
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
I'll update the bug report too.
Take care,
Ben
More information about the Gnupg-devel
mailing list