[jira] [Commented] (QPID-4982) cmake for Visual Studio fails

2013-07-12 Thread Steve Rothkin (JIRA)

[ 
https://issues.apache.org/jira/browse/QPID-4982?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13706931#comment-13706931
 ] 

Steve Rothkin commented on QPID-4982:
-

How do I fix the last error - Regenerating Qpid Management Framework sources
CMake Error at src/CMakeLists.txt:231 (include):
include could not find load file:

C:/Qpid/src/managementgen.cmake

 cmake for Visual Studio fails
 -

 Key: QPID-4982
 URL: https://issues.apache.org/jira/browse/QPID-4982
 Project: Qpid
  Issue Type: Bug
  Components: Build Tools
Affects Versions: 0.22, 0.23
 Environment: Windows 7 Enterprise 64 bit SP1
Reporter: Steve Rothkin
Priority: Blocker
 Attachments: qpid-windows-build-log.txt, screenshot-1.jpg


 I followed the instructions in cpp\INSTALL-WINDOWS. I have installed the 
 latest Windows versions of Boost, Ruby, and Python as per the instructions. 
 I've also built the Boost libraries and set the environment variables as per 
 the instructions. 
 I tried the 3. Building from a Source Distribution using qpid-0.22.tar.gz 
 using the cmake command line tool. I got the following errors:
 c:\cyghome\QueueSystems\Qpid\qpid-0.22\cppcmake -i -G Visual Studio 9 2008
 Would you like to see advanced options? [No]:
 Please wait while cmake processes CMakeLists.txt files
   File string, line 1
 from distutils.sysconfig import get_python_lib; print 
 get_python_lib(False)
