Skip to Content.
Sympa Menu

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

Subject: CGAL users discussion list

List archive

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


Chronological Thread 
  • From: "Laurent Rineau (CGAL/GeometryFactory)" <>
  • To:
  • Subject: Re: [cgal-discuss] Re: failing to compile simple code under VS2010
  • Date: Fri, 09 Nov 2012 13:29:40 +0100
  • Organization: GeometryFactory

Le vendredi 09 novembre 2012 03:55:23 Eran Yanay a écrit :
> some progress, at last
> i cleared cache, added the booleans & paths of boost
> and it compiled ok, finished with no errors with the following log:
> http://pastebin.com/6njpqiHG
>
> then i pressed generate, and opened the CGAL file from CGAL-4.1/ and then i
> pressed build for release mode.
> previously i had 2 success and 4 fails, now its the opposite.
> thats the log from VS2010:
> http://pastebin.com/FApQ8AEk

For some reason, that the log does not explain, GMP is not linked with
CGAL_Core. You can ignore failures of CGAL_ImageIO with ZLIB (you can compile
CGAL with WITH_CGAL_ImageIO=OFF if you do not want to see the error).

For GMP not used during the link of CGAL_COre, I do not understand what
happened. Try to find out in the CGAL_Core.vcproj which linking flags are
used.

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




Archive powered by MHonArc 2.6.18.

Top of Page