Return-Path: Delivered-To: apmail-activemq-commits-archive@www.apache.org Received: (qmail 57301 invoked from network); 21 Jun 2008 14:04:02 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 21 Jun 2008 14:04:02 -0000 Received: (qmail 33782 invoked by uid 500); 21 Jun 2008 14:04:04 -0000 Delivered-To: apmail-activemq-commits-archive@activemq.apache.org Received: (qmail 33727 invoked by uid 500); 21 Jun 2008 14:04:04 -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 33718 invoked by uid 99); 21 Jun 2008 14:04:04 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 21 Jun 2008 07:04:04 -0700 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; Sat, 21 Jun 2008 14:03:14 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 6777F2388A02; Sat, 21 Jun 2008 07:03:03 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r670199 - /activemq/activemq-cpp/tags/activemq-cpp-2.2/README.txt Date: Sat, 21 Jun 2008 14:03:03 -0000 To: commits@activemq.apache.org From: tabish@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080621140303.6777F2388A02@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: tabish Date: Sat Jun 21 07:03:02 2008 New Revision: 670199 URL: http://svn.apache.org/viewvc?rev=670199&view=rev Log: https://issues.apache.org/activemq/browse/AMQCPP-183 Modified: activemq/activemq-cpp/tags/activemq-cpp-2.2/README.txt Modified: activemq/activemq-cpp/tags/activemq-cpp-2.2/README.txt URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/tags/activemq-cpp-2.2/README.txt?rev=670199&r1=670198&r2=670199&view=diff ============================================================================== --- activemq/activemq-cpp/tags/activemq-cpp-2.2/README.txt (original) +++ activemq/activemq-cpp/tags/activemq-cpp-2.2/README.txt Sat Jun 21 07:03:02 2008 @@ -86,6 +86,21 @@ any of the Makefile.am files. ----------------------------------------------------------------------- + |MacOS X Note: | + | Make sure to set the LIBTOOLIZE environment variable to point to | + | /usr/bin/glibtoolize for the build to complete successfully. Below | + | is an example: | + | | + | $ export LIBTOOLIZE=/usr/bin/glibtoolize | + | | + | If you do not use this environment variable you will encounter an | + | error stating: | + | | + | Can't exec "libtoolize": No such file or directory at | + | /opt/local/share/autoconf/Autom4te/FileUtils.pm line 290... | + ----------------------------------------------------------------------- + + ----------------------------------------------------------------------- |Solaris 10 Note: CppUnit might not build until you correct the file | | libstdc++.la to contain the correct data, see this discussion: | | http://forum.sun.com/jive/thread.jspa?threadID=73150 | @@ -170,7 +185,9 @@ the MSVC compile succeeds. * You need to download and install the Platform SDK if you don't have it - installed already. + installed already. On machines where you intend to use the built libraries + and executable you will also need to install the MS Redistributable for the + version of Visual Studio which you used to build the library. * Ensure that the path to you MSVC install is set in the PATH env variable. You can test this by typing cl.exe at the command line, if you get an