From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20616 invoked by alias); 1 May 2014 13:38:35 -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 20600 invoked by uid 89); 1 May 2014 13:38:35 -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-f173.google.com Received: from mail-lb0-f173.google.com (HELO mail-lb0-f173.google.com) (209.85.217.173) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Thu, 01 May 2014 13:38:33 +0000 Received: by mail-lb0-f173.google.com with SMTP id l4so2177033lbv.32 for ; Thu, 01 May 2014 06:38:30 -0700 (PDT) MIME-Version: 1.0 X-Received: by 10.152.120.168 with SMTP id ld8mr7754646lab.12.1398951510099; Thu, 01 May 2014 06:38:30 -0700 (PDT) Received: by 10.114.75.11 with HTTP; Thu, 1 May 2014 06:38:30 -0700 (PDT) In-Reply-To: References: Date: Thu, 01 May 2014 13:38: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/msg00011.txt.bz2 #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 What am I doing wrong? -- 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