X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-2.6 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW X-Spam-Check-By: sourceware.org Received-SPF: pass (google.com: domain of ir0nh34d AT gmail DOT com designates 10.112.24.162 as permitted sender) client-ip=10.112.24.162; Authentication-Results: mr.google.com; spf=pass (google.com: domain of ir0nh34d AT gmail DOT com designates 10.112.24.162 as permitted sender) smtp.mail=ir0nh34d AT gmail DOT com; dkim=pass header.i=ir0nh34d AT gmail DOT com MIME-Version: 1.0 Date: Sun, 19 Feb 2012 19:07:04 -0500 Message-ID: Subject: Issues with stdio.h From: Chris Sutcliffe To: The Cygwin Mailing List Content-Type: text/plain; charset=ISO-8859-1 X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: 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 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 Chris -- Chris Sutcliffe http://emergedesktop.org http://www.google.com/profiles/ir0nh34d -- 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