From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28291 invoked by alias); 28 Feb 2014 20:29:22 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 28277 invoked by uid 89); 28 Feb 2014 20:29:21 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.6 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail.lysator.liu.se Received: from mail.lysator.liu.se (HELO mail.lysator.liu.se) (130.236.254.3) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Fri, 28 Feb 2014 20:29:19 +0000 Received: from mail.lysator.liu.se (localhost [127.0.0.1]) by mail.lysator.liu.se (Postfix) with ESMTP id C9E564003A for ; Fri, 28 Feb 2014 21:29:15 +0100 (CET) Received: from [192.168.0.68] (90-227-119-221-no95.business.telia.com [90.227.119.221]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by mail.lysator.liu.se (Postfix) with ESMTPSA id A5D9F40036 for ; Fri, 28 Feb 2014 21:29:15 +0100 (CET) Message-ID: <5310F19A.20207@lysator.liu.se> Date: Fri, 28 Feb 2014 20:54:00 -0000 From: Peter Rosin User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 MIME-Version: 1.0 To: cygwin@cygwin.com Subject: cc1: warning: ../../include/w32api: No such file or directory [enabled by default] Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-SW-Source: 2014-02/txt/msg00752.txt.bz2 Hi! If I: $ : >tmp.c $ gcc -E -Wmissing-include-dirs tmp.c >/dev/null I get this annoying warning on stderr: cc1: warning: ../../include/w32api: No such file or directory [enabled by default] Searching the 'net suggests that it's an old bug: http://cygwin.com/ml/cygwin/2013-07/msg00509.html Cheers, Peter -- 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