emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#13903: closed (Compile error)


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#13903: closed (Compile error)
Date: Sat, 09 Mar 2013 10:58:01 +0000

Your message dated Sat, 09 Mar 2013 11:57:05 +0100
with message-id <address@hidden>
and subject line Re: bug#13903: Compile error
has caused the debbugs.gnu.org bug report #13903,
regarding Compile error
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
13903: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=13903
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: Compile error Date: Fri, 08 Mar 2013 16:14:16 +0800 User-agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130221 Thunderbird/17.0.3
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.



--- End Message ---
--- Begin Message --- Subject: Re: bug#13903: Compile error Date: Sat, 09 Mar 2013 11:57:05 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2 (gnu/linux)
Hi,

Thanks for the report.

On Fri 08 Mar 2013 09:14, wang <address@hidden> writes:

> 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]

Ah, it seems that configure detected the presence of poll but not
poll.h.  I fixed the check.  Are you missing some development packages,
perchance?

Andy
-- 
http://wingolog.org/


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]