Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] cmake does not identify boost

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] cmake does not identify boost


Chronological Thread 
  • From: "Laurent Rineau (GeometryFactory)" <>
  • To:
  • Subject: Re: [cgal-discuss] cmake does not identify boost
  • Date: Tue, 2 Feb 2010 16:20:58 +0100
  • Organization: GeometryFactory

On Tuesday 02 February 2010 15:57:35 Laurent Rineau (GeometryFactory) wrote:
> On Tuesday 02 February 2010 15:32:27 Amir Vaxman wrote:
> > What should these values contain?
> >
> > I have:
> >
> > %lib% - c:\Program Files (x86)\Microsoft Visual Studio
> > 9.0\VC\ATLMFC\LIB\amd64;c:\Progra
> > m Files (x86)\Microsoft Visual Studio 9.0\VC\LIB\amd64;C:\Program
> > Files\\Microso
> > ft SDKs\Windows\v6.0A\lib\x64;
> >
> > %include% - c:\Program Files (x86)\Microsoft Visual Studio
> > 9.0\VC\ATLMFC\INCLUDE;c:\Program
> > Files (x86)\Microsoft Visual Studio 9.0\VC\INCLUDE;C:\Program
> > Files\\Microsoft S
> > DKs\Windows\v6.0A\include;
> >
> > Nothing like %headers%
>
> On my machine, which is only 32 bits, I have:
>
> INCLUDE='C:\Program Files (x86)\Microsoft Visual Studio
> 9.0\VC\INCLUDE;C:\Program Files\Microsoft SDKs\Windows\v6.0A\include;'
> LIB='C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\LIB;C:\Program
> Files\Microsoft SDKs\Windows\v6.0A\lib;'
> LIBPATH='C:\Windows\Microsoft.NET\Framework\v3.5;C:\Windows\Microsoft.NET\
> Framework\v2.0.50727;C:\Program Files (x86)\Microsoft Visual Studio
> 9.0\VC\LIB;' VCINSTALLDIR='C:\Program Files (x86)\Microsoft Visual Studio
> 9.0\VC'
>
> Your variables seems right. But maybe other users, using 64 bits MSVS,
> could confirm.
>
> What version of CMake do you use? Is that the plain cmake-gui.exe, or one
> you get from Cygwin?

In the private mail you sent me, I can see that in the cmake trace:
"This is the Windows CMake running within the cygwin platform."

It means that you are running the cmake version shipped with cygwin, and not
the plain Windows cmake.

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

Top of Page