Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] CGAL 4.1: Cmake configuration for Boost on Windows

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] CGAL 4.1: Cmake configuration for Boost on Windows


Chronological Thread 
  • From: Andreas Fabri <>
  • To:
  • Subject: Re: [cgal-discuss] CGAL 4.1: Cmake configuration for Boost on Windows
  • Date: Sat, 07 Sep 2013 14:58:56 +0200
  • Organization: GeometryFactory


What you might have missed is that you can choose
between the static and dynamic boost libraries.
Maybe you have built the one, and cmake tries to
find the others.

andreas

On 07/09/2013 14:42,

wrote:
Cmake 2.8.10.2 targetting Visual Studio 2012 (VS11)

CMake complains it cannot find boost_thread and boost_system. It has
located the correct boost root and include paths (u:\pkg\boost_1_54_0).

I’ve got a BOOST_LIBRARYDIR set in the environment pointing at
u:\pkg\boost_1_54_0\stage\lib which is where the B2 build process placed
them.

The full pathnames of the relevant libraries are:

U:\pkg\boost_1_54_0\stage\lib\libboost_thread-vc110-mt-1_54.lib

U:\pkg\boost_1_54_0\stage\lib\libboost_system-vc110-mt-1_54.lib

U:\pkg\boost_1_54_0\stage\lib\libboost_signals-vc110-mt-gd-1_54.lib

U:\pkg\boost_1_54_0\stage\lib\libboost_system-vc110-mt-gd-1_54.lib

CMake is correctly finding the QT4 components etc.

What am I missing?

Thanks++

Jerry.



--
Andreas Fabri, PhD
Chief Officer, GeometryFactory
Editor, The CGAL Project

phone: +33.492.954.912 skype: andreas.fabri



Archive powered by MHonArc 2.6.18.

Top of Page