I'm running into issues building this myself for Win7-64 VS2012. Can anyone help? Thanks in advance.
1. I get this message Could NOT find ICU (missing: ICU_ROOT_DIR ICU_INCLUDE_DIR) - What should these be set as?
2. CMake can't seem to find Boost. I've downloaded and built Boost and tried setting BOOST_ROOT, BOOST_LIBRARYDIR, and BOOST_INCLUDEDIR to all sorts of different variations (probably not the right one) but I keep getting some version of this error:
CMake Error at C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/FindBoost.cmake:1111 (message):
Unable to find the requested Boost libraries.
Boost version: 1.54.0
Boost include path: C:/boost_1_54_0
Could not find the following Boost libraries:
boost_thread
boost_date_time
boost_system
boost_filesystem
boost_program_options
boost_signals
boost_serialization
boost_chrono
boost_unit_test_framework
boost_context
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):
CMakeLists.txt:162 (FIND_PACKAGE)
CMake Error at C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/FindBoost.cmake:1111 (message):
Unable to find the requested Boost libraries.
Boost version: 1.54.0
Boost include path: C:/boost_1_54_0
Could not find the following Boost libraries:
boost_coroutine
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):
CMakeLists.txt:165 (FIND_PACKAGE)