You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ta...@apache.org on 2008/11/18 16:09:55 UTC

svn commit: r718629 - /activemq/activemq-cpp/trunk/README.txt

Author: tabish
Date: Tue Nov 18 07:09:54 2008
New Revision: 718629

URL: http://svn.apache.org/viewvc?rev=718629&view=rev
Log:
Updated for the 2.2.2 release

Modified:
    activemq/activemq-cpp/trunk/README.txt

Modified: activemq/activemq-cpp/trunk/README.txt
URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/README.txt?rev=718629&r1=718628&r2=718629&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/README.txt (original)
+++ activemq/activemq-cpp/trunk/README.txt Tue Nov 18 07:09:54 2008
@@ -46,7 +46,10 @@
 MSVC project files. A discussion of the build process can be found
 on the CPPUnit wiki under
 http://cppunit.sourceforge.net/cppunit-wiki/BuildingCppUnit1 this covers
-both MSVC along with many other platforms and tool suites.
+both MSVC along with many other platforms and tool suites.  The included
+Visual Studio Project files are configured to search for CPPUnit in the
+directory C:\Program Files\CPPUnit, you will need to make changes to
+reflect your own configuration if it differs.
 
 1.3 APR and APR Util
 -------------------------------------------------------------------------
@@ -181,8 +184,11 @@
 
 6 Notes for Windows users
 --------------------------------------------------------------------------
-We support using the GNU compiler on Windows, using the Cygwin package.
-However we also support using the MSVC compiler on Windows.
+We do not support using the GNU compiler on Windows, using the Cygwin package
+or the MinGW platform, several issues with sockets and threading were found to
+exist when trying to use these solutions.
+
+However we do support using the MSVC compiler on Windows.
 
 There are a couple or things that you will need to setup to ensure that
 the MSVC compile succeeds.