GNU bug report logs -
#16538
fpending.c:27:1: error: redefinition of '__fpending'
Previous Next
To reply to this bug, email your comments to 16538 AT debbugs.gnu.org.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
bug-idutils <at> gnu.org
:
bug#16538
; Package
idutils
.
(Fri, 24 Jan 2014 19:08:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
"R. Diez" <rdiezmail-temp2 <at> yahoo.de>
:
New bug report received and forwarded. Copy sent to
bug-idutils <at> gnu.org
.
(Fri, 24 Jan 2014 19:08:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
Hi all:
I tried to download and build idutils under Cygwin, and I came across this error message:
----------8<----------8<----------8<----------
CC fpending.o
fpending.c:27:1: error: redefinition of '__fpending'
__fpending (FILE *fp)
^
In file included from fpending.h:30:0,
from fpending.c:22:
/usr/include/stdio_ext.h:47:1: note: previous definition of '__fpending' was here
__fpending (FILE *__fp) { return __fp->_p - __fp->_bf._base; }
^
Makefile:1590: recipe for target 'fpending.o' failed
----------8<----------8<----------8<----------
This is from the configuration log:
----------8<----------8<----------8<----------
checking for __fpending... no
...
checking whether __fpending is declared... yes
----------8<----------8<----------8<----------
This message states that the problem was fixed upstream:
http://cygwin.com/ml/cygwin/2013-08/msg00187.html
I tried running the 'bootstrap' script, and it did work:
----------8<----------8<----------8<----------
checking for __fpending... yes
checking whether __fpending is declared... yes
----------8<----------8<----------8<----------
Therefore, would you consider building a new idutils release without this problem?
Please copy me on any answers, as I am not subscribed to this list.
Thanks,
rdiez
This bug report was last modified 11 years and 147 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.