X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE X-Spam-Check-By: sourceware.org X-Mail-Handler: MailHop Outbound by DynDNS X-Report-Abuse-To: abuse AT dyndns DOT com (see http://www.dyndns.com/services/mailhop/outbound_abuse.html for abuse reporting information) X-MHO-User: U2FsdGVkX1/If3tofXI1XdnDalGCety7 Date: Sun, 19 Feb 2012 19:25:07 -0500 From: Christopher Faylor To: cygwin AT cygwin DOT com Subject: Re: Issues with stdio.h Message-ID: <20120220002507.GA16123@ednor.casa.cgf.cx> Reply-To: cygwin AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.20 (2009-06-14) Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com On Sun, Feb 19, 2012 at 07:07:04PM -0500, Chris Sutcliffe wrote: >I'm trying to compile vim now using the latest snapshot, and I'm >having an issue with stdio.h referencing stddef.h, which seems to be >missing. I checked my /usr/include directory and sure enough, it's >not there. According to vim's configure: > >configure:3089: gcc -o conftest.exe conftest.c >&5 >In file included from conftest.c:10:0: >/usr/include/stdio.h:34:20: fatal error: stddef.h: No such file or directory stddef.h comes from the gcc4-core package. It's located in: usr/lib/gcc/i686-pc-cygwin/4.5.3/include/stddef.h and should be found automatically by the compiler. I just tried a simple test case and the inclusion of stdio.h seemed to work fine. You could try checking to make sure that there are no environment variables set which would impact the compiler. cgf -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple