X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:to:from:subject:date:message-id:mime-version :content-type:content-transfer-encoding; q=dns; s=default; b=Lyl ZIDum4Z4i2IeLq8W96HsekimEh+9Ku6J6vUP+SQLkTufVhcFHxW4Ixhr+I7tOiET Fm2qSCMwZ3dK1MrnmcqqHK82cOmbVk0+onVhhvbfis4qZwCqU8vrELU9Gm0X7/HY /3ZqxoOjUHqqk8R0Wrce+tDc+FMHF9eVL6M+IbGc= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:to:from:subject:date:message-id:mime-version :content-type:content-transfer-encoding; s=default; bh=soBz+xedd jNHbTFE80fS8JnCLiY=; b=dayrnQwF7neF1MfcQTLOgTe8BXv2OrCrdASoaHgvl 1CoY/el3Y6PbPWHeHCCPmmTIq/A/PJmapc7yvDQmO2TnkvFl5SUcq2JLzugV9Cxa kzxua5JA8twMraPPBOtzRuS4oT+GICf5SHkZvj1qWHhihRLYhvNpEm/08q+754TI F8= 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 X-Spam-SWARE-Status: No, score=0.5 required=5.0 tests=AWL,BAYES_50,FSL_HELO_BARE_IP_2,RCVD_IN_DNSWL_NONE,RCVD_IN_HOSTKARMA_NO,RCVD_NUMERIC_HELO,RDNS_NONE,SPF_HELO_PASS,SPF_PASS autolearn=no version=3.3.1 To: cygwin AT cygwin DOT com From: Achim Gratz Subject: cc1: warning: ../../include/w32api: No such file or directory [enabled by default] Date: Wed, 24 Jul 2013 11:22:41 +0000 (UTC) Lines: 18 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit User-Agent: Loom/3.14 (http://gmane.org/) The above warning appears when -Wmissing-include-dirs is in effect (and aborts compilation if -Werror is also given). The missing include path seems to be produced by the following compiler spec: %(cpp_cpu) [...] %{!nostdinc:%{!mno-win32:-idirafter ../include/w32api%s -idirafter ../../include/w32api%s}} which gets expanded into -idirafter /usr/lib/gcc/i686-pc-cygwin/4.7.3/../../../../include/w32api -idirafter ../../include/w32api Is this to be expected? Regards, Achim. -- 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