GNU bug report logs -
#13903
Compile error
Previous Next
Reported by: wang <wangwangwar <at> gmail.com>
Date: Fri, 8 Mar 2013 08:23:02 UTC
Severity: normal
Done: Andy Wingo <wingo <at> pobox.com>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
When compile guile 2.0.7, I got such error:
make[3]: Entering directory `/home/wangwangwar/desktop/guile-2.0.7/libguile'
CC libguile_2.0_la-fports.lo
fports.c: In function 'fport_input_waiting':
fports.c:613:10: error: variable 'pollfd' has initializer but incomplete
type
fports.c:613:10: warning: excess elements in struct initializer [enabled
by default]
fports.c:613:10: warning: (near initialization for 'pollfd') [enabled by
default]
fports.c:613:34: error: 'POLLIN' undeclared (first use in this function)
fports.c:613:34: note: each undeclared identifier is reported only once
for each function it appears in
fports.c:613:10: warning: excess elements in struct initializer [enabled
by default]
fports.c:613:10: warning: (near initialization for 'pollfd') [enabled by
default]
fports.c:613:10: warning: excess elements in struct initializer [enabled
by default]
fports.c:613:10: warning: (near initialization for 'pollfd') [enabled by
default]
fports.c:613:17: error: storage size of 'pollfd' isn't known
fports.c:615:3: warning: implicit declaration of function 'poll'
[-Wimplicit-function-declaration]
fports.c:613:17: warning: unused variable 'pollfd' [-Wunused-variable]
fports.c:654:1: warning: control reaches end of non-void function
[-Wreturn-type]
make[3]: *** [libguile_2.0_la-fports.lo] Error 1
I search the web but can't get any helpful information.
My OS is 3.5.0-21-generic #32-Ubuntu.
This bug report was last modified 12 years and 138 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.