Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Voronoi diagrams

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Voronoi diagrams


Chronological Thread 
  • From: Brian Sanjeewa Rupasinghe <>
  • To:
  • Subject: Re: [cgal-discuss] Voronoi diagrams
  • Date: Fri, 20 May 2011 15:36:25 +0100
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=EKgbCpDRDhxlL6tkRJDjQjfZsWLCfAQLX63BjneXcLTq0ksG8yhfyvONkTETu2x7po IGp2pLvDxplwt+9nnUNbaCBY9hBnfbA/yka8gRaQBGfAynL0tXRgNJYnsXI7rnqZB5as zJ5bmvvRVEoVnem0rPavbrZg/WpWJ10RDdwpo=

Dear Sir,

After generating C++ projects, I opened Triangulation_2 project. Then i built the project. Then
it gives following error: fatal error LNK1104: cannot open file 'CGAL-vc90-mt-gd.lib.
Any idea?

Brian

On Fri, May 20, 2011 at 11:38 AM, Brian Sanjeewa Rupasinghe <> wrote:
Dear Sir,

Many thanks for you to guide me all the way.

Best regards,

Brian.


On Fri, May 20, 2011 at 11:37 AM, Brian Sanjeewa Rupasinghe <> wrote:
Hi,

I ran the configuration again. Now files highlighted in Red became normal.

Brian.


On Fri, May 20, 2011 at 11:31 AM, Brian Sanjeewa Rupasinghe <> wrote:
Hi, thanks. 

I set BOOST_ROOT as you instructed. Now configuration did not give any error.
But there are some files appearing in red on the GUI screen.


On Fri, May 20, 2011 at 11:15 AM, Brian Sanjeewa Rupasinghe <> wrote:
HI,

I can find boot installed in c:\program files\boost\boost_1_46_1.
Under this there is a boost subdirectory.

Where should i include Boost_INCLUDE_DIR?
What do you mean by CMake Files?

Brain.


On Fri, May 20, 2011 at 10:58 AM, Laurent Rineau (GeometryFactory) <> wrote:
On vendredi 20 mai 2011 11:43:48 Brian Sanjeewa Rupasinghe wrote:
> CMake Error: The following variables are used in this project, but they are
> set to NOTFOUND. Please set them or make sure they are set and tested
> correctly in the CMake files: Boost_INCLUDE_DIR (ADVANCED)

This error is rather explicit actually. You need to have Boost installed, and
Boost_INCLUDE_DIR must be filled with something like C:/CGAL/boost_1_46 (ie
the directory where you can find the ./Boost subdirecty that contains Boost
headers).

You will also have to fill CMake variables about Boost precompiled libraries.
As said in the installation manual of CGAL, the easiest way is to remove all
Boost_* variables from the CMake cache¹, and add² a variable BOOST_ROOT, of
type "Path", that points to C:/CGAL/boost_1_46 (or the location where you
installed Boost header and precompiled libraries), and reclick on configure.
With BOOST_ROOT, CMake will be able to find the headers and the libraries
automatically.

¹) in the CMake GUI, selected them, and click on the "Remove entry" button.
²) With the button "Add entry" of course.

--
Laurent Rineau, PhD
R&D Engineer at GeometryFactory           http://www.geometryfactory.com/
Release Manager of the CGAL Project       http://www.cgal.org/

--
You are currently subscribed to cgal-discuss.
To unsubscribe or access the archives, go to
https://lists-sop.inria.fr/wws/info/cgal-discuss









Archive powered by MHonArc 2.6.16.

Top of Page