Return-Path: X-Original-To: apmail-trafficserver-dev-archive@www.apache.org Delivered-To: apmail-trafficserver-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 172AA4EDD for ; Thu, 7 Jul 2011 18:35:28 +0000 (UTC) Received: (qmail 37426 invoked by uid 500); 7 Jul 2011 18:35:27 -0000 Delivered-To: apmail-trafficserver-dev-archive@trafficserver.apache.org Received: (qmail 37251 invoked by uid 500); 7 Jul 2011 18:35:27 -0000 Mailing-List: contact dev-help@trafficserver.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@trafficserver.apache.org Delivered-To: mailing list dev@trafficserver.apache.org Received: (qmail 37243 invoked by uid 99); 7 Jul 2011 18:35:26 -0000 Received: from minotaur.apache.org (HELO minotaur.apache.org) (140.211.11.9) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Jul 2011 18:35:26 +0000 Received: from localhost (HELO mail-bw0-f50.google.com) (127.0.0.1) (smtp-auth username ericb, mechanism plain) by minotaur.apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Jul 2011 18:35:26 +0000 Received: by bwb11 with SMTP id 11so1188641bwb.9 for ; Thu, 07 Jul 2011 11:35:24 -0700 (PDT) Received: by 10.204.145.18 with SMTP id b18mr1019614bkv.26.1310063724686; Thu, 07 Jul 2011 11:35:24 -0700 (PDT) MIME-Version: 1.0 Reply-To: ericb@apache.org Received: by 10.204.80.27 with HTTP; Thu, 7 Jul 2011 11:34:47 -0700 (PDT) In-Reply-To: <00522EF1-BC80-43F3-87AE-56687581001D@toolazydogs.com> References: <00522EF1-BC80-43F3-87AE-56687581001D@toolazydogs.com> From: Eric Balsa Date: Thu, 7 Jul 2011 11:34:47 -0700 Message-ID: Subject: Re: Documentation error for building on Mac OS X To: dev@trafficserver.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On Thu, Jul 7, 2011 at 11:25 AM, Alan D. Cabrera wro= te: > https://cwiki.apache.org/confluence/display/TS/Mac+OS+X > > Seems to be wrong when building from the release directory. =A0I get all = sorts of errors. =A0The server does build correctly of I configure and buil= d from the source directory. =A0Is this to be expected? > > > Regards, > Alan Yes, i build on OSX all the time and those directions are definitely wrong (probably from 2.0.0 days). I'll adjust the wiki. Sorry about that! autoreconf -if ./configure --with-pcre=3D/opt/local make -j8 ... --Eric