Hey Glyn,
Thank you for your reply.
Two questions:
1. By a build directory you mean any directory of my choice?
2. When trying to build using CMAKE, I've encountered the following
error messages:
"
CMake Error at C:/Program Files/CMake 2.8/share/cmake-2.8/Modules/
FindBoost.cmak
e:1199 (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_unit_test_framework
boost_system
boost_regex
boost_date_time
boost_thread
boost_filesystem
boost_program_options
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:10 (find_package)
-- Could NOT find OpenSSL, try to set the path to OpenSSL root folder
in the sys
tem variable OPENSSL_ROOT_DIR (missing: OPENSSL_LIBRARIES
OPENSSL_INCLUDE_DIR)
-- Configuring incomplete, errors occurred!
"
BOOST_ROOT I have set to C:\Program Files\BOOST\boost_1_49_0 which is
the correct path to boost, and
OPENSSL_ROOT_DIR points to which is where I've unzipped the OpenSSL
zipped directory I've downloaded.
On the OpenSSL issue I assume I need to do more than that, but I don't
know exactly what.
Help? :)
> On 10 April 2012 14:00, EF <
eddie...@gmail.com> wrote:
>
> > I want to use the cpp-netlib library in a C++ project of mine running
> > on Windows. I've strictly followed the instructions under
> >
http://cpp-netlib.github.com/getting_started.htmlup to the "Getting