From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4906 invoked by alias); 1 May 2014 14:11:11 -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 4889 invoked by uid 89); 1 May 2014 14:11:10 -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,FREEMAIL_FROM,KAM_INFOUSME,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-lb0-f181.google.com Received: from mail-lb0-f181.google.com (HELO mail-lb0-f181.google.com) (209.85.217.181) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Thu, 01 May 2014 14:11:08 +0000 Received: by mail-lb0-f181.google.com with SMTP id z11so2137878lbi.26 for ; Thu, 01 May 2014 07:11:04 -0700 (PDT) MIME-Version: 1.0 X-Received: by 10.152.170.137 with SMTP id am9mr7841659lac.15.1398953464518; Thu, 01 May 2014 07:11:04 -0700 (PDT) Received: by 10.114.75.11 with HTTP; Thu, 1 May 2014 07:11:04 -0700 (PDT) In-Reply-To: References: Date: Thu, 01 May 2014 14:11:00 -0000 Message-ID: Subject: Re: POXIX regexp and i686-pc-mingw32-g++ From: Jim Reisert AD1C To: cygwin@cygwin.com Content-Type: text/plain; charset=ISO-8859-1 X-SW-Source: 2014-05/txt/msg00012.txt.bz2 On Thu, May 1, 2014 at 7:38 AM, Jim Reisert AD1C wrote: > #include > #include > #include > #include > #include > > #include > > > results in: > > # i686-pc-mingw32-g++ -g -Wall -I../../library -c -o csv2adif.o csv2adif.cpp > > csv2adif.cpp:12:19: fatal error: regex.h: No such file or directory > > > /usr/include/regex.h > /usr/lib/gcc/i686-pc-cygwin/4.8.2/include/c++/bits/regex.h > /usr/lib/gcc/i686-pc-mingw32/4.7.3/include/c++/bits/regex.h I should have mentioned: Change "i686-pc-mingw32-g++" to simply "g++" and there is no problem. -- Jim Reisert AD1C, , http://www.ad1c.us -- 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