bug-guile
[Top][All Lists]
Advanced

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

bug#13903: Compile error


From: Andy Wingo
Subject: 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/





reply via email to

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