On Thursday 24 May 2007, ken jones wrote:
The first two emerge's completed, emerge xorg-x11 did not. Below is stdout. Looking at the log it appears that stddef.h is missing... -----------snip--------- makedepend: warning: clientattrib.c (reading /usr/include/gconv.h, line 31): cannot find include file "stddef.h" ---------snip----------
no, that is a warning (like it says), not an error ... the makedepend program is kind of crappy when it comes to generating depend files, that's why using gcc's -MM is much preferred ... but that's a different topic
Right at the end stdout said, "!!! If you need support, post the topmost build error, and the call stack if relevant." I have no idea what this means. Do you? Any suggestions what I do now? My guess is to just try again.
you could try posting the actual error -mike