Hi People,

 I'm trying to build Qpid (1.6) using visual studio 2010 and I'm stuck with
following errors[4]. Steps I followed are based on
(<Qpid_Root>/cpp/INSTALL-WINDOWS) but, I'm using versions higher than
what's described in the document (for example: boost : 1.49.0, Visual
Studio : 2010 Professional, Python : 2.7, Ruby : 1.93). Has anyone done
this before?
BTW, my ultimate goal is the build WCF binding  (<Qpid_Root>/wcf).

Steps I followed are:

(i) Install cmake, python, ruby,
(ii) Install boost ( path : is C:/Program Files/boost/boost_1_49_0 )
(iii) build boost ( C:/Program Files/boost/boost_1_49_0/stage/lib contains
the  output libraries)
(iii) set environment variables as following:

BOOST_ROOT= C:\Program Files\boost\boost_1_49_0
BOOST_LIBRARYDIR = C:\Program Files\boost\boost_1_49_0\stage\lib
BOOST_INCLUDEDIR = C:\Program Files\boost\boost_1_49_0

(iv) From the command prompt invoke cmake ( cmake -i -G "Visual Studio
2010" )


Errors:

CMake Error at C:/Program Files (x86)/CMake
2.8/share/cmake-2.8/Modules/FindBoost.cmake:1200 (message):
  Unable to find the requested Boost libraries.

  Boost version: 1.49.0

  Boost include path: C:/Program Files/boost/boost_1_49_0

  The following Boost libraries could not be found:

          boost_filesystem
          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:310 (find_package)

Reply via email to