Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Linker errors in CGAL 3.4 examples?

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Linker errors in CGAL 3.4 examples?


Chronological Thread 
  • From: Fernando Cacciola <>
  • To:
  • Subject: Re: [cgal-discuss] Linker errors in CGAL 3.4 examples?
  • Date: Thu, 05 Mar 2009 16:22:08 -0200

Hi Tom,

Previously, I compiled and installed CGAL 3.4 with Visual studio 2008.

My Include-Dirs are:
$(CGALROOT)\include
$(CGALROOT)\auxiliary\gmp\include
$(BOOSTROOT)

And my Linker-Dirs are:
$(CGALROOT)\lib
$(CGALROOT)\auxiliary\gmp\lib
$(BOOSTROOT)\lib


That suggests that you are using the same building system of CGAL 3.3.1 (i.e. the solution projects distributed within the NSIS installer)

CGAL 3.4 uses CMake instead, where the .sln is generated based on your system.

Please follow the new installation instructions here:

http://www.cgal.org/Manual/3.4/doc_html/installation_manual/Chapter_installation_manual.html


HTH

Fernando Cacciola
www.geometryfactory.com




Archive powered by MHonArc 2.6.16.

Top of Page