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 2009/08/05 19:26:15 UTC

svn commit: r801324 - /qpid/trunk/qpid/cpp/INSTALL-WINDOWS

Author: shuston
Date: Wed Aug  5 17:26:14 2009
New Revision: 801324

URL: http://svn.apache.org/viewvc?rev=801324&view=rev
Log:
Clarify that the build dir need not be a subdir of cpp/src; also, note the need for the \qpidd dir

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

Modified: qpid/trunk/qpid/cpp/INSTALL-WINDOWS
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/INSTALL-WINDOWS?rev=801324&r1=801323&r2=801324&view=diff
==============================================================================
--- qpid/trunk/qpid/cpp/INSTALL-WINDOWS (original)
+++ qpid/trunk/qpid/cpp/INSTALL-WINDOWS Wed Aug  5 17:26:14 2009
@@ -102,8 +102,9 @@
   CMakeSetup on the desktop - it is named CMake.
 - The CMakeSetup window has 2 directory selection areas at the top; one for
   where the source is located (C:\qpid\trunk\qpid\cpp) and one for where you
-  wish to place the build. A subdirectory of the source directory is generally
-  preferred (C:\qpid\trunk\qpid\cpp\build)
+  wish to place the build. A directory separate from the source directory is
+  generally preferred; it can be, but need not be, a subdirectory to the
+  source. (C:\qpid\trunk\qpid\cpp\build)
 - The first time you run CMakeSetup it will ask you to select a generator.
   You should select the method you prefer to build with: Visual Studio 2008
   or NMake Makefiles.
@@ -145,4 +146,7 @@
 7. Troubleshooting
 ==================
 
-There are currently two JIRAs open against Windows.
+When the broker is executed it will try to store a file in the "qpidd"
+subdirectory of the current user's temporary file directory, or in
+C:\WINDOWS\TEMP. If the qpidd directory can't be created or accessed the
+broker startup will fail.



---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:commits-subscribe@qpid.apache.org