^
 SyntaxError: invalid syntax
   File C:/cyghome/QueueSystems/Qpid/qpid-0.22/cpp/managementgen/qmf-gen, 
 line
 64
 print no input files
  ^
 SyntaxError: invalid syntax
 CMake Error at src/CMakeLists.txt:231 (include):
   include could not find load file:
 C:/cyghome/QueueSystems/Qpid/qpid-0.22/cpp/src/managementgen.cmake
 CMake Error at C:/Program Files (x86)/CMake 
 2.8/share/cmake-2.8/Modules/FindBoos
 t.cmake:1104 (message):
   Unable to find the requested Boost libraries.
   Boost version: 1.54.0
   Boost include path: C:/boost/boost_1_54_0
   The following Boost libraries could not be found:
   boost_program_options
   boost_date_time
   boost_thread
   boost_unit_test_framework
   boost_regex
   No Boost libraries were found.  You may need to set BOOST_LIBRARYDIR to the
   directory containing Boost libraries or BOOST_ROOT to the location of
   Boost.
 Call Stack (most recent call first):
   src/CMakeLists.txt:325 (find_package)
 -
 I also tried the 4. Building a Repository Working Copy with a checkout of the 
 latest from SVN using the cmake GUI (selecting Visual Studio 10 Win64 as the 
 generator since I don't have VS2008). I got the following errors:
 Regenerating Qpid Management Framework sources
 CMake Error at src/CMakeLists.txt:232 (include):
   include could not find load file:
 C:/Qpid/src/managementgen.cmake
 CMake Error at C:/Program Files (x86)/CMake 
 2.8/share/cmake-2.8/Modules/FindBoost.cmake:1104 (message):
   Unable to find the requested Boost libraries.
   Boost version: 1.54.0
   Boost include path: C:/boost/boost_1_54_0
   The following Boost libraries could not be found:
   boost_program_options
   boost_date_time
   boost_thread
   boost_unit_test_framework
   boost_regex
   No Boost libraries were found.  You may need to set BOOST_LIBRARYDIR to the
   directory containing Boost libraries or BOOST_ROOT to the location of
   Boost.
 Call Stack (most recent call first):
   src/CMakeLists.txt:364 (find_package)
 CMake Error at src/CMakeLists.txt:366 (message):
   Boost C++ libraries not found.  Please install or try setting BOOST_ROOT
 Configuring incomplete, errors occurred!
 -
 The relevant environment variables on my system are:
 BOOST_LIBRARYDIR=C:\boost\boost_1_54_0\stage\lib
 BOOST_ROOT=C:\boost\boost_1_54_0
 INCLUDE=c:\Program Files (x86)\Microsoft Visual Studio 
 10.0\VC\INCLUDE;c:\Program Files (x86)\Microsoft Visual Studio 
 10.0\VC\ATLMFC\INCLUDE;C:\Program Files (x86)\Microsoft 
 SDKs\Windows\v7.0A\include;C:\boost\boost_1_54_0
 LIB=c:\Program Files (x86)\Microsoft Visual Studio 
 10.0\VC\LIB\amd64;c:\Program Files (x86)\Microsoft Visual Studio 
 10.0\VC\ATLMFC\LIB\amd64;C:\Program Files (x86)\Microsoft 
 SDKs\Windows\v7.0A\lib\x64;C:\boost\boost_1_54_0\stage\lib
 LIBPATH=C:\Windows\Microsoft.NET\Framework64\v4.0.30319;C:\Windows\Microsoft.NET\Framework64\v3.5;c:\Program
  Files (x86)\Microsoft Visual Studio 10.0\VC\LIB\amd64;c:\Program Files 
 (x86)\Microsoft Visual Studio 
 10.0\VC\ATLMFC\LIB\amd64;C:\boost\boost_1_54_0\stage\lib
 Path=c:\Program Files (x86)\Microsoft Visual Studio 
 

[jira] [Commented] (QPID-4982) cmake for Visual Studio fails

2013-07-12 Thread Steve Huston (JIRA)

[ 
https://issues.apache.org/jira/browse/QPID-4982?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13707072#comment-13707072
 ] 

Steve Huston commented on QPID-4982:


I reproduced the problem. The best workaround is to use a python 2.7 instead of 
3.x. I will look into why this is.

 cmake for Visual Studio fails
 -

 Key: QPID-4982
 URL: https://issues.apache.org/jira/browse/QPID-4982
 Project: Qpid
  Issue Type: Bug
  Components: Build Tools
Affects Versions: 0.22, 0.23
 Environment: Windows 7 Enterprise 64 bit SP1
Reporter: Steve Rothkin
Priority: Blocker
 Attachments: qpid-windows-build-log.txt, screenshot-1.jpg


 I followed the instructions in cpp\INSTALL-WINDOWS. I have installed the 
 latest Windows versions of Boost, Ruby, and Python as per the instructions. 
 I've also built the Boost libraries and set the environment variables as per 
 the instructions. 
 I tried the 3. Building from a Source Distribution using qpid-0.22.tar.gz 
 using the cmake command line tool. I got the following errors:
 c:\cyghome\QueueSystems\Qpid\qpid-0.22\cppcmake -i -G Visual Studio 9 2008
 Would you like to see advanced options? [No]:
 Please wait while cmake processes CMakeLists.txt files
   File string, line 1
 from distutils.sysconfig import get_python_lib; print 
 get_python_lib(False)
^
 SyntaxError: invalid syntax
   File C:/cyghome/QueueSystems/Qpid/qpid-0.22/cpp/managementgen/qmf-gen, 
 line
 64
 print no input files
  ^
 SyntaxError: invalid syntax
 CMake Error at src/CMakeLists.txt:231 (include):
   include could not find load file:
 C:/cyghome/QueueSystems/Qpid/qpid-0.22/cpp/src/managementgen.cmake
 CMake Error at C:/Program Files (x86)/CMake 
 2.8/share/cmake-2.8/Modules/FindBoos
 t.cmake:1104 (message):
   Unable to find the requested Boost libraries.
   Boost version: 1.54.0
   Boost include path: C:/boost/boost_1_54_0
   The following Boost libraries could not be found:
   boost_program_options
   boost_date_time
   boost_thread
   boost_unit_test_framework
   boost_regex
   No Boost libraries were found.  You may need to set BOOST_LIBRARYDIR to the
   directory containing Boost libraries or BOOST_ROOT to the location of
   Boost.
 Call Stack (most recent call first):
   src/CMakeLists.txt:325 (find_package)
 -
 I also tried the 4. Building a Repository Working Copy with a checkout of the 
 latest from SVN using the cmake GUI (selecting Visual Studio 10 Win64 as the 
 generator since I don't have VS2008). I got the following errors:
 Regenerating Qpid Management Framework sources
 CMake Error at src/CMakeLists.txt:232 (include):
   include could not find load file:
 C:/Qpid/src/managementgen.cmake
 CMake Error at C:/Program Files (x86)/CMake 
 2.8/share/cmake-2.8/Modules/FindBoost.cmake:1104 (message):
   Unable to find the requested Boost libraries.
   Boost version: 1.54.0
   Boost include path: C:/boost/boost_1_54_0
   The following Boost libraries could not be found:
   boost_program_options
   boost_date_time
   boost_thread
   boost_unit_test_framework
   boost_regex
   No Boost libraries were found.  You may need to set BOOST_LIBRARYDIR to the
   directory containing Boost libraries or BOOST_ROOT to the location of
   Boost.
 Call Stack (most recent call first):
   src/CMakeLists.txt:364 (find_package)
 CMake Error at src/CMakeLists.txt:366 (message):
   Boost C++ libraries not found.  Please install or try setting BOOST_ROOT
 Configuring incomplete, errors occurred!
 -
 The relevant environment variables on my system are:
 BOOST_LIBRARYDIR=C:\boost\boost_1_54_0\stage\lib
 BOOST_ROOT=C:\boost\boost_1_54_0
 INCLUDE=c:\Program Files (x86)\Microsoft Visual Studio 
 10.0\VC\INCLUDE;c:\Program Files (x86)\Microsoft Visual Studio 
 10.0\VC\ATLMFC\INCLUDE;C:\Program Files (x86)\Microsoft 
 SDKs\Windows\v7.0A\include;C:\boost\boost_1_54_0
 LIB=c:\Program Files (x86)\Microsoft Visual Studio 
 10.0\VC\LIB\amd64;c:\Program Files (x86)\Microsoft Visual Studio 
 10.0\VC\ATLMFC\LIB\amd64;C:\Program Files (x86)\Microsoft 
 SDKs\Windows\v7.0A\lib\x64;C:\boost\boost_1_54_0\stage\lib
 LIBPATH=C:\Windows\Microsoft.NET\Framework64\v4.0.30319;C:\Windows\Microsoft.NET\Framework64\v3.5;c:\Program
  Files (x86)\Microsoft Visual Studio 10.0\VC\LIB\amd64;c:\Program Files 
 (x86)\Microsoft Visual Studio 
 10.0\VC\ATLMFC\LIB\amd64;C:\boost\boost_1_54_0\stage\lib
 Path=c:\Program Files (x86)\Microsoft Visual Studio 
 10.0\VC\BIN\amd64;C:\Windows\Microsoft.NET\Framework64\v4.0.30319;C:\Windows\Microsoft.NET\Framework64\v3.5;c:\Program
  Files (x86)\Microsoft Visual Studio 

[jira] [Commented] (QPID-4982) cmake for Visual Studio fails

2013-07-12 Thread Steve Rothkin (JIRA)

[ 
https://issues.apache.org/jira/browse/QPID-4982?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13707192#comment-13707192
 ] 

Steve Rothkin commented on QPID-4982:
-

Yes, that did it. Thank you.

 cmake for Visual Studio fails
 -

 Key: QPID-4982
 URL: https://issues.apache.org/jira/browse/QPID-4982
 Project: Qpid
  Issue Type: Bug
  Components: Build Tools
Affects Versions: 0.22, 0.23
 Environment: Windows 7 Enterprise 64 bit SP1
Reporter: Steve Rothkin
Priority: Blocker
 Attachments: qpid-windows-build-log.txt, screenshot-1.jpg


 I followed the instructions in cpp\INSTALL-WINDOWS. I have installed the 
 latest Windows versions of Boost, Ruby, and Python as per the instructions. 
 I've also built the Boost libraries and set the environment variables as per 
 the instructions. 
 I tried the 3. Building from a Source Distribution using qpid-0.22.tar.gz 
 using the cmake command line tool. I got the following errors:
 c:\cyghome\QueueSystems\Qpid\qpid-0.22\cppcmake -i -G Visual Studio 9 2008
 Would you like to see advanced options? [No]:
 Please wait while cmake processes CMakeLists.txt files
   File string, line 1
 from distutils.sysconfig import get_python_lib; print 
 get_python_lib(False)
^
 SyntaxError: invalid syntax
   File C:/cyghome/QueueSystems/Qpid/qpid-0.22/cpp/managementgen/qmf-gen, 
 line
 64
 print no input files
  ^
 SyntaxError: invalid syntax
 CMake Error at src/CMakeLists.txt:231 (include):
   include could not find load file:
 C:/cyghome/QueueSystems/Qpid/qpid-0.22/cpp/src/managementgen.cmake
 CMake Error at C:/Program Files (x86)/CMake 
 2.8/share/cmake-2.8/Modules/FindBoos
 t.cmake:1104 (message):
   Unable to find the requested Boost libraries.
   Boost version: 1.54.0
   Boost include path: C:/boost/boost_1_54_0
   The following Boost libraries could not be found:
   boost_program_options
   boost_date_time
   boost_thread
   boost_unit_test_framework
   boost_regex
   No Boost libraries were found.  You may need to set BOOST_LIBRARYDIR to the
   directory containing Boost libraries or BOOST_ROOT to the location of
   Boost.
 Call Stack (most recent call first):
   src/CMakeLists.txt:325 (find_package)
 -
 I also tried the 4. Building a Repository Working Copy with a checkout of the 
 latest from SVN using the cmake GUI (selecting Visual Studio 10 Win64 as the 
 generator since I don't have VS2008). I got the following errors:
 Regenerating Qpid Management Framework sources
 CMake Error at src/CMakeLists.txt:232 (include):
   include could not find load file:
 C:/Qpid/src/managementgen.cmake
 CMake Error at C:/Program Files (x86)/CMake 
 2.8/share/cmake-2.8/Modules/FindBoost.cmake:1104 (message):
   Unable to find the requested Boost libraries.
   Boost version: 1.54.0
   Boost include path: C:/boost/boost_1_54_0
   The following Boost libraries could not be found:
   boost_program_options
   boost_date_time
   boost_thread
   boost_unit_test_framework
   boost_regex
   No Boost libraries were found.  You may need to set BOOST_LIBRARYDIR to the
   directory containing Boost libraries or BOOST_ROOT to the location of
   Boost.
 Call Stack (most recent call first):
   src/CMakeLists.txt:364 (find_package)
 CMake Error at src/CMakeLists.txt:366 (message):
   Boost C++ libraries not found.  Please install or try setting BOOST_ROOT
 Configuring incomplete, errors occurred!
 -
 The relevant environment variables on my system are:
 BOOST_LIBRARYDIR=C:\boost\boost_1_54_0\stage\lib
 BOOST_ROOT=C:\boost\boost_1_54_0
 INCLUDE=c:\Program Files (x86)\Microsoft Visual Studio 
 10.0\VC\INCLUDE;c:\Program Files (x86)\Microsoft Visual Studio 
 10.0\VC\ATLMFC\INCLUDE;C:\Program Files (x86)\Microsoft 
 SDKs\Windows\v7.0A\include;C:\boost\boost_1_54_0
 LIB=c:\Program Files (x86)\Microsoft Visual Studio 
 10.0\VC\LIB\amd64;c:\Program Files (x86)\Microsoft Visual Studio 
 10.0\VC\ATLMFC\LIB\amd64;C:\Program Files (x86)\Microsoft 
 SDKs\Windows\v7.0A\lib\x64;C:\boost\boost_1_54_0\stage\lib
 LIBPATH=C:\Windows\Microsoft.NET\Framework64\v4.0.30319;C:\Windows\Microsoft.NET\Framework64\v3.5;c:\Program
  Files (x86)\Microsoft Visual Studio 10.0\VC\LIB\amd64;c:\Program Files 
 (x86)\Microsoft Visual Studio 
 10.0\VC\ATLMFC\LIB\amd64;C:\boost\boost_1_54_0\stage\lib
 Path=c:\Program Files (x86)\Microsoft Visual Studio 
 10.0\VC\BIN\amd64;C:\Windows\Microsoft.NET\Framework64\v4.0.30319;C:\Windows\Microsoft.NET\Framework64\v3.5;c:\Program
  Files (x86)\Microsoft Visual Studio 10.0\VC\VCPackages;c:\Program Files 
 (x86)\Microsoft Visual Studio 10.0\Common7\IDE;c:\Program Files 

[jira] [Commented] (QPID-4982) cmake for Visual Studio fails

2013-07-09 Thread Chuck Rolke (JIRA)

[ 
https://issues.apache.org/jira/browse/QPID-4982?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13703215#comment-13703215
 ] 

Chuck Rolke commented on QPID-4982:
---

re: empty directory. I was referring to an out of source build; it looks like 
you are doing an in source build since you are executing cmake right in the 
qpid/cpp directory. In-source builds are supposed to work, and they did work in 
the past, but I have not tried in-source builds in over two years.

Typically I run cmake from a directory like qpid\b32-vs2010 that is a peer 
directory to qpid\cpp.
  cd qpid
  mkdir b32-vs2010
  cdb32-vs2010
  cmake switches for 32-bit VS2010 ..\cpp

Using this scheme there is no conflict between VS2008/VS2010 or between x86/x64 
generated files landing on top of each other in the source tree. All the 
generated code is in the platform-specific subdirectory. In your case there may 
be stray generated files floating around in the cpp/src directories that are 
confusing the build.

Try refreshing your source tree and running cmake out-of-source and see if that 
helps.

 cmake for Visual Studio fails
 -

 Key: QPID-4982
 URL: https://issues.apache.org/jira/browse/QPID-4982
 Project: Qpid
  Issue Type: Bug
  Components: Build Tools
Affects Versions: 0.22, 0.23
 Environment: Windows 7 Enterprise 64 bit SP1
Reporter: Steve Rothkin
Priority: Blocker

 I followed the instructions in cpp\INSTALL-WINDOWS. I have installed the 
 latest Windows versions of Boost, Ruby, and Python as per the instructions. 
 I've also built the Boost libraries and set the environment variables as per 
 the instructions. 
 I tried the 3. Building from a Source Distribution using qpid-0.22.tar.gz 
 using the cmake command line tool. I got the following errors:
 c:\cyghome\QueueSystems\Qpid\qpid-0.22\cppcmake -i -G Visual Studio 9 2008
 Would you like to see advanced options? [No]:
 Please wait while cmake processes CMakeLists.txt files
   File string, line 1
 from distutils.sysconfig import get_python_lib; print 
 get_python_lib(False)
^
 SyntaxError: invalid syntax
   File C:/cyghome/QueueSystems/Qpid/qpid-0.22/cpp/managementgen/qmf-gen, 
 line
 64
 print no input files
  ^
 SyntaxError: invalid syntax
 CMake Error at src/CMakeLists.txt:231 (include):
   include could not find load file:
 C:/cyghome/QueueSystems/Qpid/qpid-0.22/cpp/src/managementgen.cmake
 CMake Error at C:/Program Files (x86)/CMake 
 2.8/share/cmake-2.8/Modules/FindBoos
 t.cmake:1104 (message):
   Unable to find the requested Boost libraries.
   Boost version: 1.54.0
   Boost include path: C:/boost/boost_1_54_0
   The following Boost libraries could not be found:
   boost_program_options
   boost_date_time
   boost_thread
   boost_unit_test_framework
   boost_regex
   No Boost libraries were found.  You may need to set BOOST_LIBRARYDIR to the
   directory containing Boost libraries or BOOST_ROOT to the location of
   Boost.
 Call Stack (most recent call first):
   src/CMakeLists.txt:325 (find_package)
 -
 I also tried the 4. Building a Repository Working Copy with a checkout of the 
 latest from SVN using the cmake GUI (selecting Visual Studio 10 Win64 as the 
 generator since I don't have VS2008). I got the following errors:
 Regenerating Qpid Management Framework sources
 CMake Error at src/CMakeLists.txt:232 (include):
   include could not find load file:
 C:/Qpid/src/managementgen.cmake
 CMake Error at C:/Program Files (x86)/CMake 
 2.8/share/cmake-2.8/Modules/FindBoost.cmake:1104 (message):
   Unable to find the requested Boost libraries.
   Boost version: 1.54.0
   Boost include path: C:/boost/boost_1_54_0
   The following Boost libraries could not be found:
   boost_program_options
   boost_date_time
   boost_thread
   boost_unit_test_framework
   boost_regex
   No Boost libraries were found.  You may need to set BOOST_LIBRARYDIR to the
   directory containing Boost libraries or BOOST_ROOT to the location of
   Boost.
 Call Stack (most recent call first):
   src/CMakeLists.txt:364 (find_package)
 CMake Error at src/CMakeLists.txt:366 (message):
   Boost C++ libraries not found.  Please install or try setting BOOST_ROOT
 Configuring incomplete, errors occurred!
 -
 The relevant environment variables on my system are:
 BOOST_LIBRARYDIR=C:\boost\boost_1_54_0\stage\lib
 BOOST_ROOT=C:\boost\boost_1_54_0
 INCLUDE=c:\Program Files (x86)\Microsoft Visual Studio 
 10.0\VC\INCLUDE;c:\Program Files (x86)\Microsoft Visual Studio 
 10.0\VC\ATLMFC\INCLUDE;C:\Program Files (x86)\Microsoft 
 SDKs\Windows\v7.0A\include;C:\boost\boost_1_54_0
 

[jira] [Commented] (QPID-4982) cmake for Visual Studio fails

2013-07-09 Thread Steve Rothkin (JIRA)

[ 
https://issues.apache.org/jira/browse/QPID-4982?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13703326#comment-13703326
 ] 

Steve Rothkin commented on QPID-4982:
-

With a clean extract from qpid-0.22.tar.gz I did

cd C:\Sources\Qpid\qpid-0.22
mkdir b64-vs2010
cd b64-vs2010
cmake -i -G Visual Studio 10 ..\cpp

and I got:

  File C:/Sources/Qpid/qpid-0.22/cpp/managementgen/qmf-gen, line 64
print no input files
 ^
SyntaxError: invalid syntax
CMake Error at src/CMakeLists.txt:231 (include):
  include could not find load file:

C:/Sources/Qpid/qpid-0.22/b64-vs2010/src/managementgen.cmake


CMake Error at C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/CMakeCIn
formation.cmake:37 (get_filename_component):
  get_filename_component called with incorrect number of arguments
Call Stack (most recent call first):
  CMakeLists.txt:2 (PROJECT)


CMake Error: Internal CMake error, TryCompile configure of cmake failed
CMake Error at C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/CMakeCIn
formation.cmake:37 (get_filename_component):
  get_filename_component called with incorrect number of arguments
Call Stack (most recent call first):
  CMakeLists.txt:2 (PROJECT)


CMake Error: Internal CMake error, TryCompile configure of cmake failed
CMake Error at C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/CMakeCIn
formation.cmake:37 (get_filename_component):
  get_filename_component called with incorrect number of arguments
Call Stack (most recent call first):
  CMakeLists.txt:2 (PROJECT)


CMake Error: Internal CMake error, TryCompile configure of cmake failed
CMake Error at C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/CMakeCIn
formation.cmake:37 (get_filename_component):
  get_filename_component called with incorrect number of arguments
Call Stack (most recent call first):
  CMakeLists.txt:2 (PROJECT)


CMake Error: Internal CMake error, TryCompile configure of cmake failed
CMake Error at C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/CMakeCIn
formation.cmake:37 (get_filename_component):
  get_filename_component called with incorrect number of arguments
Call Stack (most recent call first):
  CMakeLists.txt:2 (PROJECT)


CMake Error: Internal CMake error, TryCompile configure of cmake failed
CMake Error at C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/CMakeCIn
formation.cmake:37 (get_filename_component):
  get_filename_component called with incorrect number of arguments
Call Stack (most recent call first):
  CMakeLists.txt:2 (PROJECT)


CMake Error: Internal CMake error, TryCompile configure of cmake failed
CMake Error at C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/CMakeCIn
formation.cmake:37 (get_filename_component):
  get_filename_component called with incorrect number of arguments
Call Stack (most recent call first):
  CMakeLists.txt:2 (PROJECT)


CMake Error: Internal CMake error, TryCompile configure of cmake failed
CMake Error at C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/CMakeCIn
formation.cmake:37 (get_filename_component):
  get_filename_component called with incorrect number of arguments
Call Stack (most recent call first):
  CMakeLists.txt:2 (PROJECT)


CMake Error: Internal CMake error, TryCompile configure of cmake failed
CMake Error at C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/CMakeCIn
formation.cmake:37 (get_filename_component):
  get_filename_component called with incorrect number of arguments
Call Stack (most recent call first):
  CMakeLists.txt:2 (PROJECT)


CMake Error: Internal CMake error, TryCompile configure of cmake failed
CMake Error at C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/CMakeCIn
formation.cmake:37 (get_filename_component):
  get_filename_component called with incorrect number of arguments
Call Stack (most recent call first):
  CMakeLists.txt:2 (PROJECT)


CMake Error: Internal CMake error, TryCompile configure of cmake failed
CMake Error at C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/CMakeCIn
formation.cmake:37 (get_filename_component):
  get_filename_component called with incorrect number of arguments
Call Stack (most recent call first):
  CMakeLists.txt:2 (PROJECT)


CMake Error: Internal CMake error, TryCompile configure of cmake failed
CMake Error at C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/CMakeCIn
formation.cmake:37 (get_filename_component):
  get_filename_component called with incorrect number of arguments
Call Stack (most recent call first):
  CMakeLists.txt:2 (PROJECT)


CMake Error: Internal CMake error, TryCompile configure of cmake failed
CMake Error at C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/CMakeCIn
formation.cmake:37 (get_filename_component):
  get_filename_component called with incorrect number of arguments
Call Stack (most recent call first):
  CMakeLists.txt:2 (PROJECT)


CMake Error: 

[jira] [Commented] (QPID-4982) cmake for Visual Studio fails

2013-07-09 Thread Steve Rothkin (JIRA)

[ 
https://issues.apache.org/jira/browse/QPID-4982?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13703331#comment-13703331
 ] 

Steve Rothkin commented on QPID-4982:
-

I tried again with 

C:\cd C:\Sources\Qpid\qpid-0.22\cpp

C:\Sources\Qpid\qpid-0.22\cppmkdir b64-vs2010

C:\Sources\Qpid\qpid-0.22\cppcd b64-vs2010

C:\Sources\Qpid\qpid-0.22\cpp\b64-vs2010cmake -i -G Visual Studio 10 ..

and I got (including my configuration option changes):

Would you like to see advanced options? [No]:
Please wait while cmake processes CMakeLists.txt files

  File string, line 1
from distutils.sysconfig import get_python_lib; print get_python_lib(False)
   ^
SyntaxError: invalid syntax
Generated C:/Sources/Qpid/qpid-0.22/cpp/b64-vs2010/src/tests/allSegmentTypes.h
Generated C:/Sources/Qpid/qpid-0.22/cpp/b64-vs2010/src/qpid/amqp_0_10/exceptions
.h

:   :   :
:   :   :
:   :   :

Generated C:/Sources/Qpid/qpid-0.22/cpp/b64-vs2010/src/../include/qpid/framing/a
mqp_structs.h
  File C:/Sources/Qpid/qpid-0.22/cpp/managementgen/qmf-gen, line 64
print no input files
 ^
SyntaxError: invalid syntax
CMake Error at src/CMakeLists.txt:231 (include):
  include could not find load file:

C:/Sources/Qpid/qpid-0.22/cpp/b64-vs2010/src/managementgen.cmake


  File setup.py, line 42
raise DistutilsFileError, \
^
SyntaxError: invalid syntax

Variable Name: BUILD_ACL
Description: Build ACL enforcement broker plugin
Current Value: ON
New Value (Enter to keep current value):

Variable Name: BUILD_AMQP
Description: Build with support for AMQP 1.0
Current Value: OFF
New Value (Enter to keep current value): ON

Variable Name: BUILD_HA
Description: Build Active-Passive HA plugin
Current Value: ON
New Value (Enter to keep current value):

Variable Name: BUILD_LEGACYSTORE
Description: Build legacystore persistent store
Current Value: OFF
New Value (Enter to keep current value):

Variable Name: BUILD_MSCLFS
Description: Build MS hybrid SQL-CLFS Store provider plugin
Current Value: ON
New Value (Enter to keep current value):

Variable Name: BUILD_MSSQL
Description: Build MS SQL Store provider plugin
Current Value: ON
New Value (Enter to keep current value):

Variable Name: BUILD_PROBES
Description: Build with DTrace/systemtap static probes
Current Value: OFF
New Value (Enter to keep current value):

Variable Name: BUILD_RDMA
Description: Build with support for Remote DMA protocols
Current Value: OFF
New Value (Enter to keep current value):

Variable Name: BUILD_SASL
Description: Build with Cyrus SASL support
Current Value: OFF
New Value (Enter to keep current value):

Variable Name: BUILD_SSL
Description: Build with support for SSL
Current Value: ON
New Value (Enter to keep current value):

Variable Name: BUILD_TESTING
Description: Build the testing tree.
Current Value: ON
New Value (Enter to keep current value):

Variable Name: BUILD_XML
Description: Build with XML Exchange
Current Value: OFF
New Value (Enter to keep current value):

Variable Name: CMAKE_BACKWARDS_COMPATIBILITY
Description: For backwards compatibility, what version of CMake commands and syn
tax should this version of CMake try to support.
Current Value: 2.4
New Value (Enter to keep current value):

Variable Name: CMAKE_INSTALL_PREFIX
Description: Install path prefix, prepended onto install directories.
Current Value: C:/Program Files/qpid-cpp
New Value (Enter to keep current value): c:/Qpid

Variable Name: ENABLE_VALGRIND
Description: Use valgrind to detect run-time problems
Current Value: ON
New Value (Enter to keep current value): OFF

Variable Name: ENABLE_WARNINGS
Description: Enable lots of compiler warnings (recommended)
Current Value: ON
New Value (Enter to keep current value):

Variable Name: EXECUTABLE_OUTPUT_PATH
Description: Single output directory for building all executables.
Current Value:
New Value (Enter to keep current value):

Variable Name: GEN_DOXYGEN
Description: Use doxygen to generate user documentation
Current Value: ON
New Value (Enter to keep current value):

Variable Name: GEN_MANPAGES
Description: Use help2man to generate man pages
Current Value: ON
New Value (Enter to keep current value): OFF

Variable Name: HELP2MAN
Description: Location of the help2man program
Current Value: HELP2MAN-NOTFOUND
New Value (Enter to keep current value):

Variable Name: LIBRARY_OUTPUT_PATH
Description: Single output directory for building all libraries.
Current Value:
New Value (Enter to keep current value):

Variable Name: POLLER
Description: Poller implementation (poll/epoll)
Current Value:
New Value (Enter to keep current value):

Variable Name: QPIDC_CONF_FILE
Description: Name of the Qpid client configuration file
Current Value: conf/qpidc.conf
New Value (Enter to keep current value):


[jira] [Commented] (QPID-4982) cmake for Visual Studio fails

2013-07-09 Thread Steve Huston (JIRA)

[ 
https://issues.apache.org/jira/browse/QPID-4982?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13703360#comment-13703360
 ] 

Steve Huston commented on QPID-4982:


Ok, thanks. Something is odd. The missing file gets generated in the management 
files regenerate step that completed just before the error. Do you have a 
managementgen.cmake file anywhere in your source or build directory trees?
Also, when I get some time I'll try just what you did and see if I can 
reproduce this.

 cmake for Visual Studio fails
 -

 Key: QPID-4982
 URL: https://issues.apache.org/jira/browse/QPID-4982
 Project: Qpid
  Issue Type: Bug
  Components: Build Tools
Affects Versions: 0.22, 0.23
 Environment: Windows 7 Enterprise 64 bit SP1
Reporter: Steve Rothkin
Priority: Blocker
 Attachments: screenshot-1.jpg


 I followed the instructions in cpp\INSTALL-WINDOWS. I have installed the 
 latest Windows versions of Boost, Ruby, and Python as per the instructions. 
 I've also built the Boost libraries and set the environment variables as per 
 the instructions. 
 I tried the 3. Building from a Source Distribution using qpid-0.22.tar.gz 
 using the cmake command line tool. I got the following errors:
 c:\cyghome\QueueSystems\Qpid\qpid-0.22\cppcmake -i -G Visual Studio 9 2008
 Would you like to see advanced options? [No]:
 Please wait while cmake processes CMakeLists.txt files
   File string, line 1
 from distutils.sysconfig import get_python_lib; print 
 get_python_lib(False)
^
 SyntaxError: invalid syntax
   File C:/cyghome/QueueSystems/Qpid/qpid-0.22/cpp/managementgen/qmf-gen, 
 line
 64
 print no input files
  ^
 SyntaxError: invalid syntax
 CMake Error at src/CMakeLists.txt:231 (include):
   include could not find load file:
 C:/cyghome/QueueSystems/Qpid/qpid-0.22/cpp/src/managementgen.cmake
 CMake Error at C:/Program Files (x86)/CMake 
 2.8/share/cmake-2.8/Modules/FindBoos
 t.cmake:1104 (message):
   Unable to find the requested Boost libraries.
   Boost version: 1.54.0
   Boost include path: C:/boost/boost_1_54_0
   The following Boost libraries could not be found:
   boost_program_options
   boost_date_time
   boost_thread
   boost_unit_test_framework
   boost_regex
   No Boost libraries were found.  You may need to set BOOST_LIBRARYDIR to the
   directory containing Boost libraries or BOOST_ROOT to the location of
   Boost.
 Call Stack (most recent call first):
   src/CMakeLists.txt:325 (find_package)
 -
 I also tried the 4. Building a Repository Working Copy with a checkout of the 
 latest from SVN using the cmake GUI (selecting Visual Studio 10 Win64 as the 
 generator since I don't have VS2008). I got the following errors:
 Regenerating Qpid Management Framework sources
 CMake Error at src/CMakeLists.txt:232 (include):
   include could not find load file:
 C:/Qpid/src/managementgen.cmake
 CMake Error at C:/Program Files (x86)/CMake 
 2.8/share/cmake-2.8/Modules/FindBoost.cmake:1104 (message):
   Unable to find the requested Boost libraries.
   Boost version: 1.54.0
   Boost include path: C:/boost/boost_1_54_0
   The following Boost libraries could not be found:
   boost_program_options
   boost_date_time
   boost_thread
   boost_unit_test_framework
   boost_regex
   No Boost libraries were found.  You may need to set BOOST_LIBRARYDIR to the
   directory containing Boost libraries or BOOST_ROOT to the location of
   Boost.
 Call Stack (most recent call first):
   src/CMakeLists.txt:364 (find_package)
 CMake Error at src/CMakeLists.txt:366 (message):
   Boost C++ libraries not found.  Please install or try setting BOOST_ROOT
 Configuring incomplete, errors occurred!
 -
 The relevant environment variables on my system are:
 BOOST_LIBRARYDIR=C:\boost\boost_1_54_0\stage\lib
 BOOST_ROOT=C:\boost\boost_1_54_0
 INCLUDE=c:\Program Files (x86)\Microsoft Visual Studio 
 10.0\VC\INCLUDE;c:\Program Files (x86)\Microsoft Visual Studio 
 10.0\VC\ATLMFC\INCLUDE;C:\Program Files (x86)\Microsoft 
 SDKs\Windows\v7.0A\include;C:\boost\boost_1_54_0
 LIB=c:\Program Files (x86)\Microsoft Visual Studio 
 10.0\VC\LIB\amd64;c:\Program Files (x86)\Microsoft Visual Studio 
 10.0\VC\ATLMFC\LIB\amd64;C:\Program Files (x86)\Microsoft 
 SDKs\Windows\v7.0A\lib\x64;C:\boost\boost_1_54_0\stage\lib
 LIBPATH=C:\Windows\Microsoft.NET\Framework64\v4.0.30319;C:\Windows\Microsoft.NET\Framework64\v3.5;c:\Program
  Files (x86)\Microsoft Visual Studio 10.0\VC\LIB\amd64;c:\Program Files 
 (x86)\Microsoft Visual Studio 
 10.0\VC\ATLMFC\LIB\amd64;C:\boost\boost_1_54_0\stage\lib
 Path=c:\Program Files (x86)\Microsoft Visual Studio 

[jira] [Commented] (QPID-4982) cmake for Visual Studio fails

2013-07-09 Thread Steve Rothkin (JIRA)

[ 
https://issues.apache.org/jira/browse/QPID-4982?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13703364#comment-13703364
 ] 

Steve Rothkin commented on QPID-4982:
-

No.

And what about the Qpid proton not found, required for amqp 1.0 support error?

 cmake for Visual Studio fails
 -

 Key: QPID-4982
 URL: https://issues.apache.org/jira/browse/QPID-4982
 Project: Qpid
  Issue Type: Bug
  Components: Build Tools
Affects Versions: 0.22, 0.23
 Environment: Windows 7 Enterprise 64 bit SP1
Reporter: Steve Rothkin
Priority: Blocker
 Attachments: screenshot-1.jpg


 I followed the instructions in cpp\INSTALL-WINDOWS. I have installed the 
 latest Windows versions of Boost, Ruby, and Python as per the instructions. 
 I've also built the Boost libraries and set the environment variables as per 
 the instructions. 
 I tried the 3. Building from a Source Distribution using qpid-0.22.tar.gz 
 using the cmake command line tool. I got the following errors:
 c:\cyghome\QueueSystems\Qpid\qpid-0.22\cppcmake -i -G Visual Studio 9 2008
 Would you like to see advanced options? [No]:
 Please wait while cmake processes CMakeLists.txt files
   File string, line 1
 from distutils.sysconfig import get_python_lib; print 
 get_python_lib(False)
^
 SyntaxError: invalid syntax
   File C:/cyghome/QueueSystems/Qpid/qpid-0.22/cpp/managementgen/qmf-gen, 
 line
 64
 print no input files
  ^
 SyntaxError: invalid syntax
 CMake Error at src/CMakeLists.txt:231 (include):
   include could not find load file:
 C:/cyghome/QueueSystems/Qpid/qpid-0.22/cpp/src/managementgen.cmake
 CMake Error at C:/Program Files (x86)/CMake 
 2.8/share/cmake-2.8/Modules/FindBoos
 t.cmake:1104 (message):
   Unable to find the requested Boost libraries.
   Boost version: 1.54.0
   Boost include path: C:/boost/boost_1_54_0
   The following Boost libraries could not be found:
   boost_program_options
   boost_date_time
   boost_thread
   boost_unit_test_framework
   boost_regex
   No Boost libraries were found.  You may need to set BOOST_LIBRARYDIR to the
   directory containing Boost libraries or BOOST_ROOT to the location of
   Boost.
 Call Stack (most recent call first):
   src/CMakeLists.txt:325 (find_package)
 -
 I also tried the 4. Building a Repository Working Copy with a checkout of the 
 latest from SVN using the cmake GUI (selecting Visual Studio 10 Win64 as the 
 generator since I don't have VS2008). I got the following errors:
 Regenerating Qpid Management Framework sources
 CMake Error at src/CMakeLists.txt:232 (include):
   include could not find load file:
 C:/Qpid/src/managementgen.cmake
 CMake Error at C:/Program Files (x86)/CMake 
 2.8/share/cmake-2.8/Modules/FindBoost.cmake:1104 (message):
   Unable to find the requested Boost libraries.
   Boost version: 1.54.0
   Boost include path: C:/boost/boost_1_54_0
   The following Boost libraries could not be found:
   boost_program_options
   boost_date_time
   boost_thread
   boost_unit_test_framework
   boost_regex
   No Boost libraries were found.  You may need to set BOOST_LIBRARYDIR to the
   directory containing Boost libraries or BOOST_ROOT to the location of
   Boost.
 Call Stack (most recent call first):
   src/CMakeLists.txt:364 (find_package)
 CMake Error at src/CMakeLists.txt:366 (message):
   Boost C++ libraries not found.  Please install or try setting BOOST_ROOT
 Configuring incomplete, errors occurred!
 -
 The relevant environment variables on my system are:
 BOOST_LIBRARYDIR=C:\boost\boost_1_54_0\stage\lib
 BOOST_ROOT=C:\boost\boost_1_54_0
 INCLUDE=c:\Program Files (x86)\Microsoft Visual Studio 
 10.0\VC\INCLUDE;c:\Program Files (x86)\Microsoft Visual Studio 
 10.0\VC\ATLMFC\INCLUDE;C:\Program Files (x86)\Microsoft 
 SDKs\Windows\v7.0A\include;C:\boost\boost_1_54_0
 LIB=c:\Program Files (x86)\Microsoft Visual Studio 
 10.0\VC\LIB\amd64;c:\Program Files (x86)\Microsoft Visual Studio 
 10.0\VC\ATLMFC\LIB\amd64;C:\Program Files (x86)\Microsoft 
 SDKs\Windows\v7.0A\lib\x64;C:\boost\boost_1_54_0\stage\lib
 LIBPATH=C:\Windows\Microsoft.NET\Framework64\v4.0.30319;C:\Windows\Microsoft.NET\Framework64\v3.5;c:\Program
  Files (x86)\Microsoft Visual Studio 10.0\VC\LIB\amd64;c:\Program Files 
 (x86)\Microsoft Visual Studio 
 10.0\VC\ATLMFC\LIB\amd64;C:\boost\boost_1_54_0\stage\lib
 Path=c:\Program Files (x86)\Microsoft Visual Studio 
 10.0\VC\BIN\amd64;C:\Windows\Microsoft.NET\Framework64\v4.0.30319;C:\Windows\Microsoft.NET\Framework64\v3.5;c:\Program
  Files (x86)\Microsoft Visual Studio 10.0\VC\VCPackages;c:\Program Files 
 (x86)\Microsoft Visual Studio 

[jira] [Commented] (QPID-4982) cmake for Visual Studio fails

2013-07-09 Thread Chuck Rolke (JIRA)

[ 
https://issues.apache.org/jira/browse/QPID-4982?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13703375#comment-13703375
 ] 

Chuck Rolke commented on QPID-4982:
---

I'll post a successful log with all the environment settings shortly. I noticed 
that you might need the 64-bit switch on the generator name: Visual Studio 10 
Win64.


 cmake for Visual Studio fails
 -

 Key: QPID-4982
 URL: https://issues.apache.org/jira/browse/QPID-4982
 Project: Qpid
  Issue Type: Bug
  Components: Build Tools
Affects Versions: 0.22, 0.23
 Environment: Windows 7 Enterprise 64 bit SP1
Reporter: Steve Rothkin
Priority: Blocker
 Attachments: screenshot-1.jpg


 I followed the instructions in cpp\INSTALL-WINDOWS. I have installed the 
 latest Windows versions of Boost, Ruby, and Python as per the instructions. 
 I've also built the Boost libraries and set the environment variables as per 
 the instructions. 
 I tried the 3. Building from a Source Distribution using qpid-0.22.tar.gz 
 using the cmake command line tool. I got the following errors:
 c:\cyghome\QueueSystems\Qpid\qpid-0.22\cppcmake -i -G Visual Studio 9 2008
 Would you like to see advanced options? [No]:
 Please wait while cmake processes CMakeLists.txt files
   File string, line 1
 from distutils.sysconfig import get_python_lib; print 
 get_python_lib(False)
^
 SyntaxError: invalid syntax
   File C:/cyghome/QueueSystems/Qpid/qpid-0.22/cpp/managementgen/qmf-gen, 
 line
 64
 print no input files
  ^
 SyntaxError: invalid syntax
 CMake Error at src/CMakeLists.txt:231 (include):
   include could not find load file:
 C:/cyghome/QueueSystems/Qpid/qpid-0.22/cpp/src/managementgen.cmake
 CMake Error at C:/Program Files (x86)/CMake 
 2.8/share/cmake-2.8/Modules/FindBoos
 t.cmake:1104 (message):
   Unable to find the requested Boost libraries.
   Boost version: 1.54.0
   Boost include path: C:/boost/boost_1_54_0
   The following Boost libraries could not be found:
   boost_program_options
   boost_date_time
   boost_thread
   boost_unit_test_framework
   boost_regex
   No Boost libraries were found.  You may need to set BOOST_LIBRARYDIR to the
   directory containing Boost libraries or BOOST_ROOT to the location of
   Boost.
 Call Stack (most recent call first):
   src/CMakeLists.txt:325 (find_package)
 -
 I also tried the 4. Building a Repository Working Copy with a checkout of the 
 latest from SVN using the cmake GUI (selecting Visual Studio 10 Win64 as the 
 generator since I don't have VS2008). I got the following errors:
 Regenerating Qpid Management Framework sources
 CMake Error at src/CMakeLists.txt:232 (include):
   include could not find load file:
 C:/Qpid/src/managementgen.cmake
 CMake Error at C:/Program Files (x86)/CMake 
 2.8/share/cmake-2.8/Modules/FindBoost.cmake:1104 (message):
   Unable to find the requested Boost libraries.
   Boost version: 1.54.0
   Boost include path: C:/boost/boost_1_54_0
   The following Boost libraries could not be found:
   boost_program_options
   boost_date_time
   boost_thread
   boost_unit_test_framework
   boost_regex
   No Boost libraries were found.  You may need to set BOOST_LIBRARYDIR to the
   directory containing Boost libraries or BOOST_ROOT to the location of
   Boost.
 Call Stack (most recent call first):
   src/CMakeLists.txt:364 (find_package)
 CMake Error at src/CMakeLists.txt:366 (message):
   Boost C++ libraries not found.  Please install or try setting BOOST_ROOT
 Configuring incomplete, errors occurred!
 -
 The relevant environment variables on my system are:
 BOOST_LIBRARYDIR=C:\boost\boost_1_54_0\stage\lib
 BOOST_ROOT=C:\boost\boost_1_54_0
 INCLUDE=c:\Program Files (x86)\Microsoft Visual Studio 
 10.0\VC\INCLUDE;c:\Program Files (x86)\Microsoft Visual Studio 
 10.0\VC\ATLMFC\INCLUDE;C:\Program Files (x86)\Microsoft 
 SDKs\Windows\v7.0A\include;C:\boost\boost_1_54_0
 LIB=c:\Program Files (x86)\Microsoft Visual Studio 
 10.0\VC\LIB\amd64;c:\Program Files (x86)\Microsoft Visual Studio 
 10.0\VC\ATLMFC\LIB\amd64;C:\Program Files (x86)\Microsoft 
 SDKs\Windows\v7.0A\lib\x64;C:\boost\boost_1_54_0\stage\lib
 LIBPATH=C:\Windows\Microsoft.NET\Framework64\v4.0.30319;C:\Windows\Microsoft.NET\Framework64\v3.5;c:\Program
  Files (x86)\Microsoft Visual Studio 10.0\VC\LIB\amd64;c:\Program Files 
 (x86)\Microsoft Visual Studio 
 10.0\VC\ATLMFC\LIB\amd64;C:\boost\boost_1_54_0\stage\lib
 Path=c:\Program Files (x86)\Microsoft Visual Studio 
 10.0\VC\BIN\amd64;C:\Windows\Microsoft.NET\Framework64\v4.0.30319;C:\Windows\Microsoft.NET\Framework64\v3.5;c:\Program
  Files (x86)\Microsoft Visual 

[jira] [Commented] (QPID-4982) cmake for Visual Studio fails

2013-07-09 Thread Steve Rothkin (JIRA)

[ 
https://issues.apache.org/jira/browse/QPID-4982?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13703376#comment-13703376
 ] 

Steve Rothkin commented on QPID-4982:
-

While I admit to still being a novice at building Qpid, I have to wonder if 64 
bit is even coming into play with the errors for managementgen.cmake and Qpid 
proton not found, required for amqp 1.0 support errors. This is still during 
trying to configure and building would ultimately be done in the Visual Studio 
2010 IDE after CMAKE generates the project and solution files.

 cmake for Visual Studio fails
 -

 Key: QPID-4982
 URL: https://issues.apache.org/jira/browse/QPID-4982
 Project: Qpid
  Issue Type: Bug
  Components: Build Tools
Affects Versions: 0.22, 0.23
 Environment: Windows 7 Enterprise 64 bit SP1
Reporter: Steve Rothkin
Priority: Blocker
 Attachments: screenshot-1.jpg


 I followed the instructions in cpp\INSTALL-WINDOWS. I have installed the 
 latest Windows versions of Boost, Ruby, and Python as per the instructions. 
 I've also built the Boost libraries and set the environment variables as per 
 the instructions. 
 I tried the 3. Building from a Source Distribution using qpid-0.22.tar.gz 
 using the cmake command line tool. I got the following errors:
 c:\cyghome\QueueSystems\Qpid\qpid-0.22\cppcmake -i -G Visual Studio 9 2008
 Would you like to see advanced options? [No]:
 Please wait while cmake processes CMakeLists.txt files
   File string, line 1
 from distutils.sysconfig import get_python_lib; print 
 get_python_lib(False)
^
 SyntaxError: invalid syntax
   File C:/cyghome/QueueSystems/Qpid/qpid-0.22/cpp/managementgen/qmf-gen, 
 line
 64
 print no input files
  ^
 SyntaxError: invalid syntax
 CMake Error at src/CMakeLists.txt:231 (include):
   include could not find load file:
 C:/cyghome/QueueSystems/Qpid/qpid-0.22/cpp/src/managementgen.cmake
 CMake Error at C:/Program Files (x86)/CMake 
 2.8/share/cmake-2.8/Modules/FindBoos
 t.cmake:1104 (message):
   Unable to find the requested Boost libraries.
   Boost version: 1.54.0
   Boost include path: C:/boost/boost_1_54_0
   The following Boost libraries could not be found:
   boost_program_options
   boost_date_time
   boost_thread
   boost_unit_test_framework
   boost_regex
   No Boost libraries were found.  You may need to set BOOST_LIBRARYDIR to the
   directory containing Boost libraries or BOOST_ROOT to the location of
   Boost.
 Call Stack (most recent call first):
   src/CMakeLists.txt:325 (find_package)
 -
 I also tried the 4. Building a Repository Working Copy with a checkout of the 
 latest from SVN using the cmake GUI (selecting Visual Studio 10 Win64 as the 
 generator since I don't have VS2008). I got the following errors:
 Regenerating Qpid Management Framework sources
 CMake Error at src/CMakeLists.txt:232 (include):
   include could not find load file:
 C:/Qpid/src/managementgen.cmake
 CMake Error at C:/Program Files (x86)/CMake 
 2.8/share/cmake-2.8/Modules/FindBoost.cmake:1104 (message):
   Unable to find the requested Boost libraries.
   Boost version: 1.54.0
   Boost include path: C:/boost/boost_1_54_0
   The following Boost libraries could not be found:
   boost_program_options
   boost_date_time
   boost_thread
   boost_unit_test_framework
   boost_regex
   No Boost libraries were found.  You may need to set BOOST_LIBRARYDIR to the
   directory containing Boost libraries or BOOST_ROOT to the location of
   Boost.
 Call Stack (most recent call first):
   src/CMakeLists.txt:364 (find_package)
 CMake Error at src/CMakeLists.txt:366 (message):
   Boost C++ libraries not found.  Please install or try setting BOOST_ROOT
 Configuring incomplete, errors occurred!
 -
 The relevant environment variables on my system are:
 BOOST_LIBRARYDIR=C:\boost\boost_1_54_0\stage\lib
 BOOST_ROOT=C:\boost\boost_1_54_0
 INCLUDE=c:\Program Files (x86)\Microsoft Visual Studio 
 10.0\VC\INCLUDE;c:\Program Files (x86)\Microsoft Visual Studio 
 10.0\VC\ATLMFC\INCLUDE;C:\Program Files (x86)\Microsoft 
 SDKs\Windows\v7.0A\include;C:\boost\boost_1_54_0
 LIB=c:\Program Files (x86)\Microsoft Visual Studio 
 10.0\VC\LIB\amd64;c:\Program Files (x86)\Microsoft Visual Studio 
 10.0\VC\ATLMFC\LIB\amd64;C:\Program Files (x86)\Microsoft 
 SDKs\Windows\v7.0A\lib\x64;C:\boost\boost_1_54_0\stage\lib
 LIBPATH=C:\Windows\Microsoft.NET\Framework64\v4.0.30319;C:\Windows\Microsoft.NET\Framework64\v3.5;c:\Program
  Files (x86)\Microsoft Visual Studio 10.0\VC\LIB\amd64;c:\Program Files 
 (x86)\Microsoft Visual Studio 
 

[jira] [Commented] (QPID-4982) cmake for Visual Studio fails

2013-07-09 Thread Steve Huston (JIRA)

[ 
https://issues.apache.org/jira/browse/QPID-4982?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13703379#comment-13703379
 ] 

Steve Huston commented on QPID-4982:


Hmmm...
Did you get a {BUILD-DIR}\src\qmf\org\apache\qpid directory?
I'm starting to think the management generate didn't run.

 cmake for Visual Studio fails
 -

 Key: QPID-4982
 URL: https://issues.apache.org/jira/browse/QPID-4982
 Project: Qpid
  Issue Type: Bug
  Components: Build Tools
Affects Versions: 0.22, 0.23
 Environment: Windows 7 Enterprise 64 bit SP1
Reporter: Steve Rothkin
Priority: Blocker
 Attachments: screenshot-1.jpg


 I followed the instructions in cpp\INSTALL-WINDOWS. I have installed the 
 latest Windows versions of Boost, Ruby, and Python as per the instructions. 
 I've also built the Boost libraries and set the environment variables as per 
 the instructions. 
 I tried the 3. Building from a Source Distribution using qpid-0.22.tar.gz 
 using the cmake command line tool. I got the following errors:
 c:\cyghome\QueueSystems\Qpid\qpid-0.22\cppcmake -i -G Visual Studio 9 2008
 Would you like to see advanced options? [No]:
 Please wait while cmake processes CMakeLists.txt files
   File string, line 1
 from distutils.sysconfig import get_python_lib; print 
 get_python_lib(False)
^
 SyntaxError: invalid syntax
   File C:/cyghome/QueueSystems/Qpid/qpid-0.22/cpp/managementgen/qmf-gen, 
 line
 64
 print no input files
  ^
 SyntaxError: invalid syntax
 CMake Error at src/CMakeLists.txt:231 (include):
   include could not find load file:
 C:/cyghome/QueueSystems/Qpid/qpid-0.22/cpp/src/managementgen.cmake
 CMake Error at C:/Program Files (x86)/CMake 
 2.8/share/cmake-2.8/Modules/FindBoos
 t.cmake:1104 (message):
   Unable to find the requested Boost libraries.
   Boost version: 1.54.0
   Boost include path: C:/boost/boost_1_54_0
   The following Boost libraries could not be found:
   boost_program_options
   boost_date_time
   boost_thread
   boost_unit_test_framework
   boost_regex
   No Boost libraries were found.  You may need to set BOOST_LIBRARYDIR to the
   directory containing Boost libraries or BOOST_ROOT to the location of
   Boost.
 Call Stack (most recent call first):
   src/CMakeLists.txt:325 (find_package)
 -
 I also tried the 4. Building a Repository Working Copy with a checkout of the 
 latest from SVN using the cmake GUI (selecting Visual Studio 10 Win64 as the 
 generator since I don't have VS2008). I got the following errors:
 Regenerating Qpid Management Framework sources
 CMake Error at src/CMakeLists.txt:232 (include):
   include could not find load file:
 C:/Qpid/src/managementgen.cmake
 CMake Error at C:/Program Files (x86)/CMake 
 2.8/share/cmake-2.8/Modules/FindBoost.cmake:1104 (message):
   Unable to find the requested Boost libraries.
   Boost version: 1.54.0
   Boost include path: C:/boost/boost_1_54_0
   The following Boost libraries could not be found:
   boost_program_options
   boost_date_time
   boost_thread
   boost_unit_test_framework
   boost_regex
   No Boost libraries were found.  You may need to set BOOST_LIBRARYDIR to the
   directory containing Boost libraries or BOOST_ROOT to the location of
   Boost.
 Call Stack (most recent call first):
   src/CMakeLists.txt:364 (find_package)
 CMake Error at src/CMakeLists.txt:366 (message):
   Boost C++ libraries not found.  Please install or try setting BOOST_ROOT
 Configuring incomplete, errors occurred!
 -
 The relevant environment variables on my system are:
 BOOST_LIBRARYDIR=C:\boost\boost_1_54_0\stage\lib
 BOOST_ROOT=C:\boost\boost_1_54_0
 INCLUDE=c:\Program Files (x86)\Microsoft Visual Studio 
 10.0\VC\INCLUDE;c:\Program Files (x86)\Microsoft Visual Studio 
 10.0\VC\ATLMFC\INCLUDE;C:\Program Files (x86)\Microsoft 
 SDKs\Windows\v7.0A\include;C:\boost\boost_1_54_0
 LIB=c:\Program Files (x86)\Microsoft Visual Studio 
 10.0\VC\LIB\amd64;c:\Program Files (x86)\Microsoft Visual Studio 
 10.0\VC\ATLMFC\LIB\amd64;C:\Program Files (x86)\Microsoft 
 SDKs\Windows\v7.0A\lib\x64;C:\boost\boost_1_54_0\stage\lib
 LIBPATH=C:\Windows\Microsoft.NET\Framework64\v4.0.30319;C:\Windows\Microsoft.NET\Framework64\v3.5;c:\Program
  Files (x86)\Microsoft Visual Studio 10.0\VC\LIB\amd64;c:\Program Files 
 (x86)\Microsoft Visual Studio 
 10.0\VC\ATLMFC\LIB\amd64;C:\boost\boost_1_54_0\stage\lib
 Path=c:\Program Files (x86)\Microsoft Visual Studio 
 10.0\VC\BIN\amd64;C:\Windows\Microsoft.NET\Framework64\v4.0.30319;C:\Windows\Microsoft.NET\Framework64\v3.5;c:\Program
  Files (x86)\Microsoft Visual Studio 10.0\VC\VCPackages;c:\Program 

[jira] [Commented] (QPID-4982) cmake for Visual Studio fails

2013-07-09 Thread Steve Huston (JIRA)

[ 
https://issues.apache.org/jira/browse/QPID-4982?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13703382#comment-13703382
 ] 

Steve Huston commented on QPID-4982:


Qpid proton is a separate distribution/checkout, so I'm not concerned about 
that one for the moment. In the time for Chuck/me to dig more into this, you 
can download/fetch the proton sources and try with that in place. I'm fairly 
confident it won't make any difference to the managementgen stuff, but you 
could at least get it out of the way.

 cmake for Visual Studio fails
 -

 Key: QPID-4982
 URL: https://issues.apache.org/jira/browse/QPID-4982
 Project: Qpid
  Issue Type: Bug
  Components: Build Tools
Affects Versions: 0.22, 0.23
 Environment: Windows 7 Enterprise 64 bit SP1
Reporter: Steve Rothkin
Priority: Blocker
 Attachments: screenshot-1.jpg


 I followed the instructions in cpp\INSTALL-WINDOWS. I have installed the 
 latest Windows versions of Boost, Ruby, and Python as per the instructions. 
 I've also built the Boost libraries and set the environment variables as per 
 the instructions. 
 I tried the 3. Building from a Source Distribution using qpid-0.22.tar.gz 
 using the cmake command line tool. I got the following errors:
 c:\cyghome\QueueSystems\Qpid\qpid-0.22\cppcmake -i -G Visual Studio 9 2008
 Would you like to see advanced options? [No]:
 Please wait while cmake processes CMakeLists.txt files
   File string, line 1
 from distutils.sysconfig import get_python_lib; print 
 get_python_lib(False)
^
 SyntaxError: invalid syntax
   File C:/cyghome/QueueSystems/Qpid/qpid-0.22/cpp/managementgen/qmf-gen, 
 line
 64
 print no input files
  ^
 SyntaxError: invalid syntax
 CMake Error at src/CMakeLists.txt:231 (include):
   include could not find load file:
 C:/cyghome/QueueSystems/Qpid/qpid-0.22/cpp/src/managementgen.cmake
 CMake Error at C:/Program Files (x86)/CMake 
 2.8/share/cmake-2.8/Modules/FindBoos
 t.cmake:1104 (message):
   Unable to find the requested Boost libraries.
   Boost version: 1.54.0
   Boost include path: C:/boost/boost_1_54_0
   The following Boost libraries could not be found:
   boost_program_options
   boost_date_time
   boost_thread
   boost_unit_test_framework
   boost_regex
   No Boost libraries were found.  You may need to set BOOST_LIBRARYDIR to the
   directory containing Boost libraries or BOOST_ROOT to the location of
   Boost.
 Call Stack (most recent call first):
   src/CMakeLists.txt:325 (find_package)
 -
 I also tried the 4. Building a Repository Working Copy with a checkout of the 
 latest from SVN using the cmake GUI (selecting Visual Studio 10 Win64 as the 
 generator since I don't have VS2008). I got the following errors:
 Regenerating Qpid Management Framework sources
 CMake Error at src/CMakeLists.txt:232 (include):
   include could not find load file:
 C:/Qpid/src/managementgen.cmake
 CMake Error at C:/Program Files (x86)/CMake 
 2.8/share/cmake-2.8/Modules/FindBoost.cmake:1104 (message):
   Unable to find the requested Boost libraries.
   Boost version: 1.54.0
   Boost include path: C:/boost/boost_1_54_0
   The following Boost libraries could not be found:
   boost_program_options
   boost_date_time
   boost_thread
   boost_unit_test_framework
   boost_regex
   No Boost libraries were found.  You may need to set BOOST_LIBRARYDIR to the
   directory containing Boost libraries or BOOST_ROOT to the location of
   Boost.
 Call Stack (most recent call first):
   src/CMakeLists.txt:364 (find_package)
 CMake Error at src/CMakeLists.txt:366 (message):
   Boost C++ libraries not found.  Please install or try setting BOOST_ROOT
 Configuring incomplete, errors occurred!
 -
 The relevant environment variables on my system are:
 BOOST_LIBRARYDIR=C:\boost\boost_1_54_0\stage\lib
 BOOST_ROOT=C:\boost\boost_1_54_0
 INCLUDE=c:\Program Files (x86)\Microsoft Visual Studio 
 10.0\VC\INCLUDE;c:\Program Files (x86)\Microsoft Visual Studio 
 10.0\VC\ATLMFC\INCLUDE;C:\Program Files (x86)\Microsoft 
 SDKs\Windows\v7.0A\include;C:\boost\boost_1_54_0
 LIB=c:\Program Files (x86)\Microsoft Visual Studio 
 10.0\VC\LIB\amd64;c:\Program Files (x86)\Microsoft Visual Studio 
 10.0\VC\ATLMFC\LIB\amd64;C:\Program Files (x86)\Microsoft 
 SDKs\Windows\v7.0A\lib\x64;C:\boost\boost_1_54_0\stage\lib
 LIBPATH=C:\Windows\Microsoft.NET\Framework64\v4.0.30319;C:\Windows\Microsoft.NET\Framework64\v3.5;c:\Program
  Files (x86)\Microsoft Visual Studio 10.0\VC\LIB\amd64;c:\Program Files 
 (x86)\Microsoft Visual Studio 
 10.0\VC\ATLMFC\LIB\amd64;C:\boost\boost_1_54_0\stage\lib
 Path=c:\Program Files 

[jira] [Commented] (QPID-4982) cmake for Visual Studio fails

2013-07-09 Thread Steve Rothkin (JIRA)

[ 
https://issues.apache.org/jira/browse/QPID-4982?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13703441#comment-13703441
 ] 

Steve Rothkin commented on QPID-4982:
-

No, there's no qmf\org\apache\qpid under {build-dir}/src

 cmake for Visual Studio fails
 -

 Key: QPID-4982
 URL: https://issues.apache.org/jira/browse/QPID-4982
 Project: Qpid
  Issue Type: Bug
  Components: Build Tools
Affects Versions: 0.22, 0.23
 Environment: Windows 7 Enterprise 64 bit SP1
Reporter: Steve Rothkin
Priority: Blocker
 Attachments: qpid-windows-build-log.txt, screenshot-1.jpg


 I followed the instructions in cpp\INSTALL-WINDOWS. I have installed the 
 latest Windows versions of Boost, Ruby, and Python as per the instructions. 
 I've also built the Boost libraries and set the environment variables as per 
 the instructions. 
 I tried the 3. Building from a Source Distribution using qpid-0.22.tar.gz 
 using the cmake command line tool. I got the following errors:
 c:\cyghome\QueueSystems\Qpid\qpid-0.22\cppcmake -i -G Visual Studio 9 2008
 Would you like to see advanced options? [No]:
 Please wait while cmake processes CMakeLists.txt files
   File string, line 1
 from distutils.sysconfig import get_python_lib; print 
 get_python_lib(False)
^
 SyntaxError: invalid syntax
   File C:/cyghome/QueueSystems/Qpid/qpid-0.22/cpp/managementgen/qmf-gen, 
 line
 64
 print no input files
  ^
 SyntaxError: invalid syntax
 CMake Error at src/CMakeLists.txt:231 (include):
   include could not find load file:
 C:/cyghome/QueueSystems/Qpid/qpid-0.22/cpp/src/managementgen.cmake
 CMake Error at C:/Program Files (x86)/CMake 
 2.8/share/cmake-2.8/Modules/FindBoos
 t.cmake:1104 (message):
   Unable to find the requested Boost libraries.
   Boost version: 1.54.0
   Boost include path: C:/boost/boost_1_54_0
   The following Boost libraries could not be found:
   boost_program_options
   boost_date_time
   boost_thread
   boost_unit_test_framework
   boost_regex
   No Boost libraries were found.  You may need to set BOOST_LIBRARYDIR to the
   directory containing Boost libraries or BOOST_ROOT to the location of
   Boost.
 Call Stack (most recent call first):
   src/CMakeLists.txt:325 (find_package)
 -
 I also tried the 4. Building a Repository Working Copy with a checkout of the 
 latest from SVN using the cmake GUI (selecting Visual Studio 10 Win64 as the 
 generator since I don't have VS2008). I got the following errors:
 Regenerating Qpid Management Framework sources
 CMake Error at src/CMakeLists.txt:232 (include):
   include could not find load file:
 C:/Qpid/src/managementgen.cmake
 CMake Error at C:/Program Files (x86)/CMake 
 2.8/share/cmake-2.8/Modules/FindBoost.cmake:1104 (message):
   Unable to find the requested Boost libraries.
   Boost version: 1.54.0
   Boost include path: C:/boost/boost_1_54_0
   The following Boost libraries could not be found:
   boost_program_options
   boost_date_time
   boost_thread
   boost_unit_test_framework
   boost_regex
   No Boost libraries were found.  You may need to set BOOST_LIBRARYDIR to the
   directory containing Boost libraries or BOOST_ROOT to the location of
   Boost.
 Call Stack (most recent call first):
   src/CMakeLists.txt:364 (find_package)
 CMake Error at src/CMakeLists.txt:366 (message):
   Boost C++ libraries not found.  Please install or try setting BOOST_ROOT
 Configuring incomplete, errors occurred!
 -
 The relevant environment variables on my system are:
 BOOST_LIBRARYDIR=C:\boost\boost_1_54_0\stage\lib
 BOOST_ROOT=C:\boost\boost_1_54_0
 INCLUDE=c:\Program Files (x86)\Microsoft Visual Studio 
 10.0\VC\INCLUDE;c:\Program Files (x86)\Microsoft Visual Studio 
 10.0\VC\ATLMFC\INCLUDE;C:\Program Files (x86)\Microsoft 
 SDKs\Windows\v7.0A\include;C:\boost\boost_1_54_0
 LIB=c:\Program Files (x86)\Microsoft Visual Studio 
 10.0\VC\LIB\amd64;c:\Program Files (x86)\Microsoft Visual Studio 
 10.0\VC\ATLMFC\LIB\amd64;C:\Program Files (x86)\Microsoft 
 SDKs\Windows\v7.0A\lib\x64;C:\boost\boost_1_54_0\stage\lib
 LIBPATH=C:\Windows\Microsoft.NET\Framework64\v4.0.30319;C:\Windows\Microsoft.NET\Framework64\v3.5;c:\Program
  Files (x86)\Microsoft Visual Studio 10.0\VC\LIB\amd64;c:\Program Files 
 (x86)\Microsoft Visual Studio 
 10.0\VC\ATLMFC\LIB\amd64;C:\boost\boost_1_54_0\stage\lib
 Path=c:\Program Files (x86)\Microsoft Visual Studio 
 10.0\VC\BIN\amd64;C:\Windows\Microsoft.NET\Framework64\v4.0.30319;C:\Windows\Microsoft.NET\Framework64\v3.5;c:\Program
  Files (x86)\Microsoft Visual Studio 10.0\VC\VCPackages;c:\Program Files 
 (x86)\Microsoft Visual Studio 

[jira] [Commented] (QPID-4982) cmake for Visual Studio fails

2013-07-09 Thread Steve Rothkin (JIRA)

[ 
https://issues.apache.org/jira/browse/QPID-4982?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13703444#comment-13703444
 ] 

Steve Rothkin commented on QPID-4982:
-

My versions:
C:\Sourcesruby --version
ruby 2.0.0p195 (2013-05-14) [x64-mingw32]

C:\Sourcespython --version
Python 3.3.2

C:\Sourcesperl --version
'perl' is not recognized as an internal or external command,
operable program or batch file.

C:\Sourcescmake --version
cmake version 2.8.11.1

C:\Sourcesruby --version
ruby 2.0.0p195 (2013-05-14) [x64-mingw32]

Is PERL required? It isn't mentioned in INSTALL-WINDOWS.

Is an OLDER version of ruby than 2.0 required? That also isn't mentioned in 
INSTALL-WINDOWS.

 cmake for Visual Studio fails
 -

 Key: QPID-4982
 URL: https://issues.apache.org/jira/browse/QPID-4982
 Project: Qpid
  Issue Type: Bug
  Components: Build Tools
Affects Versions: 0.22, 0.23
 Environment: Windows 7 Enterprise 64 bit SP1
Reporter: Steve Rothkin
Priority: Blocker
 Attachments: qpid-windows-build-log.txt, screenshot-1.jpg


 I followed the instructions in cpp\INSTALL-WINDOWS. I have installed the 
 latest Windows versions of Boost, Ruby, and Python as per the instructions. 
 I've also built the Boost libraries and set the environment variables as per 
 the instructions. 
 I tried the 3. Building from a Source Distribution using qpid-0.22.tar.gz 
 using the cmake command line tool. I got the following errors:
 c:\cyghome\QueueSystems\Qpid\qpid-0.22\cppcmake -i -G Visual Studio 9 2008
 Would you like to see advanced options? [No]:
 Please wait while cmake processes CMakeLists.txt files
   File string, line 1
 from distutils.sysconfig import get_python_lib; print 
 get_python_lib(False)
^
 SyntaxError: invalid syntax
   File C:/cyghome/QueueSystems/Qpid/qpid-0.22/cpp/managementgen/qmf-gen, 
 line
 64
 print no input files
  ^
 SyntaxError: invalid syntax
 CMake Error at src/CMakeLists.txt:231 (include):
   include could not find load file:
 C:/cyghome/QueueSystems/Qpid/qpid-0.22/cpp/src/managementgen.cmake
 CMake Error at C:/Program Files (x86)/CMake 
 2.8/share/cmake-2.8/Modules/FindBoos
 t.cmake:1104 (message):
   Unable to find the requested Boost libraries.
   Boost version: 1.54.0
   Boost include path: C:/boost/boost_1_54_0
   The following Boost libraries could not be found:
   boost_program_options
   boost_date_time
   boost_thread
   boost_unit_test_framework
   boost_regex
   No Boost libraries were found.  You may need to set BOOST_LIBRARYDIR to the
   directory containing Boost libraries or BOOST_ROOT to the location of
   Boost.
 Call Stack (most recent call first):
   src/CMakeLists.txt:325 (find_package)
 -
 I also tried the 4. Building a Repository Working Copy with a checkout of the 
 latest from SVN using the cmake GUI (selecting Visual Studio 10 Win64 as the 
 generator since I don't have VS2008). I got the following errors:
 Regenerating Qpid Management Framework sources
 CMake Error at src/CMakeLists.txt:232 (include):
   include could not find load file:
 C:/Qpid/src/managementgen.cmake
 CMake Error at C:/Program Files (x86)/CMake 
 2.8/share/cmake-2.8/Modules/FindBoost.cmake:1104 (message):
   Unable to find the requested Boost libraries.
   Boost version: 1.54.0
   Boost include path: C:/boost/boost_1_54_0
   The following Boost libraries could not be found:
   boost_program_options
   boost_date_time
   boost_thread
   boost_unit_test_framework
   boost_regex
   No Boost libraries were found.  You may need to set BOOST_LIBRARYDIR to the
   directory containing Boost libraries or BOOST_ROOT to the location of
   Boost.
 Call Stack (most recent call first):
   src/CMakeLists.txt:364 (find_package)
 CMake Error at src/CMakeLists.txt:366 (message):
   Boost C++ libraries not found.  Please install or try setting BOOST_ROOT
 Configuring incomplete, errors occurred!
 -
 The relevant environment variables on my system are:
 BOOST_LIBRARYDIR=C:\boost\boost_1_54_0\stage\lib
 BOOST_ROOT=C:\boost\boost_1_54_0
 INCLUDE=c:\Program Files (x86)\Microsoft Visual Studio 
 10.0\VC\INCLUDE;c:\Program Files (x86)\Microsoft Visual Studio 
 10.0\VC\ATLMFC\INCLUDE;C:\Program Files (x86)\Microsoft 
 SDKs\Windows\v7.0A\include;C:\boost\boost_1_54_0
 LIB=c:\Program Files (x86)\Microsoft Visual Studio 
 10.0\VC\LIB\amd64;c:\Program Files (x86)\Microsoft Visual Studio 
 10.0\VC\ATLMFC\LIB\amd64;C:\Program Files (x86)\Microsoft 
 SDKs\Windows\v7.0A\lib\x64;C:\boost\boost_1_54_0\stage\lib
 

[jira] [Commented] (QPID-4982) cmake for Visual Studio fails

2013-07-09 Thread Steve Rothkin (JIRA)

[ 
https://issues.apache.org/jira/browse/QPID-4982?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13703446#comment-13703446
 ] 

Steve Rothkin commented on QPID-4982:
-

Where do I find Qpid proton? I didn't see it mentioned anywhere on 
http://qpid.apache.org/download.html.
Is AMQP 1.0 and Qpid proton required to support message grouping as described 
at 
http://qpid.apache.org/books/trunk/AMQP-Messaging-Broker-CPP-Book/html/Using-message-groups.html
 ?

 cmake for Visual Studio fails
 -

 Key: QPID-4982
 URL: https://issues.apache.org/jira/browse/QPID-4982
 Project: Qpid
  Issue Type: Bug
  Components: Build Tools
Affects Versions: 0.22, 0.23
 Environment: Windows 7 Enterprise 64 bit SP1
Reporter: Steve Rothkin
Priority: Blocker
 Attachments: qpid-windows-build-log.txt, screenshot-1.jpg


 I followed the instructions in cpp\INSTALL-WINDOWS. I have installed the 
 latest Windows versions of Boost, Ruby, and Python as per the instructions. 
 I've also built the Boost libraries and set the environment variables as per 
 the instructions. 
 I tried the 3. Building from a Source Distribution using qpid-0.22.tar.gz 
 using the cmake command line tool. I got the following errors:
 c:\cyghome\QueueSystems\Qpid\qpid-0.22\cppcmake -i -G Visual Studio 9 2008
 Would you like to see advanced options? [No]:
 Please wait while cmake processes CMakeLists.txt files
   File string, line 1
 from distutils.sysconfig import get_python_lib; print 
 get_python_lib(False)
^
 SyntaxError: invalid syntax
   File C:/cyghome/QueueSystems/Qpid/qpid-0.22/cpp/managementgen/qmf-gen, 
 line
 64
 print no input files
  ^
 SyntaxError: invalid syntax
 CMake Error at src/CMakeLists.txt:231 (include):
   include could not find load file:
 C:/cyghome/QueueSystems/Qpid/qpid-0.22/cpp/src/managementgen.cmake
 CMake Error at C:/Program Files (x86)/CMake 
 2.8/share/cmake-2.8/Modules/FindBoos
 t.cmake:1104 (message):
   Unable to find the requested Boost libraries.
   Boost version: 1.54.0
   Boost include path: C:/boost/boost_1_54_0
   The following Boost libraries could not be found:
   boost_program_options
   boost_date_time
   boost_thread
   boost_unit_test_framework
   boost_regex
   No Boost libraries were found.  You may need to set BOOST_LIBRARYDIR to the
   directory containing Boost libraries or BOOST_ROOT to the location of
   Boost.
 Call Stack (most recent call first):
   src/CMakeLists.txt:325 (find_package)
 -
 I also tried the 4. Building a Repository Working Copy with a checkout of the 
 latest from SVN using the cmake GUI (selecting Visual Studio 10 Win64 as the 
 generator since I don't have VS2008). I got the following errors:
 Regenerating Qpid Management Framework sources
 CMake Error at src/CMakeLists.txt:232 (include):
   include could not find load file:
 C:/Qpid/src/managementgen.cmake
 CMake Error at C:/Program Files (x86)/CMake 
 2.8/share/cmake-2.8/Modules/FindBoost.cmake:1104 (message):
   Unable to find the requested Boost libraries.
   Boost version: 1.54.0
   Boost include path: C:/boost/boost_1_54_0
   The following Boost libraries could not be found:
   boost_program_options
   boost_date_time
   boost_thread
   boost_unit_test_framework
   boost_regex
   No Boost libraries were found.  You may need to set BOOST_LIBRARYDIR to the
   directory containing Boost libraries or BOOST_ROOT to the location of
   Boost.
 Call Stack (most recent call first):
   src/CMakeLists.txt:364 (find_package)
 CMake Error at src/CMakeLists.txt:366 (message):
   Boost C++ libraries not found.  Please install or try setting BOOST_ROOT
 Configuring incomplete, errors occurred!
 -
 The relevant environment variables on my system are:
 BOOST_LIBRARYDIR=C:\boost\boost_1_54_0\stage\lib
 BOOST_ROOT=C:\boost\boost_1_54_0
 INCLUDE=c:\Program Files (x86)\Microsoft Visual Studio 
 10.0\VC\INCLUDE;c:\Program Files (x86)\Microsoft Visual Studio 
 10.0\VC\ATLMFC\INCLUDE;C:\Program Files (x86)\Microsoft 
 SDKs\Windows\v7.0A\include;C:\boost\boost_1_54_0
 LIB=c:\Program Files (x86)\Microsoft Visual Studio 
 10.0\VC\LIB\amd64;c:\Program Files (x86)\Microsoft Visual Studio 
 10.0\VC\ATLMFC\LIB\amd64;C:\Program Files (x86)\Microsoft 
 SDKs\Windows\v7.0A\lib\x64;C:\boost\boost_1_54_0\stage\lib
 LIBPATH=C:\Windows\Microsoft.NET\Framework64\v4.0.30319;C:\Windows\Microsoft.NET\Framework64\v3.5;c:\Program
  Files (x86)\Microsoft Visual Studio 10.0\VC\LIB\amd64;c:\Program Files 
 (x86)\Microsoft Visual Studio 
 10.0\VC\ATLMFC\LIB\amd64;C:\boost\boost_1_54_0\stage\lib
 Path=c:\Program Files (x86)\Microsoft Visual Studio 

[jira] [Commented] (QPID-4982) cmake for Visual Studio fails

2013-07-09 Thread Gordon Sim (JIRA)

[ 
https://issues.apache.org/jira/browse/QPID-4982?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13703483#comment-13703483
 ] 

Gordon Sim commented on QPID-4982:
--

No,AMQP 1.0 is not required for message grouping. For Qpid Proton go to 
http://qpid.apache.org/proton/download.html.

 cmake for Visual Studio fails
 -

 Key: QPID-4982
 URL: https://issues.apache.org/jira/browse/QPID-4982
 Project: Qpid
  Issue Type: Bug
  Components: Build Tools
Affects Versions: 0.22, 0.23
 Environment: Windows 7 Enterprise 64 bit SP1
Reporter: Steve Rothkin
Priority: Blocker
 Attachments: qpid-windows-build-log.txt, screenshot-1.jpg


 I followed the instructions in cpp\INSTALL-WINDOWS. I have installed the 
 latest Windows versions of Boost, Ruby, and Python as per the instructions. 
 I've also built the Boost libraries and set the environment variables as per 
 the instructions. 
 I tried the 3. Building from a Source Distribution using qpid-0.22.tar.gz 
 using the cmake command line tool. I got the following errors:
 c:\cyghome\QueueSystems\Qpid\qpid-0.22\cppcmake -i -G Visual Studio 9 2008
 Would you like to see advanced options? [No]:
 Please wait while cmake processes CMakeLists.txt files
   File string, line 1
 from distutils.sysconfig import get_python_lib; print 
 get_python_lib(False)
^
 SyntaxError: invalid syntax
   File C:/cyghome/QueueSystems/Qpid/qpid-0.22/cpp/managementgen/qmf-gen, 
 line
 64
 print no input files
  ^
 SyntaxError: invalid syntax
 CMake Error at src/CMakeLists.txt:231 (include):
   include could not find load file:
 C:/cyghome/QueueSystems/Qpid/qpid-0.22/cpp/src/managementgen.cmake
 CMake Error at C:/Program Files (x86)/CMake 
 2.8/share/cmake-2.8/Modules/FindBoos
 t.cmake:1104 (message):
   Unable to find the requested Boost libraries.
   Boost version: 1.54.0
   Boost include path: C:/boost/boost_1_54_0
   The following Boost libraries could not be found:
   boost_program_options
   boost_date_time
   boost_thread
   boost_unit_test_framework
   boost_regex
   No Boost libraries were found.  You may need to set BOOST_LIBRARYDIR to the
   directory containing Boost libraries or BOOST_ROOT to the location of
   Boost.
 Call Stack (most recent call first):
   src/CMakeLists.txt:325 (find_package)
 -
 I also tried the 4. Building a Repository Working Copy with a checkout of the 
 latest from SVN using the cmake GUI (selecting Visual Studio 10 Win64 as the 
 generator since I don't have VS2008). I got the following errors:
 Regenerating Qpid Management Framework sources
 CMake Error at src/CMakeLists.txt:232 (include):
   include could not find load file:
 C:/Qpid/src/managementgen.cmake
 CMake Error at C:/Program Files (x86)/CMake 
 2.8/share/cmake-2.8/Modules/FindBoost.cmake:1104 (message):
   Unable to find the requested Boost libraries.
   Boost version: 1.54.0
   Boost include path: C:/boost/boost_1_54_0
   The following Boost libraries could not be found:
   boost_program_options
   boost_date_time
   boost_thread
   boost_unit_test_framework
   boost_regex
   No Boost libraries were found.  You may need to set BOOST_LIBRARYDIR to the
   directory containing Boost libraries or BOOST_ROOT to the location of
   Boost.
 Call Stack (most recent call first):
   src/CMakeLists.txt:364 (find_package)
 CMake Error at src/CMakeLists.txt:366 (message):
   Boost C++ libraries not found.  Please install or try setting BOOST_ROOT
 Configuring incomplete, errors occurred!
 -
 The relevant environment variables on my system are:
 BOOST_LIBRARYDIR=C:\boost\boost_1_54_0\stage\lib
 BOOST_ROOT=C:\boost\boost_1_54_0
 INCLUDE=c:\Program Files (x86)\Microsoft Visual Studio 
 10.0\VC\INCLUDE;c:\Program Files (x86)\Microsoft Visual Studio 
 10.0\VC\ATLMFC\INCLUDE;C:\Program Files (x86)\Microsoft 
 SDKs\Windows\v7.0A\include;C:\boost\boost_1_54_0
 LIB=c:\Program Files (x86)\Microsoft Visual Studio 
 10.0\VC\LIB\amd64;c:\Program Files (x86)\Microsoft Visual Studio 
 10.0\VC\ATLMFC\LIB\amd64;C:\Program Files (x86)\Microsoft 
 SDKs\Windows\v7.0A\lib\x64;C:\boost\boost_1_54_0\stage\lib
 LIBPATH=C:\Windows\Microsoft.NET\Framework64\v4.0.30319;C:\Windows\Microsoft.NET\Framework64\v3.5;c:\Program
  Files (x86)\Microsoft Visual Studio 10.0\VC\LIB\amd64;c:\Program Files 
 (x86)\Microsoft Visual Studio 
 10.0\VC\ATLMFC\LIB\amd64;C:\boost\boost_1_54_0\stage\lib
 Path=c:\Program Files (x86)\Microsoft Visual Studio 
 10.0\VC\BIN\amd64;C:\Windows\Microsoft.NET\Framework64\v4.0.30319;C:\Windows\Microsoft.NET\Framework64\v3.5;c:\Program
  Files (x86)\Microsoft Visual Studio 

[jira] [Commented] (QPID-4982) cmake for Visual Studio fails

2013-07-09 Thread Steve Rothkin (JIRA)

[ 
https://issues.apache.org/jira/browse/QPID-4982?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13703529#comment-13703529
 ] 

Steve Rothkin commented on QPID-4982:
-

I just also noticed that whether I do cmake -i -g Visual Studio 10 Win64 ..
or cmake -i -g Visual Studio 10 ..
It is always saying 

-- Building for: Visual Studio 11
^C
C:\Sources\Qpid\qpid-0.22\cpp\b64-vs2010

 cmake for Visual Studio fails
 -

 Key: QPID-4982
 URL: https://issues.apache.org/jira/browse/QPID-4982
 Project: Qpid
  Issue Type: Bug
  Components: Build Tools
Affects Versions: 0.22, 0.23
 Environment: Windows 7 Enterprise 64 bit SP1
Reporter: Steve Rothkin
Priority: Blocker
 Attachments: qpid-windows-build-log.txt, screenshot-1.jpg


 I followed the instructions in cpp\INSTALL-WINDOWS. I have installed the 
 latest Windows versions of Boost, Ruby, and Python as per the instructions. 
 I've also built the Boost libraries and set the environment variables as per 
 the instructions. 
 I tried the 3. Building from a Source Distribution using qpid-0.22.tar.gz 
 using the cmake command line tool. I got the following errors:
 c:\cyghome\QueueSystems\Qpid\qpid-0.22\cppcmake -i -G Visual Studio 9 2008
 Would you like to see advanced options? [No]:
 Please wait while cmake processes CMakeLists.txt files
   File string, line 1
 from distutils.sysconfig import get_python_lib; print 
 get_python_lib(False)
^
 SyntaxError: invalid syntax
   File C:/cyghome/QueueSystems/Qpid/qpid-0.22/cpp/managementgen/qmf-gen, 
 line
 64
 print no input files
  ^
 SyntaxError: invalid syntax
 CMake Error at src/CMakeLists.txt:231 (include):
   include could not find load file:
 C:/cyghome/QueueSystems/Qpid/qpid-0.22/cpp/src/managementgen.cmake
 CMake Error at C:/Program Files (x86)/CMake 
 2.8/share/cmake-2.8/Modules/FindBoos
 t.cmake:1104 (message):
   Unable to find the requested Boost libraries.
   Boost version: 1.54.0
   Boost include path: C:/boost/boost_1_54_0
   The following Boost libraries could not be found:
   boost_program_options
   boost_date_time
   boost_thread
   boost_unit_test_framework
   boost_regex
   No Boost libraries were found.  You may need to set BOOST_LIBRARYDIR to the
   directory containing Boost libraries or BOOST_ROOT to the location of
   Boost.
 Call Stack (most recent call first):
   src/CMakeLists.txt:325 (find_package)
 -
 I also tried the 4. Building a Repository Working Copy with a checkout of the 
 latest from SVN using the cmake GUI (selecting Visual Studio 10 Win64 as the 
 generator since I don't have VS2008). I got the following errors:
 Regenerating Qpid Management Framework sources
 CMake Error at src/CMakeLists.txt:232 (include):
   include could not find load file:
 C:/Qpid/src/managementgen.cmake
 CMake Error at C:/Program Files (x86)/CMake 
 2.8/share/cmake-2.8/Modules/FindBoost.cmake:1104 (message):
   Unable to find the requested Boost libraries.
   Boost version: 1.54.0
   Boost include path: C:/boost/boost_1_54_0
   The following Boost libraries could not be found:
   boost_program_options
   boost_date_time
   boost_thread
   boost_unit_test_framework
   boost_regex
   No Boost libraries were found.  You may need to set BOOST_LIBRARYDIR to the
   directory containing Boost libraries or BOOST_ROOT to the location of
   Boost.
 Call Stack (most recent call first):
   src/CMakeLists.txt:364 (find_package)
 CMake Error at src/CMakeLists.txt:366 (message):
   Boost C++ libraries not found.  Please install or try setting BOOST_ROOT
 Configuring incomplete, errors occurred!
 -
 The relevant environment variables on my system are:
 BOOST_LIBRARYDIR=C:\boost\boost_1_54_0\stage\lib
 BOOST_ROOT=C:\boost\boost_1_54_0
 INCLUDE=c:\Program Files (x86)\Microsoft Visual Studio 
 10.0\VC\INCLUDE;c:\Program Files (x86)\Microsoft Visual Studio 
 10.0\VC\ATLMFC\INCLUDE;C:\Program Files (x86)\Microsoft 
 SDKs\Windows\v7.0A\include;C:\boost\boost_1_54_0
 LIB=c:\Program Files (x86)\Microsoft Visual Studio 
 10.0\VC\LIB\amd64;c:\Program Files (x86)\Microsoft Visual Studio 
 10.0\VC\ATLMFC\LIB\amd64;C:\Program Files (x86)\Microsoft 
 SDKs\Windows\v7.0A\lib\x64;C:\boost\boost_1_54_0\stage\lib
 LIBPATH=C:\Windows\Microsoft.NET\Framework64\v4.0.30319;C:\Windows\Microsoft.NET\Framework64\v3.5;c:\Program
  Files (x86)\Microsoft Visual Studio 10.0\VC\LIB\amd64;c:\Program Files 
 (x86)\Microsoft Visual Studio 
 10.0\VC\ATLMFC\LIB\amd64;C:\boost\boost_1_54_0\stage\lib
 Path=c:\Program Files (x86)\Microsoft Visual Studio 
 

[jira] [Commented] (QPID-4982) cmake for Visual Studio fails

2013-07-09 Thread Steve Rothkin (JIRA)

[ 
https://issues.apache.org/jira/browse/QPID-4982?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13703676#comment-13703676
 ] 

Steve Rothkin commented on QPID-4982:
-

OK, I got rid of the Ruby errors by uninstalling Ruby 2.0 and replacing it with 
Ruby 1.9. Now (using cmake-gui) I'm down to just one error (which happens both 
for qpid-0.22 and current svn):

C:/Sources/Qpid/qpid-0.22/cpp/src/qpid/legacystore/management-schema.xml is 
newer
Regenerating Qpid Management Framework sources
CMake Error at src/CMakeLists.txt:231 (include):
  include could not find load file:

C:/Qpid/src/managementgen.cmake

  

C:/Sources/Qpid/qpid_svn/qpid/cpp/src/qpid/legacystore/management-schema.xml is 
newer
Regenerating Qpid Management Framework sources
CMake Error at src/CMakeLists.txt:232 (include):
  include could not find load file:

C:/Qpid/src/managementgen.cmake

 cmake for Visual Studio fails
 -

 Key: QPID-4982
 URL: https://issues.apache.org/jira/browse/QPID-4982
 Project: Qpid
  Issue Type: Bug
  Components: Build Tools
Affects Versions: 0.22, 0.23
 Environment: Windows 7 Enterprise 64 bit SP1
Reporter: Steve Rothkin
Priority: Blocker
 Attachments: qpid-windows-build-log.txt, screenshot-1.jpg


 I followed the instructions in cpp\INSTALL-WINDOWS. I have installed the 
 latest Windows versions of Boost, Ruby, and Python as per the instructions. 
 I've also built the Boost libraries and set the environment variables as per 
 the instructions. 
 I tried the 3. Building from a Source Distribution using qpid-0.22.tar.gz 
 using the cmake command line tool. I got the following errors:
 c:\cyghome\QueueSystems\Qpid\qpid-0.22\cppcmake -i -G Visual Studio 9 2008
 Would you like to see advanced options? [No]:
 Please wait while cmake processes CMakeLists.txt files
   File string, line 1
 from distutils.sysconfig import get_python_lib; print 
 get_python_lib(False)
^
 SyntaxError: invalid syntax
   File C:/cyghome/QueueSystems/Qpid/qpid-0.22/cpp/managementgen/qmf-gen, 
 line
 64
 print no input files
  ^
 SyntaxError: invalid syntax
 CMake Error at src/CMakeLists.txt:231 (include):
   include could not find load file:
 C:/cyghome/QueueSystems/Qpid/qpid-0.22/cpp/src/managementgen.cmake
 CMake Error at C:/Program Files (x86)/CMake 
 2.8/share/cmake-2.8/Modules/FindBoos
 t.cmake:1104 (message):
   Unable to find the requested Boost libraries.
   Boost version: 1.54.0
   Boost include path: C:/boost/boost_1_54_0
   The following Boost libraries could not be found:
   boost_program_options
   boost_date_time
   boost_thread
   boost_unit_test_framework
   boost_regex
   No Boost libraries were found.  You may need to set BOOST_LIBRARYDIR to the
   directory containing Boost libraries or BOOST_ROOT to the location of
   Boost.
 Call Stack (most recent call first):
   src/CMakeLists.txt:325 (find_package)
 -
 I also tried the 4. Building a Repository Working Copy with a checkout of the 
 latest from SVN using the cmake GUI (selecting Visual Studio 10 Win64 as the 
 generator since I don't have VS2008). I got the following errors:
 Regenerating Qpid Management Framework sources
 CMake Error at src/CMakeLists.txt:232 (include):
   include could not find load file:
 C:/Qpid/src/managementgen.cmake
 CMake Error at C:/Program Files (x86)/CMake 
 2.8/share/cmake-2.8/Modules/FindBoost.cmake:1104 (message):
   Unable to find the requested Boost libraries.
   Boost version: 1.54.0
   Boost include path: C:/boost/boost_1_54_0
   The following Boost libraries could not be found:
   boost_program_options
   boost_date_time
   boost_thread
   boost_unit_test_framework
   boost_regex
   No Boost libraries were found.  You may need to set BOOST_LIBRARYDIR to the
   directory containing Boost libraries or BOOST_ROOT to the location of
   Boost.
 Call Stack (most recent call first):
   src/CMakeLists.txt:364 (find_package)
 CMake Error at src/CMakeLists.txt:366 (message):
   Boost C++ libraries not found.  Please install or try setting BOOST_ROOT
 Configuring incomplete, errors occurred!
 -
 The relevant environment variables on my system are:
 BOOST_LIBRARYDIR=C:\boost\boost_1_54_0\stage\lib
 BOOST_ROOT=C:\boost\boost_1_54_0
 INCLUDE=c:\Program Files (x86)\Microsoft Visual Studio 
 10.0\VC\INCLUDE;c:\Program Files (x86)\Microsoft Visual Studio 
 10.0\VC\ATLMFC\INCLUDE;C:\Program Files (x86)\Microsoft 
 SDKs\Windows\v7.0A\include;C:\boost\boost_1_54_0
 LIB=c:\Program Files (x86)\Microsoft Visual Studio 
 10.0\VC\LIB\amd64;c:\Program Files (x86)\Microsoft Visual Studio 
 

[jira] [Commented] (QPID-4982) cmake for Visual Studio fails

2013-07-08 Thread Steve Rothkin (JIRA)

[ 
https://issues.apache.org/jira/browse/QPID-4982?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13702143#comment-13702143
 ] 

Steve Rothkin commented on QPID-4982:
-

Note: I do realize that Visual Studio 10 is not yet officially supported 
(QPID-2643), but I figured I could follow the instructions to generate VS2008 
sln and vcproj files and then let VS2010 convert them.

 cmake for Visual Studio fails
 -

 Key: QPID-4982
 URL: https://issues.apache.org/jira/browse/QPID-4982
 Project: Qpid
  Issue Type: Bug
  Components: Build Tools
Affects Versions: 0.22, 0.23
 Environment: Windows 7 Enterprise 64 bit SP1
Reporter: Steve Rothkin
Priority: Blocker

 I followed the instructions in cpp\INSTALL-WINDOWS. I have installed the 
 latest Windows versions of Boost, Ruby, and Python as per the instructions. 
 I've also built the Boost libraries and set the environment variables as per 
 the instructions. 
 I tried the 3. Building from a Source Distribution using qpid-0.22.tar.gz 
 using the cmake command line tool. I got the following errors:
 c:\cyghome\QueueSystems\Qpid\qpid-0.22\cppcmake -i -G Visual Studio 9 2008
 Would you like to see advanced options? [No]:
 Please wait while cmake processes CMakeLists.txt files
   File string, line 1
 from distutils.sysconfig import get_python_lib; print 
 get_python_lib(False)
^
 SyntaxError: invalid syntax
   File C:/cyghome/QueueSystems/Qpid/qpid-0.22/cpp/managementgen/qmf-gen, 
 line
 64
 print no input files
  ^
 SyntaxError: invalid syntax
 CMake Error at src/CMakeLists.txt:231 (include):
   include could not find load file:
 C:/cyghome/QueueSystems/Qpid/qpid-0.22/cpp/src/managementgen.cmake
 CMake Error at C:/Program Files (x86)/CMake 
 2.8/share/cmake-2.8/Modules/FindBoos
 t.cmake:1104 (message):
   Unable to find the requested Boost libraries.
   Boost version: 1.54.0
   Boost include path: C:/boost/boost_1_54_0
   The following Boost libraries could not be found:
   boost_program_options
   boost_date_time
   boost_thread
   boost_unit_test_framework
   boost_regex
   No Boost libraries were found.  You may need to set BOOST_LIBRARYDIR to the
   directory containing Boost libraries or BOOST_ROOT to the location of
   Boost.
 Call Stack (most recent call first):
   src/CMakeLists.txt:325 (find_package)
 -
 I also tried the 4. Building a Repository Working Copy with a checkout of the 
 latest from SVN using the cmake GUI (selecting Visual Studio 10 Win64 as the 
 generator since I don't have VS2008). I got the following errors:
 Regenerating Qpid Management Framework sources
 CMake Error at src/CMakeLists.txt:232 (include):
   include could not find load file:
 C:/Qpid/src/managementgen.cmake
 CMake Error at C:/Program Files (x86)/CMake 
 2.8/share/cmake-2.8/Modules/FindBoost.cmake:1104 (message):
   Unable to find the requested Boost libraries.
   Boost version: 1.54.0
   Boost include path: C:/boost/boost_1_54_0
   The following Boost libraries could not be found:
   boost_program_options
   boost_date_time
   boost_thread
   boost_unit_test_framework
   boost_regex
   No Boost libraries were found.  You may need to set BOOST_LIBRARYDIR to the
   directory containing Boost libraries or BOOST_ROOT to the location of
   Boost.
 Call Stack (most recent call first):
   src/CMakeLists.txt:364 (find_package)
 CMake Error at src/CMakeLists.txt:366 (message):
   Boost C++ libraries not found.  Please install or try setting BOOST_ROOT
 Configuring incomplete, errors occurred!
 -
 The relevant environment variables on my system are:
 BOOST_LIBRARYDIR=C:\boost\boost_1_54_0\stage\lib
 BOOST_ROOT=C:\boost\boost_1_54_0
 INCLUDE=c:\Program Files (x86)\Microsoft Visual Studio 
 10.0\VC\INCLUDE;c:\Program Files (x86)\Microsoft Visual Studio 
 10.0\VC\ATLMFC\INCLUDE;C:\Program Files (x86)\Microsoft 
 SDKs\Windows\v7.0A\include;C:\boost\boost_1_54_0
 LIB=c:\Program Files (x86)\Microsoft Visual Studio 
 10.0\VC\LIB\amd64;c:\Program Files (x86)\Microsoft Visual Studio 
 10.0\VC\ATLMFC\LIB\amd64;C:\Program Files (x86)\Microsoft 
 SDKs\Windows\v7.0A\lib\x64;C:\boost\boost_1_54_0\stage\lib
 LIBPATH=C:\Windows\Microsoft.NET\Framework64\v4.0.30319;C:\Windows\Microsoft.NET\Framework64\v3.5;c:\Program
  Files (x86)\Microsoft Visual Studio 10.0\VC\LIB\amd64;c:\Program Files 
 (x86)\Microsoft Visual Studio 
 10.0\VC\ATLMFC\LIB\amd64;C:\boost\boost_1_54_0\stage\lib
 Path=c:\Program Files (x86)\Microsoft Visual Studio 
 10.0\VC\BIN\amd64;C:\Windows\Microsoft.NET\Framework64\v4.0.30319;C:\Windows\Microsoft.NET\Framework64\v3.5;c:\Program
  Files (x86)\Microsoft 

[jira] [Commented] (QPID-4982) cmake for Visual Studio fails

2013-07-08 Thread Chuck Rolke (JIRA)

[ 
https://issues.apache.org/jira/browse/QPID-4982?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13702171#comment-13702171
 ] 

Chuck Rolke commented on QPID-4982:
---

Visual Studio 2010 works fine and has been usable for a long time. The issue 
was reopened because there is no closure on all the issues.

Visual Studio 2012 has less support.

Getting your build to work requires a Boost matched to the Visual Studio you 
are using. In your lib dir (above) the files are named with -vc110- which 
seems like they were built with Visual Studio 2012. When you run cmake with 
'cmake -i -G Visual Studio 9 2008' then FindBoost will look for files named 
-vc90-. The Boost files have the compiler-version built into the file names 
so that multiple versions can exist in the same directory.

Another problem with Visual Studio Boost is that you can NOT have a 32-bit 
build and a 64-bit build in the same directory; those two variants have the 
same file names. In that condition your compiles will most likely work then you 
will get link errors.

I have a bunch of Windows Boost libraries you can try at 
http://people.apache.org/~chug/
Pick a version of Visual Studio and choose between 32- and 64-bit, and download 
that kit. If you unpack the kit and set BOOST_ROOT to point to it you should be 
all set.



 cmake for Visual Studio fails
 -

 Key: QPID-4982
 URL: https://issues.apache.org/jira/browse/QPID-4982
 Project: Qpid
  Issue Type: Bug
  Components: Build Tools
Affects Versions: 0.22, 0.23
 Environment: Windows 7 Enterprise 64 bit SP1
Reporter: Steve Rothkin
Priority: Blocker

 I followed the instructions in cpp\INSTALL-WINDOWS. I have installed the 
 latest Windows versions of Boost, Ruby, and Python as per the instructions. 
 I've also built the Boost libraries and set the environment variables as per 
 the instructions. 
 I tried the 3. Building from a Source Distribution using qpid-0.22.tar.gz 
 using the cmake command line tool. I got the following errors:
 c:\cyghome\QueueSystems\Qpid\qpid-0.22\cppcmake -i -G Visual Studio 9 2008
 Would you like to see advanced options? [No]:
 Please wait while cmake processes CMakeLists.txt files
   File string, line 1
 from distutils.sysconfig import get_python_lib; print 
 get_python_lib(False)
^
 SyntaxError: invalid syntax
   File C:/cyghome/QueueSystems/Qpid/qpid-0.22/cpp/managementgen/qmf-gen, 
 line
 64
 print no input files
  ^
 SyntaxError: invalid syntax
 CMake Error at src/CMakeLists.txt:231 (include):
   include could not find load file:
 C:/cyghome/QueueSystems/Qpid/qpid-0.22/cpp/src/managementgen.cmake
 CMake Error at C:/Program Files (x86)/CMake 
 2.8/share/cmake-2.8/Modules/FindBoos
 t.cmake:1104 (message):
   Unable to find the requested Boost libraries.
   Boost version: 1.54.0
   Boost include path: C:/boost/boost_1_54_0
   The following Boost libraries could not be found:
   boost_program_options
   boost_date_time
   boost_thread
   boost_unit_test_framework
   boost_regex
   No Boost libraries were found.  You may need to set BOOST_LIBRARYDIR to the
   directory containing Boost libraries or BOOST_ROOT to the location of
   Boost.
 Call Stack (most recent call first):
   src/CMakeLists.txt:325 (find_package)
 -
 I also tried the 4. Building a Repository Working Copy with a checkout of the 
 latest from SVN using the cmake GUI (selecting Visual Studio 10 Win64 as the 
 generator since I don't have VS2008). I got the following errors:
 Regenerating Qpid Management Framework sources
 CMake Error at src/CMakeLists.txt:232 (include):
   include could not find load file:
 C:/Qpid/src/managementgen.cmake
 CMake Error at C:/Program Files (x86)/CMake 
 2.8/share/cmake-2.8/Modules/FindBoost.cmake:1104 (message):
   Unable to find the requested Boost libraries.
   Boost version: 1.54.0
   Boost include path: C:/boost/boost_1_54_0
   The following Boost libraries could not be found:
   boost_program_options
   boost_date_time
   boost_thread
   boost_unit_test_framework
   boost_regex
   No Boost libraries were found.  You may need to set BOOST_LIBRARYDIR to the
   directory containing Boost libraries or BOOST_ROOT to the location of
   Boost.
 Call Stack (most recent call first):
   src/CMakeLists.txt:364 (find_package)
 CMake Error at src/CMakeLists.txt:366 (message):
   Boost C++ libraries not found.  Please install or try setting BOOST_ROOT
 Configuring incomplete, errors occurred!
 -
 The relevant environment variables on my system are:
 BOOST_LIBRARYDIR=C:\boost\boost_1_54_0\stage\lib
 BOOST_ROOT=C:\boost\boost_1_54_0
 

[jira] [Commented] (QPID-4982) cmake for Visual Studio fails

2013-07-08 Thread Steve Rothkin (JIRA)

[ 
https://issues.apache.org/jira/browse/QPID-4982?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13702345#comment-13702345
 ] 

Steve Rothkin commented on QPID-4982:
-

OK, so I rebuilt boost 1.54 with VS2010 and told it to build for 64 bit as 
follows:
Edited C:\boost\boost_1_54_0\tools\build\v2\engine\build.bat To force using 
VS2010 instead of 2012.
Edited C:\boost\boost_1_54_0\project-config.jam and changed
using msvc ;
 to
using msvc : 10.0 ;

In VS2010 X64 command prompt:
cd c:\boost\boost_1_54_0
bootstrap
.\b2 address-model=64 install

--

Using the Cmake GUI on qpid.22 I get

The C compiler identification is MSVC 16.0.40219.1
The CXX compiler identification is MSVC 16.0.40219.1
Check for working C compiler using: Visual Studio 10 Win64
Check for working C compiler using: Visual Studio 10 Win64 -- works
Detecting C compiler ABI info
Detecting C compiler ABI info - done
Check for working CXX compiler using: Visual Studio 10 Win64
Check for working CXX compiler using: Visual Studio 10 Win64 -- works
Detecting CXX compiler ABI info
Detecting CXX compiler ABI info - done
Found PythonInterp: C:/Python33/python.exe (found version 3.3.2) 
Boost version: 1.54.0
Found Doxygen: C:/Program Files/doxygen/bin/doxygen.exe (found version 1.8.4) 
Could NOT find Ruby (missing:  RUBY_LIBRARY) (found version 2.0.0)
Regenerating AMQP protocol sources
C:/cyghome/QueueSystems/Qpid/qpid-0.22/cpp/../specs/management-schema.xml is 
newer
C:/cyghome/QueueSystems/Qpid/qpid-0.22/cpp/src/qpid/acl/management-schema.xml 
is newer
C:/cyghome/QueueSystems/Qpid/qpid-0.22/cpp/src/qpid/ha/management-schema.xml is 
newer
C:/cyghome/QueueSystems/Qpid/qpid-0.22/cpp/src/qpid/legacystore/management-schema.xml
 is newer
Regenerating Qpid Management Framework sources
CMake Error at src/CMakeLists.txt:231 (include):
  include could not find load file:

C:/Qpid/src/managementgen.cmake


Can't locate the help2man command; man pages will not be generated
Can't locate the valgrind command; no run-time error detection
CMake Error at C:/Program Files (x86)/CMake 
2.8/share/cmake-2.8/Modules/FindBoost.cmake:1104 (message):
  Unable to find the requested Boost libraries.

  Boost version: 1.54.0

  Boost include path: C:/boost/include/boost-1_54

  The following Boost libraries could not be found:

  boost_program_options
  boost_date_time
  boost_thread
  boost_unit_test_framework
  boost_regex

  No Boost libraries were found.  You may need to set BOOST_LIBRARYDIR to the
  directory containing Boost libraries or BOOST_ROOT to the location of
  Boost.
Call Stack (most recent call first):
  src/CMakeLists.txt:325 (find_package)


CMake Error at src/CMakeLists.txt:327 (message):
  Boost C++ libraries not found.  Please install or try setting BOOST_ROOT


Configuring incomplete, errors occurred!

---

I have set Environment variables

BOOST_ROOT=C:\boost
RUBY_LIBRARY=C:\Ruby200-x64\lib

 Directory of c:\boost\lib

07/08/2013  03:17 PMDIR  .
07/08/2013  03:17 PMDIR  ..
07/08/2013  03:04 PM 8,026 libboost_atomic-vc100-mt-1_54.lib
07/08/2013  02:50 PM58,864 libboost_atomic-vc100-mt-gd-1_54.lib
07/08/2013  03:04 PM   440,648 libboost_chrono-vc100-mt-1_54.lib
07/08/2013  02:51 PM 1,655,564 libboost_chrono-vc100-mt-gd-1_54.lib
07/08/2013  03:04 PM 3,434 libboost_context-vc100-mt-1_54.lib
07/08/2013  02:51 PM 6,470 libboost_context-vc100-mt-gd-1_54.lib
07/08/2013  03:04 PM27,794 libboost_coroutine-vc100-mt-1_54.lib
07/08/2013  02:51 PM   514,890 libboost_coroutine-vc100-mt-gd-1_54.lib
07/08/2013  03:04 PM   765,660 libboost_date_time-vc100-mt-1_54.lib
07/08/2013  02:51 PM 2,420,500 libboost_date_time-vc100-mt-gd-1_54.lib
07/08/2013  03:04 PM 5,412 libboost_exception-vc100-mt-1_54.lib
07/08/2013  02:51 PM39,946 libboost_exception-vc100-mt-gd-1_54.lib
07/08/2013  03:04 PM 1,157,808 libboost_filesystem-vc100-mt-1_54.lib
07/08/2013  02:51 PM 5,007,634 libboost_filesystem-vc100-mt-gd-1_54.lib
07/08/2013  03:05 PM 7,450,782 libboost_graph-vc100-mt-1_54.lib
07/08/2013  02:52 PM18,563,322 libboost_graph-vc100-mt-gd-1_54.lib
07/08/2013  03:05 PM   551,248 libboost_iostreams-vc100-mt-1_54.lib
07/08/2013  02:52 PM 1,479,338 libboost_iostreams-vc100-mt-gd-1_54.lib
07/08/2013  03:06 PM 9,496,632 libboost_locale-vc100-mt-1_54.lib
07/08/2013  02:52 PM27,710,266 libboost_locale-vc100-mt-gd-1_54.lib
07/08/2013  03:08 PM20,935,092 libboost_log-vc100-mt-1_54.lib
07/08/2013  02:54 PM65,182,154 libboost_log-vc100-mt-gd-1_54.lib
07/08/2013  03:11 PM   165,561,810 libboost_log_setup-vc100-mt-1_54.lib
07/08/2013  02:57 PM   434,376,984 libboost_log_setup-vc100-mt-gd-1_54.lib
07/08/2013  

[jira] [Commented] (QPID-4982) cmake for Visual Studio fails

2013-07-08 Thread Steve Rothkin (JIRA)

[ 
https://issues.apache.org/jira/browse/QPID-4982?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13702349#comment-13702349
 ] 

Steve Rothkin commented on QPID-4982:
-

Note there are (and have been) TWO errors:

1) missing C:/Qpid/src/managementgen.cmake
2) not finding boost libraries (but it is detecting the boost version).



 cmake for Visual Studio fails
 -

 Key: QPID-4982
 URL: https://issues.apache.org/jira/browse/QPID-4982
 Project: Qpid
  Issue Type: Bug
  Components: Build Tools
Affects Versions: 0.22, 0.23
 Environment: Windows 7 Enterprise 64 bit SP1
Reporter: Steve Rothkin
Priority: Blocker

 I followed the instructions in cpp\INSTALL-WINDOWS. I have installed the 
 latest Windows versions of Boost, Ruby, and Python as per the instructions. 
 I've also built the Boost libraries and set the environment variables as per 
 the instructions. 
 I tried the 3. Building from a Source Distribution using qpid-0.22.tar.gz 
 using the cmake command line tool. I got the following errors:
 c:\cyghome\QueueSystems\Qpid\qpid-0.22\cppcmake -i -G Visual Studio 9 2008
 Would you like to see advanced options? [No]:
 Please wait while cmake processes CMakeLists.txt files
   File string, line 1
 from distutils.sysconfig import get_python_lib; print 
 get_python_lib(False)
^
 SyntaxError: invalid syntax
   File C:/cyghome/QueueSystems/Qpid/qpid-0.22/cpp/managementgen/qmf-gen, 
 line
 64
 print no input files
  ^
 SyntaxError: invalid syntax
 CMake Error at src/CMakeLists.txt:231 (include):
   include could not find load file:
 C:/cyghome/QueueSystems/Qpid/qpid-0.22/cpp/src/managementgen.cmake
 CMake Error at C:/Program Files (x86)/CMake 
 2.8/share/cmake-2.8/Modules/FindBoos
 t.cmake:1104 (message):
   Unable to find the requested Boost libraries.
   Boost version: 1.54.0
   Boost include path: C:/boost/boost_1_54_0
   The following Boost libraries could not be found:
   boost_program_options
   boost_date_time
   boost_thread
   boost_unit_test_framework
   boost_regex
   No Boost libraries were found.  You may need to set BOOST_LIBRARYDIR to the
   directory containing Boost libraries or BOOST_ROOT to the location of
   Boost.
 Call Stack (most recent call first):
   src/CMakeLists.txt:325 (find_package)
 -
 I also tried the 4. Building a Repository Working Copy with a checkout of the 
 latest from SVN using the cmake GUI (selecting Visual Studio 10 Win64 as the 
 generator since I don't have VS2008). I got the following errors:
 Regenerating Qpid Management Framework sources
 CMake Error at src/CMakeLists.txt:232 (include):
   include could not find load file:
 C:/Qpid/src/managementgen.cmake
 CMake Error at C:/Program Files (x86)/CMake 
 2.8/share/cmake-2.8/Modules/FindBoost.cmake:1104 (message):
   Unable to find the requested Boost libraries.
   Boost version: 1.54.0
   Boost include path: C:/boost/boost_1_54_0
   The following Boost libraries could not be found:
   boost_program_options
   boost_date_time
   boost_thread
   boost_unit_test_framework
   boost_regex
   No Boost libraries were found.  You may need to set BOOST_LIBRARYDIR to the
   directory containing Boost libraries or BOOST_ROOT to the location of
   Boost.
 Call Stack (most recent call first):
   src/CMakeLists.txt:364 (find_package)
 CMake Error at src/CMakeLists.txt:366 (message):
   Boost C++ libraries not found.  Please install or try setting BOOST_ROOT
 Configuring incomplete, errors occurred!
 -
 The relevant environment variables on my system are:
 BOOST_LIBRARYDIR=C:\boost\boost_1_54_0\stage\lib
 BOOST_ROOT=C:\boost\boost_1_54_0
 INCLUDE=c:\Program Files (x86)\Microsoft Visual Studio 
 10.0\VC\INCLUDE;c:\Program Files (x86)\Microsoft Visual Studio 
 10.0\VC\ATLMFC\INCLUDE;C:\Program Files (x86)\Microsoft 
 SDKs\Windows\v7.0A\include;C:\boost\boost_1_54_0
 LIB=c:\Program Files (x86)\Microsoft Visual Studio 
 10.0\VC\LIB\amd64;c:\Program Files (x86)\Microsoft Visual Studio 
 10.0\VC\ATLMFC\LIB\amd64;C:\Program Files (x86)\Microsoft 
 SDKs\Windows\v7.0A\lib\x64;C:\boost\boost_1_54_0\stage\lib
 LIBPATH=C:\Windows\Microsoft.NET\Framework64\v4.0.30319;C:\Windows\Microsoft.NET\Framework64\v3.5;c:\Program
  Files (x86)\Microsoft Visual Studio 10.0\VC\LIB\amd64;c:\Program Files 
 (x86)\Microsoft Visual Studio 
 10.0\VC\ATLMFC\LIB\amd64;C:\boost\boost_1_54_0\stage\lib
 Path=c:\Program Files (x86)\Microsoft Visual Studio 
 10.0\VC\BIN\amd64;C:\Windows\Microsoft.NET\Framework64\v4.0.30319;C:\Windows\Microsoft.NET\Framework64\v3.5;c:\Program
  Files (x86)\Microsoft Visual Studio 10.0\VC\VCPackages;c:\Program Files 
 

[jira] [Commented] (QPID-4982) cmake for Visual Studio fails

2013-07-08 Thread Steve Rothkin (JIRA)

[ 
https://issues.apache.org/jira/browse/QPID-4982?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13702366#comment-13702366
 ] 

Steve Rothkin commented on QPID-4982:
-

Using boost-win-1.52-64bit-vs2010.tar.bz2 from http://people.apache.org/~chug/ 
I can get further, but it still fails:

The C compiler identification is MSVC 16.0.40219.1
The CXX compiler identification is MSVC 16.0.40219.1
Check for working C compiler using: Visual Studio 10 Win64
Check for working C compiler using: Visual Studio 10 Win64 -- works
Detecting C compiler ABI info
Detecting C compiler ABI info - done
Check for working CXX compiler using: Visual Studio 10 Win64
Check for working CXX compiler using: Visual Studio 10 Win64 -- works
Detecting CXX compiler ABI info
Detecting CXX compiler ABI info - done
   Entering C:/cyghome/QueueSystems/Qpid/qpid-0.22/cpp/managementgen
Found PythonInterp: C:/Python33/python.exe (found version 3.3.2) 
   Returning to C:/cyghome/QueueSystems/Qpid/qpid-0.22/cpp
   Entering C:/cyghome/QueueSystems/Qpid/qpid-0.22/cpp/src
Boost version: 1.52.0
Found Doxygen: C:/Program Files/doxygen/bin/doxygen.exe (found version 1.8.4) 
Could NOT find Ruby (missing:  RUBY_LIBRARY) (found version 2.0.0)
No need to generate AMQP protocol sources
C:/cyghome/QueueSystems/Qpid/qpid-0.22/cpp/../specs/management-schema.xml is 
newer
C:/cyghome/QueueSystems/Qpid/qpid-0.22/cpp/src/qpid/acl/management-schema.xml 
is newer
C:/cyghome/QueueSystems/Qpid/qpid-0.22/cpp/src/qpid/ha/management-schema.xml is 
newer
C:/cyghome/QueueSystems/Qpid/qpid-0.22/cpp/src/qpid/legacystore/management-schema.xml
 is newer
Regenerating Qpid Management Framework sources
CMake Error at src/CMakeLists.txt:231 (include):
  include could not find load file:

C:/Qpid/src/managementgen.cmake


Can't locate the help2man command; man pages will not be generated
Can't locate the valgrind command; no run-time error detection
Boost version: 1.52.0
Found the following Boost libraries:
  program_options
  date_time
  thread
  unit_test_framework
  regex
Boost version: 1.52.0
Found the following Boost libraries:
  system
Looking for clock_gettime in rt
Looking for clock_gettime in rt - not found
Looking for clock_gettime
Looking for clock_gettime - not found
Looking for include file sys/sdt.h
Looking for include file sys/sdt.h - not found
Looking for include file sys/poll.h
Looking for include file sys/poll.h - not found
Looking for include file sys/epoll.h
Looking for include file sys/epoll.h - not found
Looking for sasl_checkpass in sasl2
Looking for sasl_checkpass in sasl2 - not found
Looking for include file sasl/sasl.h
Looking for include file sasl/sasl.h - not found
Looking for _init in xerces-c
Looking for _init in xerces-c - not found
Looking for C++ include xercesc/framework/MemBufInputSource.hpp
Looking for C++ include xercesc/framework/MemBufInputSource.hpp - not found
Looking for C++ include xqilla/xqilla-simple.hpp
Looking for C++ include xqilla/xqilla-simple.hpp - not found
Looking for C++ include xqilla/ast/XQEffectiveBooleanValue.hpp
Looking for C++ include xqilla/ast/XQEffectiveBooleanValue.hpp - not found
Looking for ibv_create_qp in ibverbs
Looking for ibv_create_qp in ibverbs - not found
Looking for rdma_create_id in rdmacm
Looking for rdma_create_id in rdmacm - not found
Looking for include file infiniband/verbs.h
Looking for include file infiniband/verbs.h - not found
Looking for include file rdma/rdma_cma.h
Looking for include file rdma/rdma_cma.h - not found
Could NOT find PkgConfig (missing:  PKG_CONFIG_EXECUTABLE) 
Could NOT find PkgConfig (missing:  PKG_CONFIG_EXECUTABLE) 
Qpid proton not found, amqp 1.0 support not enabled
Looking for LOG_AUTHPRIV
Looking for LOG_AUTHPRIV - not found
Looking for LOG_FTP
Looking for LOG_FTP - not found
Legacystore is excluded from build.
   Entering 
C:/cyghome/QueueSystems/Qpid/qpid-0.22/cpp/src/qpid/store
   Returning to C:/cyghome/QueueSystems/Qpid/qpid-0.22/cpp/src
   Entering C:/cyghome/QueueSystems/Qpid/qpid-0.22/cpp/src/tests
   Returning to C:/cyghome/QueueSystems/Qpid/qpid-0.22/cpp/src
   Returning to C:/cyghome/QueueSystems/Qpid/qpid-0.22/cpp
   Entering C:/cyghome/QueueSystems/Qpid/qpid-0.22/cpp/etc
   Returning to C:/cyghome/QueueSystems/Qpid/qpid-0.22/cpp
   Entering C:/cyghome/QueueSystems/Qpid/qpid-0.22/cpp/bindings
Could NOT find SWIG (missing:  SWIG_EXECUTABLE SWIG_DIR) 
Could NOT find Ruby (missing:  RUBY_LIBRARY) (found version 2.0.0)
Found PythonLibs: C:/Python33/libs/python33.lib (found version 3.3.2) 
Found Perl: C:/Windows/PERL  
Could NOT find PerlLibs (missing:  PERL_LIBRARY PERL_INCLUDE_PATH) 
   Returning to C:/cyghome/QueueSystems/Qpid/qpid-0.22/cpp
   Entering C:/cyghome/QueueSystems/Qpid/qpid-0.22/cpp/docs/api
   Returning to 

[jira] [Commented] (QPID-4982) cmake for Visual Studio fails

2013-07-08 Thread Steve Huston (JIRA)

[ 
https://issues.apache.org/jira/browse/QPID-4982?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13702379#comment-13702379
 ] 

Steve Huston commented on QPID-4982:


It looks like you are trying to use cygwin with this - yes? Please try it with 
just native Win32, no cygwin.

 cmake for Visual Studio fails
 -

 Key: QPID-4982
 URL: https://issues.apache.org/jira/browse/QPID-4982
 Project: Qpid
  Issue Type: Bug
  Components: Build Tools
Affects Versions: 0.22, 0.23
 Environment: Windows 7 Enterprise 64 bit SP1
Reporter: Steve Rothkin
Priority: Blocker

 I followed the instructions in cpp\INSTALL-WINDOWS. I have installed the 
 latest Windows versions of Boost, Ruby, and Python as per the instructions. 
 I've also built the Boost libraries and set the environment variables as per 
 the instructions. 
 I tried the 3. Building from a Source Distribution using qpid-0.22.tar.gz 
 using the cmake command line tool. I got the following errors:
 c:\cyghome\QueueSystems\Qpid\qpid-0.22\cppcmake -i -G Visual Studio 9 2008
 Would you like to see advanced options? [No]:
 Please wait while cmake processes CMakeLists.txt files
   File string, line 1
 from distutils.sysconfig import get_python_lib; print 
 get_python_lib(False)
^
 SyntaxError: invalid syntax
   File C:/cyghome/QueueSystems/Qpid/qpid-0.22/cpp/managementgen/qmf-gen, 
 line
 64
 print no input files
  ^
 SyntaxError: invalid syntax
 CMake Error at src/CMakeLists.txt:231 (include):
   include could not find load file:
 C:/cyghome/QueueSystems/Qpid/qpid-0.22/cpp/src/managementgen.cmake
 CMake Error at C:/Program Files (x86)/CMake 
 2.8/share/cmake-2.8/Modules/FindBoos
 t.cmake:1104 (message):
   Unable to find the requested Boost libraries.
   Boost version: 1.54.0
   Boost include path: C:/boost/boost_1_54_0
   The following Boost libraries could not be found:
   boost_program_options
   boost_date_time
   boost_thread
   boost_unit_test_framework
   boost_regex
   No Boost libraries were found.  You may need to set BOOST_LIBRARYDIR to the
   directory containing Boost libraries or BOOST_ROOT to the location of
   Boost.
 Call Stack (most recent call first):
   src/CMakeLists.txt:325 (find_package)
 -
 I also tried the 4. Building a Repository Working Copy with a checkout of the 
 latest from SVN using the cmake GUI (selecting Visual Studio 10 Win64 as the 
 generator since I don't have VS2008). I got the following errors:
 Regenerating Qpid Management Framework sources
 CMake Error at src/CMakeLists.txt:232 (include):
   include could not find load file:
 C:/Qpid/src/managementgen.cmake
 CMake Error at C:/Program Files (x86)/CMake 
 2.8/share/cmake-2.8/Modules/FindBoost.cmake:1104 (message):
   Unable to find the requested Boost libraries.
   Boost version: 1.54.0
   Boost include path: C:/boost/boost_1_54_0
   The following Boost libraries could not be found:
   boost_program_options
   boost_date_time
   boost_thread
   boost_unit_test_framework
   boost_regex
   No Boost libraries were found.  You may need to set BOOST_LIBRARYDIR to the
   directory containing Boost libraries or BOOST_ROOT to the location of
   Boost.
 Call Stack (most recent call first):
   src/CMakeLists.txt:364 (find_package)
 CMake Error at src/CMakeLists.txt:366 (message):
   Boost C++ libraries not found.  Please install or try setting BOOST_ROOT
 Configuring incomplete, errors occurred!
 -
 The relevant environment variables on my system are:
 BOOST_LIBRARYDIR=C:\boost\boost_1_54_0\stage\lib
 BOOST_ROOT=C:\boost\boost_1_54_0
 INCLUDE=c:\Program Files (x86)\Microsoft Visual Studio 
 10.0\VC\INCLUDE;c:\Program Files (x86)\Microsoft Visual Studio 
 10.0\VC\ATLMFC\INCLUDE;C:\Program Files (x86)\Microsoft 
 SDKs\Windows\v7.0A\include;C:\boost\boost_1_54_0
 LIB=c:\Program Files (x86)\Microsoft Visual Studio 
 10.0\VC\LIB\amd64;c:\Program Files (x86)\Microsoft Visual Studio 
 10.0\VC\ATLMFC\LIB\amd64;C:\Program Files (x86)\Microsoft 
 SDKs\Windows\v7.0A\lib\x64;C:\boost\boost_1_54_0\stage\lib
 LIBPATH=C:\Windows\Microsoft.NET\Framework64\v4.0.30319;C:\Windows\Microsoft.NET\Framework64\v3.5;c:\Program
  Files (x86)\Microsoft Visual Studio 10.0\VC\LIB\amd64;c:\Program Files 
 (x86)\Microsoft Visual Studio 
 10.0\VC\ATLMFC\LIB\amd64;C:\boost\boost_1_54_0\stage\lib
 Path=c:\Program Files (x86)\Microsoft Visual Studio 
 10.0\VC\BIN\amd64;C:\Windows\Microsoft.NET\Framework64\v4.0.30319;C:\Windows\Microsoft.NET\Framework64\v3.5;c:\Program
  Files (x86)\Microsoft Visual Studio 10.0\VC\VCPackages;c:\Program Files 
 (x86)\Microsoft Visual Studio 

[jira] [Commented] (QPID-4982) cmake for Visual Studio fails

2013-07-08 Thread Steve Rothkin (JIRA)

[ 
https://issues.apache.org/jira/browse/QPID-4982?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13702382#comment-13702382
 ] 

Steve Rothkin commented on QPID-4982:
-

NO, I am NOT trying to build it in Cygwin!

I've tried the cmake-gui launched from the windows 7 start menu
and I've tried 
cd c:\cyghome\QueueSystems\Qpid\qpid-0.22\cpp
cmake -i -G Visual Studio 10 .
inside a Visual Studio x64 Win64 Command Prompt (2010)

 cmake for Visual Studio fails
 -

 Key: QPID-4982
 URL: https://issues.apache.org/jira/browse/QPID-4982
 Project: Qpid
  Issue Type: Bug
  Components: Build Tools
Affects Versions: 0.22, 0.23
 Environment: Windows 7 Enterprise 64 bit SP1
Reporter: Steve Rothkin
Priority: Blocker

 I followed the instructions in cpp\INSTALL-WINDOWS. I have installed the 
 latest Windows versions of Boost, Ruby, and Python as per the instructions. 
 I've also built the Boost libraries and set the environment variables as per 
 the instructions. 
 I tried the 3. Building from a Source Distribution using qpid-0.22.tar.gz 
 using the cmake command line tool. I got the following errors:
 c:\cyghome\QueueSystems\Qpid\qpid-0.22\cppcmake -i -G Visual Studio 9 2008
 Would you like to see advanced options? [No]:
 Please wait while cmake processes CMakeLists.txt files
   File string, line 1
 from distutils.sysconfig import get_python_lib; print 
 get_python_lib(False)
^
 SyntaxError: invalid syntax
   File C:/cyghome/QueueSystems/Qpid/qpid-0.22/cpp/managementgen/qmf-gen, 
 line
 64
 print no input files
  ^
 SyntaxError: invalid syntax
 CMake Error at src/CMakeLists.txt:231 (include):
   include could not find load file:
 C:/cyghome/QueueSystems/Qpid/qpid-0.22/cpp/src/managementgen.cmake
 CMake Error at C:/Program Files (x86)/CMake 
 2.8/share/cmake-2.8/Modules/FindBoos
 t.cmake:1104 (message):
   Unable to find the requested Boost libraries.
   Boost version: 1.54.0
   Boost include path: C:/boost/boost_1_54_0
   The following Boost libraries could not be found:
   boost_program_options
   boost_date_time
   boost_thread
   boost_unit_test_framework
   boost_regex
   No Boost libraries were found.  You may need to set BOOST_LIBRARYDIR to the
   directory containing Boost libraries or BOOST_ROOT to the location of
   Boost.
 Call Stack (most recent call first):
   src/CMakeLists.txt:325 (find_package)
 -
 I also tried the 4. Building a Repository Working Copy with a checkout of the 
 latest from SVN using the cmake GUI (selecting Visual Studio 10 Win64 as the 
 generator since I don't have VS2008). I got the following errors:
 Regenerating Qpid Management Framework sources
 CMake Error at src/CMakeLists.txt:232 (include):
   include could not find load file:
 C:/Qpid/src/managementgen.cmake
 CMake Error at C:/Program Files (x86)/CMake 
 2.8/share/cmake-2.8/Modules/FindBoost.cmake:1104 (message):
   Unable to find the requested Boost libraries.
   Boost version: 1.54.0
   Boost include path: C:/boost/boost_1_54_0
   The following Boost libraries could not be found:
   boost_program_options
   boost_date_time
   boost_thread
   boost_unit_test_framework
   boost_regex
   No Boost libraries were found.  You may need to set BOOST_LIBRARYDIR to the
   directory containing Boost libraries or BOOST_ROOT to the location of
   Boost.
 Call Stack (most recent call first):
   src/CMakeLists.txt:364 (find_package)
 CMake Error at src/CMakeLists.txt:366 (message):
   Boost C++ libraries not found.  Please install or try setting BOOST_ROOT
 Configuring incomplete, errors occurred!
 -
 The relevant environment variables on my system are:
 BOOST_LIBRARYDIR=C:\boost\boost_1_54_0\stage\lib
 BOOST_ROOT=C:\boost\boost_1_54_0
 INCLUDE=c:\Program Files (x86)\Microsoft Visual Studio 
 10.0\VC\INCLUDE;c:\Program Files (x86)\Microsoft Visual Studio 
 10.0\VC\ATLMFC\INCLUDE;C:\Program Files (x86)\Microsoft 
 SDKs\Windows\v7.0A\include;C:\boost\boost_1_54_0
 LIB=c:\Program Files (x86)\Microsoft Visual Studio 
 10.0\VC\LIB\amd64;c:\Program Files (x86)\Microsoft Visual Studio 
 10.0\VC\ATLMFC\LIB\amd64;C:\Program Files (x86)\Microsoft 
 SDKs\Windows\v7.0A\lib\x64;C:\boost\boost_1_54_0\stage\lib
 LIBPATH=C:\Windows\Microsoft.NET\Framework64\v4.0.30319;C:\Windows\Microsoft.NET\Framework64\v3.5;c:\Program
  Files (x86)\Microsoft Visual Studio 10.0\VC\LIB\amd64;c:\Program Files 
 (x86)\Microsoft Visual Studio 
 10.0\VC\ATLMFC\LIB\amd64;C:\boost\boost_1_54_0\stage\lib
 Path=c:\Program Files (x86)\Microsoft Visual Studio 
 

[jira] [Commented] (QPID-4982) cmake for Visual Studio fails

2013-07-08 Thread Chuck Rolke (JIRA)

[ 
https://issues.apache.org/jira/browse/QPID-4982?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13702397#comment-13702397
 ] 

Chuck Rolke commented on QPID-4982:
---

Boost 1_54_0 requires the version number to be added to 
Boost_ADDITIONAL_VERSIONS in cpp/src/CMakeLists.txt.

The managementgen.cmake is a generated file. If that fails to get generated 
then please restart cmake from a completely empty build directory.


 cmake for Visual Studio fails
 -

 Key: QPID-4982
 URL: https://issues.apache.org/jira/browse/QPID-4982
 Project: Qpid
  Issue Type: Bug
  Components: Build Tools
Affects Versions: 0.22, 0.23
 Environment: Windows 7 Enterprise 64 bit SP1
Reporter: Steve Rothkin
Priority: Blocker

 I followed the instructions in cpp\INSTALL-WINDOWS. I have installed the 
 latest Windows versions of Boost, Ruby, and Python as per the instructions. 
 I've also built the Boost libraries and set the environment variables as per 
 the instructions. 
 I tried the 3. Building from a Source Distribution using qpid-0.22.tar.gz 
 using the cmake command line tool. I got the following errors:
 c:\cyghome\QueueSystems\Qpid\qpid-0.22\cppcmake -i -G Visual Studio 9 2008
 Would you like to see advanced options? [No]:
 Please wait while cmake processes CMakeLists.txt files
   File string, line 1
 from distutils.sysconfig import get_python_lib; print 
 get_python_lib(False)
^
 SyntaxError: invalid syntax
   File C:/cyghome/QueueSystems/Qpid/qpid-0.22/cpp/managementgen/qmf-gen, 
 line
 64
 print no input files
  ^
 SyntaxError: invalid syntax
 CMake Error at src/CMakeLists.txt:231 (include):
   include could not find load file:
 C:/cyghome/QueueSystems/Qpid/qpid-0.22/cpp/src/managementgen.cmake
 CMake Error at C:/Program Files (x86)/CMake 
 2.8/share/cmake-2.8/Modules/FindBoos
 t.cmake:1104 (message):
   Unable to find the requested Boost libraries.
   Boost version: 1.54.0
   Boost include path: C:/boost/boost_1_54_0
   The following Boost libraries could not be found:
   boost_program_options
   boost_date_time
   boost_thread
   boost_unit_test_framework
   boost_regex
   No Boost libraries were found.  You may need to set BOOST_LIBRARYDIR to the
   directory containing Boost libraries or BOOST_ROOT to the location of
   Boost.
 Call Stack (most recent call first):
   src/CMakeLists.txt:325 (find_package)
 -
 I also tried the 4. Building a Repository Working Copy with a checkout of the 
 latest from SVN using the cmake GUI (selecting Visual Studio 10 Win64 as the 
 generator since I don't have VS2008). I got the following errors:
 Regenerating Qpid Management Framework sources
 CMake Error at src/CMakeLists.txt:232 (include):
   include could not find load file:
 C:/Qpid/src/managementgen.cmake
 CMake Error at C:/Program Files (x86)/CMake 
 2.8/share/cmake-2.8/Modules/FindBoost.cmake:1104 (message):
   Unable to find the requested Boost libraries.
   Boost version: 1.54.0
   Boost include path: C:/boost/boost_1_54_0
   The following Boost libraries could not be found:
   boost_program_options
   boost_date_time
   boost_thread
   boost_unit_test_framework
   boost_regex
   No Boost libraries were found.  You may need to set BOOST_LIBRARYDIR to the
   directory containing Boost libraries or BOOST_ROOT to the location of
   Boost.
 Call Stack (most recent call first):
   src/CMakeLists.txt:364 (find_package)
 CMake Error at src/CMakeLists.txt:366 (message):
   Boost C++ libraries not found.  Please install or try setting BOOST_ROOT
 Configuring incomplete, errors occurred!
 -
 The relevant environment variables on my system are:
 BOOST_LIBRARYDIR=C:\boost\boost_1_54_0\stage\lib
 BOOST_ROOT=C:\boost\boost_1_54_0
 INCLUDE=c:\Program Files (x86)\Microsoft Visual Studio 
 10.0\VC\INCLUDE;c:\Program Files (x86)\Microsoft Visual Studio 
 10.0\VC\ATLMFC\INCLUDE;C:\Program Files (x86)\Microsoft 
 SDKs\Windows\v7.0A\include;C:\boost\boost_1_54_0
 LIB=c:\Program Files (x86)\Microsoft Visual Studio 
 10.0\VC\LIB\amd64;c:\Program Files (x86)\Microsoft Visual Studio 
 10.0\VC\ATLMFC\LIB\amd64;C:\Program Files (x86)\Microsoft 
 SDKs\Windows\v7.0A\lib\x64;C:\boost\boost_1_54_0\stage\lib
 LIBPATH=C:\Windows\Microsoft.NET\Framework64\v4.0.30319;C:\Windows\Microsoft.NET\Framework64\v3.5;c:\Program
  Files (x86)\Microsoft Visual Studio 10.0\VC\LIB\amd64;c:\Program Files 
 (x86)\Microsoft Visual Studio 
 10.0\VC\ATLMFC\LIB\amd64;C:\boost\boost_1_54_0\stage\lib
 Path=c:\Program Files (x86)\Microsoft Visual Studio 
 

[jira] [Commented] (QPID-4982) cmake for Visual Studio fails

2013-07-08 Thread Steve Rothkin (JIRA)

[ 
https://issues.apache.org/jira/browse/QPID-4982?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13702401#comment-13702401
 ] 

Steve Rothkin commented on QPID-4982:
-

I already tried adding the version as you said -- it didn't help. 

What exactly do you mean by restart cmake from a completely empty build 
directory? It has given me that error on EVERY try, and I've never gotten as 
far as actually being able to try building QPID. 

And why is the GUI cmake complaining about PERL which isn't mentioned in 
INSTALL-WINDOWS as a prerequisite (I have PERL installed in Cygwin but not in 
Windows)?

And when I tried the comamnd line cmake -i -G Visual Studio 10 and changed 
AMQP 1.0 support to ON it complained about missing a require module (I've got 
the entire 0.22 source tree).

 cmake for Visual Studio fails
 -

 Key: QPID-4982
 URL: https://issues.apache.org/jira/browse/QPID-4982
 Project: Qpid
  Issue Type: Bug
  Components: Build Tools
Affects Versions: 0.22, 0.23
 Environment: Windows 7 Enterprise 64 bit SP1
Reporter: Steve Rothkin
Priority: Blocker

 I followed the instructions in cpp\INSTALL-WINDOWS. I have installed the 
 latest Windows versions of Boost, Ruby, and Python as per the instructions. 
 I've also built the Boost libraries and set the environment variables as per 
 the instructions. 
 I tried the 3. Building from a Source Distribution using qpid-0.22.tar.gz 
 using the cmake command line tool. I got the following errors:
 c:\cyghome\QueueSystems\Qpid\qpid-0.22\cppcmake -i -G Visual Studio 9 2008
 Would you like to see advanced options? [No]:
 Please wait while cmake processes CMakeLists.txt files
   File string, line 1
 from distutils.sysconfig import get_python_lib; print 
 get_python_lib(False)
^
 SyntaxError: invalid syntax
   File C:/cyghome/QueueSystems/Qpid/qpid-0.22/cpp/managementgen/qmf-gen, 
 line
 64
 print no input files
  ^
 SyntaxError: invalid syntax
 CMake Error at src/CMakeLists.txt:231 (include):
   include could not find load file:
 C:/cyghome/QueueSystems/Qpid/qpid-0.22/cpp/src/managementgen.cmake
 CMake Error at C:/Program Files (x86)/CMake 
 2.8/share/cmake-2.8/Modules/FindBoos
 t.cmake:1104 (message):
   Unable to find the requested Boost libraries.
   Boost version: 1.54.0
   Boost include path: C:/boost/boost_1_54_0
   The following Boost libraries could not be found:
   boost_program_options
   boost_date_time
   boost_thread
   boost_unit_test_framework
   boost_regex
   No Boost libraries were found.  You may need to set BOOST_LIBRARYDIR to the
   directory containing Boost libraries or BOOST_ROOT to the location of
   Boost.
 Call Stack (most recent call first):
   src/CMakeLists.txt:325 (find_package)
 -
 I also tried the 4. Building a Repository Working Copy with a checkout of the 
 latest from SVN using the cmake GUI (selecting Visual Studio 10 Win64 as the 
 generator since I don't have VS2008). I got the following errors:
 Regenerating Qpid Management Framework sources
 CMake Error at src/CMakeLists.txt:232 (include):
   include could not find load file:
 C:/Qpid/src/managementgen.cmake
 CMake Error at C:/Program Files (x86)/CMake 
 2.8/share/cmake-2.8/Modules/FindBoost.cmake:1104 (message):
   Unable to find the requested Boost libraries.
   Boost version: 1.54.0
   Boost include path: C:/boost/boost_1_54_0
   The following Boost libraries could not be found:
   boost_program_options
   boost_date_time
   boost_thread
   boost_unit_test_framework
   boost_regex
   No Boost libraries were found.  You may need to set BOOST_LIBRARYDIR to the
   directory containing Boost libraries or BOOST_ROOT to the location of
   Boost.
 Call Stack (most recent call first):
   src/CMakeLists.txt:364 (find_package)
 CMake Error at src/CMakeLists.txt:366 (message):
   Boost C++ libraries not found.  Please install or try setting BOOST_ROOT
 Configuring incomplete, errors occurred!
 -
 The relevant environment variables on my system are:
 BOOST_LIBRARYDIR=C:\boost\boost_1_54_0\stage\lib
 BOOST_ROOT=C:\boost\boost_1_54_0
 INCLUDE=c:\Program Files (x86)\Microsoft Visual Studio 
 10.0\VC\INCLUDE;c:\Program Files (x86)\Microsoft Visual Studio 
 10.0\VC\ATLMFC\INCLUDE;C:\Program Files (x86)\Microsoft 
 SDKs\Windows\v7.0A\include;C:\boost\boost_1_54_0
 LIB=c:\Program Files (x86)\Microsoft Visual Studio 
 10.0\VC\LIB\amd64;c:\Program Files (x86)\Microsoft Visual Studio 
 10.0\VC\ATLMFC\LIB\amd64;C:\Program Files (x86)\Microsoft 
 SDKs\Windows\v7.0A\lib\x64;C:\boost\boost_1_54_0\stage\lib