delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2017/09/23/23:08:08

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:message-id:date:from:subject:to:references
:content-type; q=dns; s=default; b=Hhmw3L4mhonIodyEuzgFBgCoYZRu/
mgAZwvFiS2n+XmTihGQXUMq4BSbkz0wLR6HQsPf3J7wzsZwLz1VMRO9akbyxJpn9
Ti028cRpQ0gJO6ShkE9nPvh3f1lxSCMiqV+I5UtcOx2uVQkNgmmgGRBIeuWGzEDT
Pk5XSGzCHIFcRs=
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:message-id:date:from:subject:to:references
:content-type; s=default; bh=CbjFZal5+DDD+xprp/TqwkKzO8w=; b=V5Y
lg7mWYqyV5HApqfsNy7V34eawjadYSQGQxXw93rrp3JBe+w0A4wevf9SmNYJoXA1
dg6DK0CtFqsAkru4WbfZhf37UUDgmOHfs7ptuivPr9vhkhoqrkUb8pMGYNZZ+nCy
+zn3UBTiFugZ63twF6gi/4Iw77NNx1Qivv+iT6Fo=
Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner AT cygwin DOT com
Mail-Followup-To: cygwin AT cygwin DOT com
Delivered-To: mailing list cygwin AT cygwin DOT com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=-1.4 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=no version=3.3.2 spammy=(unknown), contacting, H*UA:github.com, H*M:google
X-HELO: mail-oi0-f53.google.com
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:message-id:date:from:subject:to:references :user-agent; bh=SRoJkzh9djzDFZhPu2I3Jdir3RFsGaRcOBoO1uBNxqA=; b=G8UelUJ2yWZ4p5vETEznp/ZJAXcQ40FmidioMkC9bz4NrHfoIC555GcZXFvlOxBEKA zIPh8q35bBaVRkn6Z8q2sOQ3v/P6zSru3p8XSaN6BHWub0uzqbmn/YaHLgnMbeTMh/oW N9mR18C/oZM9XFiiXNjbyWlI1re3aQU57gzm4abJXBfodhMFk3/UpXlZyBIIPFHkU6BB uMKkUEhRDslLk8VqyUgEyf0LSMgAWqBpsdSFjAvOHxAaz6e93Hv5CcqmdzvA7wmw7HOr dKXgS/1PDCWcgsMVhLiZmSN4/WpM/Cnx4QyMiD5SeHk5ecfkoE2WMJ22lW2Nji8Wzaml 8/sg==
X-Gm-Message-State: AHPjjUijWu8As4q2O5ogAdLVuN3Euzs6oV7JgxmST0/hZHDVPfm4Yif4 bOBRq8RtP5JJvUkaTkjaCDL0zQ==
X-Google-Smtp-Source: AOwi7QA6s0zJr8/Eg4rsW3DXZbUTcXHLPv+E8C1FvbvHzAhTPc/oBlr14mqDJRutoH3A3zVCFo8LzQ==
X-Received: by 10.202.171.142 with SMTP id u136mr4011008oie.0.1506222469903; Sat, 23 Sep 2017 20:07:49 -0700 (PDT)
Message-ID: <59c72185.cd6cca0a.628d8.748b@mx.google.com>
Date: Sat, 23 Sep 2017 20:07:49 -0700 (PDT)
From: Steven Penny <svnpenn AT gmail DOT com>
X-Google-Original-From: Steven Penny
Subject: Re: [ANNOUNCEMENT] [Updated] mingw64-{i686,x86_64} binutils, gcc (Test)
To: cygwin AT cygwin DOT com
References: <33b5026b-7499-4a71-39c1-00629ed9cac8 AT gmail DOT com>
User-Agent: Tryst/2.0.1 (github.com/svnpenn/tryst)

On Sun, 24 Sep 2017 00:48:20, JonY wrote:
> I don't really work with cmake, but what it looks like, but it probably
> makes gcc look in the mingw include dir first and then gcc's, breaking
> gcc's headers.
> 
> Unfortunately, I don't have any good ideas besides hacking cmake to
> remove the -isystem calls, or contacting gcc-help directly.

Workaround below:

IDR=/usr/x86_64-w64-mingw32/sys-root/mingw/include
cmake -DCMAKE_CXX_IMPLICIT_INCLUDE_DIRECTORIES="$IDR"

http://github.com/svnpenn/glade/blob/f90c642/tagparser/install.sh#L7


--
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

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019