From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 65863 invoked by alias); 22 Aug 2017 02:22:04 -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 65842 invoked by uid 89); 22 Aug 2017 02:22:02 -0000 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=i686x86_64, i686,x86_64, mingw64-x86_64-gcc, UD:mirror.constant.com X-HELO: mail-oi0-f65.google.com Received: from mail-oi0-f65.google.com (HELO mail-oi0-f65.google.com) (209.85.218.65) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 22 Aug 2017 02:21:59 +0000 Received: by mail-oi0-f65.google.com with SMTP id r200so3610608oie.0 for ; Mon, 21 Aug 2017 19:21:59 -0700 (PDT) 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:references:to:subject :user-agent; bh=lW8NUoCvj69au3BVvaRiUUTo1oe8C3IGNx8WVpXw1Dw=; b=breXGR5kFjzaPYyeZbkOJ9sn9ekG5fAKbqrsXPidS0iaGql16949MJE19ZuLnyrTRZ eAfmK1EBjqSm32UnaijUKTp4/P6HoRP+OaFvScS2KRsjl3AwyxWBfDoUkNbjZY5biPPn ehHb7fYP4kP+82cW+aYFUpA7csOHPFxterfgCuq80a4skRKhl1pjR2Vzb0hpzsHzGJbf Ra7tOm9VJ8SKzeehQvlfjgQto28EPHVHrQu5fXi1zLeWkaYrAFPou8vHx0ufIOMgIYoo 9lJigzj3aTlpLlOJe3641Oy2zORgaOYr6dI8TpsOc3zjXFoC6g98n2fh35dbSX3SSIwl sIhA== X-Gm-Message-State: AHYfb5gvpUvqmMYoklPwORmzFGLELEApcTgnHkIp3Z+ZJNMoacbOOuLh qR9sZMHCyMn7d036 X-Received: by 10.202.92.8 with SMTP id q8mr24047254oib.73.1503368517495; Mon, 21 Aug 2017 19:21:57 -0700 (PDT) Received: from EL8 ([2605:6000:9fc0:56:3c14:e5c4:5a0e:92]) by smtp.gmail.com with ESMTPSA id h11sm14489147oif.34.2017.08.21.19.21.56 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 21 Aug 2017 19:21:56 -0700 (PDT) Message-ID: <599b9544.0bb7ca0a.5579b.c926@mx.google.com> Date: Tue, 22 Aug 2017 02:22:00 -0000 From: Steven Penny X-Google-Original-From: Steven Penny References: <599a494a.1500ca0a.658b0.1041@mx.google.com> To: cygwin@cygwin.com Subject: Re: [ANNOUNCEMENT] [Updated] mingw64-{i686,x86_64} binutils, gcc (Test) Content-Type: text/plain; charset=utf8; format=flowed User-Agent: Tryst/2.0.1 (github.com/svnpenn/tryst) X-SW-Source: 2017-08/txt/msg00192.txt.bz2 On Sun, 20 Aug 2017 19:45:30, Steven Penny wrote: > On Sun, 20 Aug 2017 18:57:24, Steven Penny wrote: > > Question - is mingw64-x86_64-gcc-g++ still coming? I have come C++ projects I > > could test it with. > > Correcting myself; looks like the Aug 20 update includes C and C++: > > http://cygwin.mirror.constant.com/x86_64/release/mingw64-x86_64-gcc I am getting an error with the new C++ compiler - it could be a problem with the project I am compiling, but it seems more like a compiler issue. Here is the project: http://github.com/Martchus/tagparser and here is my build script: http://github.com/svnpenn/glade/tree/master/tagparser and here is the error: [ 7%] Building CXX object CMakeFiles/tagparser_static.dir/mp4/mp4tagfield.cpp.o In file included from /usr/lib/gcc/x86_64-w64-mingw32/6.3.0/include/c++/ext/string_conversions.h:41:0, from /usr/lib/gcc/x86_64-w64-mingw32/6.3.0/include/c++/bits/basic_string.h:5402, from /usr/lib/gcc/x86_64-w64-mingw32/6.3.0/include/c++/string:52, from /usr/lib/gcc/x86_64-w64-mingw32/6.3.0/include/c++/stdexcept:39, from /usr/lib/gcc/x86_64-w64-mingw32/6.3.0/include/c++/array:39, from /usr/lib/gcc/x86_64-w64-mingw32/6.3.0/include/c++/tuple:39, from /usr/lib/gcc/x86_64-w64-mingw32/6.3.0/include/c++/functional:55, from /usr/x86_64-w64-mingw32/sys-root/mingw/include/c++utilities/chrono/timespan.h:7, from /usr/x86_64-w64-mingw32/sys-root/mingw/include/c++utilities/chrono/datetime.h:4, from /var/cache/glade/tagparser/notification.h:6, from /var/cache/glade/tagparser/statusprovider.h:4, from /var/cache/glade/tagparser/abstracttrack.h:4, from /var/cache/glade/tagparser/mp4/mp4track.h:4, from /var/cache/glade/tagparser/mp4/mp4atom.cpp:1: /usr/lib/gcc/x86_64-w64-mingw32/6.3.0/include/c++/cstdlib:75:25: fatal error: stdlib.h: No such file or directory #include_next -- 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