From dev-return-24891-apmail-apr-dev-archive=apr.apache.org@apr.apache.org Mon Apr 30 16:26:55 2012 Return-Path: X-Original-To: apmail-apr-dev-archive@www.apache.org Delivered-To: apmail-apr-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 0C49998F7 for ; Mon, 30 Apr 2012 16:26:55 +0000 (UTC) Received: (qmail 72893 invoked by uid 500); 30 Apr 2012 16:26:54 -0000 Delivered-To: apmail-apr-dev-archive@apr.apache.org Received: (qmail 72799 invoked by uid 500); 30 Apr 2012 16:26:54 -0000 Mailing-List: contact dev-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Id: Delivered-To: mailing list dev@apr.apache.org Received: (qmail 72787 invoked by uid 99); 30 Apr 2012 16:26:54 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 30 Apr 2012 16:26:54 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [64.255.237.176] (HELO smtp4.pacifier.net) (64.255.237.176) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 30 Apr 2012 16:26:44 +0000 Received: from webmail.iinet.com (web03-proaxis.pacifier.net [64.255.238.33]) by smtp4.pacifier.net (Postfix) with ESMTP id E05EA38F09; Mon, 30 Apr 2012 09:26:22 -0700 (PDT) Received: from 159.121.180.80 (SquirrelMail authenticated user shathawa@e-z.net) by webmail.iinet.com with HTTP; Mon, 30 Apr 2012 09:26:22 -0700 (PDT) Message-ID: <36339.159.121.180.80.1335803182.squirrel@webmail.iinet.com> In-Reply-To: <7232A3A7C53F634B8E91E65BC7833C511388159244@TR-EXCH07.prog.altair.com> References: <7232A3A7C53F634B8E91E65BC7833C511388159244@TR-EXCH07.prog.altair.com> Date: Mon, 30 Apr 2012 09:26:22 -0700 (PDT) Subject: Re: Cannot find regex.h when building with Developer Studio 2010 From: shathawa@e-z.net To: "David Scarchilli" Cc: "dev@apr.apache.org" User-Agent: SquirrelMail/1.4.6 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal > Hello, > > I'm trying to build apr-1.4.6 with apr-util-1.4.1 and apr-iconv-1.2.1 > using Developer Studio 2010. I'm getting this error: > > apr_dbd_freetds.c(48): fatal error C1083: Cannot open include file: > 'regex.h': No such file or directory > > I loaded and converted aprutil.dsw into Dev Studio. > > I looked at pcre-8.3, but did not find regex.h. Am I missing some other > third party library? I could not find regex.h anywhere under > apr/apr-util/apr-iconv. And I don't believe it is part of Dev Studio 2010. > > Thanks for the help. > > I don't know APR, but is known to be a header file for the GNU regular expressions library. Steven J. Hathaway