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 09:35:01 +0100
  • Organization: GeometryFactory

Le vendredi 09 novembre 2012 00:30:31 Eran Yanay a écrit :
> ------ Build started: Project: CGAL, Configuration: Release Win32 ------
> Build started 11/9/2012 10:27:46 AM.
> InitializeBuildStatus:
> Touching "CGAL.dir\Release\CGAL.unsuccessfulbuild".
> CustomBuild:
> All outputs are up-to-date.
> ClCompile:
> All outputs are up-to-date.
> ResourceCompile:
> All outputs are up-to-date.
> LINK : fatal error LNK1104: cannot open file
> 'boost_thread-vc100-mt-1_47.lib'
>
> Build FAILED.

What I have cited above is the summary of your problem: the CGAL.lib target
cannot be created, because of a configuration issue of Boost. Verify your
CMake configuration.

--
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