You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by sh...@apache.org on 2013/07/12 22:23:43 UTC

svn commit: r1502669 - in /qpid/trunk/qpid/cpp: INSTALL INSTALL-WINDOWS

Author: shuston
Date: Fri Jul 12 20:23:43 2013
New Revision: 1502669

URL: http://svn.apache.org/r1502669
Log:
Warn that python 3.x and ruby 2.x do not work. Related to QPID-4982.

Modified:
    qpid/trunk/qpid/cpp/INSTALL
    qpid/trunk/qpid/cpp/INSTALL-WINDOWS

Modified: qpid/trunk/qpid/cpp/INSTALL
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/INSTALL?rev=1502669&r1=1502668&r2=1502669&view=diff
==============================================================================
--- qpid/trunk/qpid/cpp/INSTALL (original)
+++ qpid/trunk/qpid/cpp/INSTALL Fri Jul 12 20:23:43 2013
@@ -150,10 +150,13 @@ all of the above plus:
  * doxygen    <ftp://ftp.stack.nl/pub/users/dimitri/>  	(1.5.1)
  * graphviz   <http://www.graphviz.org/>               	(2.12)
  * ruby 1.8   <http://www.ruby-lang.org>               	(1.8.4)
-
+ * python 2.x <http://www.python.org>                   (2.4.3)
 
 NOTE: make sure to install the related '-devel' packages also!!!!
 
+NOTE: Python 3.x is know to NOT work - please use 2.7 or earlier.
+Ruby should be prior to version 2.
+
 To build the QMF (Qpid Management Framework) bindings for Ruby and Python,
 the following must also be installed:
 

Modified: qpid/trunk/qpid/cpp/INSTALL-WINDOWS
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/INSTALL-WINDOWS?rev=1502669&r1=1502668&r2=1502669&view=diff
==============================================================================
--- qpid/trunk/qpid/cpp/INSTALL-WINDOWS (original)
+++ qpid/trunk/qpid/cpp/INSTALL-WINDOWS Fri Jul 12 20:23:43 2013
@@ -41,9 +41,7 @@ Take these as a recommended minimum vers
 The following libraries and header files must be installed to build
 from either a source checkout or a source distribution:
 
- * boost      <http://www.boost.org>                   	(1.35)(*)
-
-earlier versions of boost e.g. 1.33 also work
+ * boost      <http://www.boost.org>                   	(1.35)
 
 To build from a source repository (SVN) checkout you will need boost plus:
 
@@ -51,6 +49,9 @@ To build from a source repository (SVN) 
  * python     <http://www.python.org>                   (2.5.2)
  * ruby       <http://www.ruby-lang.org>               	(1.8.4)
 
+NOTE: Python 3.x is known to NOT work - please use 2.7 or earlier.
+Ruby should be prior to version 2.
+
 Regardless of which type of build you perform, if you wish to run the full
 test suite, you will need to have python, listed above, installed.
 



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org