This is the mail archive of the
newlib@sourceware.org
mailing list for the newlib project.
Re: Build error CVS head
- From: Brian Dessent <brian at dessent dot net>
- To: newlib at sources dot redhat dot com
- Date: Sat, 16 Jun 2007 17:34:00 -0700
- Subject: Re: Build error CVS head
- References: <03af01c7b06c$a6ef0fb0$2e08a8c0@CAM.ARTIMI.COM>
- Reply-to: newlib at sources dot redhat dot com
Dave Korn wrote:
> Anyone else seen this? I'm building newlib as part of a winsup checkout,
I wasn't seeing it, but that was from an existing build dir; once I
cleaned it I now see the error.
> /usr/build/src-winsup/newlib/libc/search/tdelete.c:34: error: `node_t'
> undeclared (first use in this function)
Likely culprit seems to be
<http://sourceware.org/ml/cygwin-cvs/2007-q2/msg00033.html> and the
removal of node_t.
Brian