From commits-return-11007-apmail-activemq-commits-archive=activemq.apache.org@activemq.apache.org Tue Jun 09 17:56:24 2009 Return-Path: Delivered-To: apmail-activemq-commits-archive@www.apache.org Received: (qmail 38130 invoked from network); 9 Jun 2009 17:56:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 9 Jun 2009 17:56:23 -0000 Received: (qmail 48964 invoked by uid 500); 9 Jun 2009 17:56:35 -0000 Delivered-To: apmail-activemq-commits-archive@activemq.apache.org Received: (qmail 48916 invoked by uid 500); 9 Jun 2009 17:56:35 -0000 Mailing-List: contact commits-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list commits@activemq.apache.org Received: (qmail 48907 invoked by uid 99); 9 Jun 2009 17:56:35 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Jun 2009 17:56:35 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Jun 2009 17:56:23 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 5D174238888C; Tue, 9 Jun 2009 17:56:02 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r783083 - /activemq/activemq-cpp/branches/activemq-cpp-2.x/README.txt Date: Tue, 09 Jun 2009 17:56:02 -0000 To: commits@activemq.apache.org From: tabish@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090609175602.5D174238888C@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: tabish Date: Tue Jun 9 17:56:01 2009 New Revision: 783083 URL: http://svn.apache.org/viewvc?rev=783083&view=rev Log: https://issues.apache.org/activemq/browse/AMQCPP-245 Modified: activemq/activemq-cpp/branches/activemq-cpp-2.x/README.txt Modified: activemq/activemq-cpp/branches/activemq-cpp-2.x/README.txt URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/branches/activemq-cpp-2.x/README.txt?rev=783083&r1=783082&r2=783083&view=diff ============================================================================== --- activemq/activemq-cpp/branches/activemq-cpp-2.x/README.txt (original) +++ activemq/activemq-cpp/branches/activemq-cpp-2.x/README.txt Tue Jun 9 17:56:01 2009 @@ -86,6 +86,28 @@ APR-Util 1.2.x, this implies that you will need to build and install APR from the source download at Apache. + ----------------------------------------------------------------------- + |MacOS X Note: | + | If you have installed APR and APR-Util via MacPorts | + | (http://www.macports.org/) and you are building ActiveMQ-CPP from | + | source, you will need to specify the location of the APR libraries | + | to the configure script. This is easy to do and only requires one | + | extra option for compilation. An example of this is shown below | + | using the standard location for these libraries as intalled by | + | MacPorts: | + | | + | $ ./configure \ | + | --with-apr=/opt/local/var/macports/software/apr/1.3.3_0/opt/local/ | + | | + | Please notice that this is simply a single option to the | + | configure script that has been broken into two lines by escaping | + | the newline character to fit the formatting of this file. | + | | + | If you have manually compiled and installed the APR libraries into | + | a custom location, then you will need to point to that location | + | using the argument above. | + ----------------------------------------------------------------------- + 1.4 GNU Build System (for building on Unix/Linux/OS X) --------------------------------------------------------------------------