Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Re: failing to compile simple code under VS2010

Subject: CGAL users discussion list

List archive

[cgal-discuss] Re: failing to compile simple code under VS2010


Chronological Thread 
  • From: Eran Yanay <>
  • To:
  • Subject: [cgal-discuss] Re: failing to compile simple code under VS2010
  • Date: Fri, 9 Nov 2012 00:47:53 -0800 (PST)

im having some hard time with cmake-gui
i have this message:

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.47.0

Boost include path: C:/Program Files (x86)/boost/boost_1_47

The following Boost libraries could not be found:

boost_thread
boost_system

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):
cmake/modules/CGAL_SetupBoost.cmake:6 (find_package)
cmake/modules/CGAL_SetupDependencies.cmake:85 (include)
CMakeLists.txt:590 (include)

which because of it, it says it may be invalid.
of course, i have defined the librarydir path as the error says and it
points to c:/.../boost/boost_1_47/lib
and boost root dir to C:/.../boost/boost_1_47/
but pressing configuration again leads to the same error
what am i missing?



--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/failing-to-compile-simple-code-under-VS2010-tp4656187p4656191.html
Sent from the cgal-discuss mailing list archive at Nabble.com.



Archive powered by MHonArc 2.6.18.

Top of Page