Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Visual Studio C++ development Error

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Visual Studio C++ development Error


Chronological Thread 
  • From: Laurent Saboret <>
  • To:
  • Subject: Re: [cgal-discuss] Visual Studio C++ development Error
  • Date: Fri, 14 Mar 2008 16:47:03 +0100
  • Organization: INRIA Sophia-Antipolis

Hi,

You should install Boost.

You can download it from http://www.boost.org.
It is enough to unzip the file. Currently only some demo programs
need the compiled Boost library "program_options".
Alternatively you can use the Installer for Boost provided
by Boost Consulting: http://www.boostconsulting/download.html.
It allows you to select precompiled libraries.

Then, you should create an environment variable named BOOSTROOT pointing to the installation folder. This part is done by CGAL installer if Boost is installed before CGAL.

Regards,
--
Laurent Saboret
INRIA Sophia-Antipolis



a écrit :
Hi, all

I am trying to run segment_delaunay_graph demo,
(http://www.cgal.org/Manual/3.3/doc_html/cgal_manual/packages.html#part_IX).
My development enviroment includes: Visual studio 2005, CGAL -3.3.1 and
QT4.3.4, the OS is Windows XP Professional.

But error occurs as belows:
"fatal error C1083: Cannot open include file: 'boost/config.hpp': No such file or
directory c:\program files\cgal-3.3.1\include\cgal\config.h 38"

Any advice is higly appreciated.

Sincerely,
Xintao.





Archive powered by MHonArc 2.6.16.

Top of Page