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: "Amir Vaxman" <>
  • To: <>
  • Subject: RE: [cgal-discuss] cmake does not identify boost
  • Date: Wed, 10 Feb 2010 11:41:25 +0200

Grr, this is taking a lot of my time. Does anyone perchance has built
binaries of CGAL 3.5.1 for VC2008 Win64? It might be enough.

Thanks, Amir.

-----Original Message-----
From: Laurent Rineau (GeometryFactory)
[mailto:]

Sent: Wednesday, February 03, 2010 6:37 PM
To:

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

On Wednesday 03 February 2010 17:10:55 Amir Vaxman wrote:
> I ran it from the directory of cmake 2.8\bin itself, which is also
produced
> to the "which" command. However, I saw that all my directories concerning
> the "which" command are given as /cygdrive/c... I find it odd, since I run
> everything on a windows server, which also has cygwin installed upon for
> other matters, but I don't know what it has got to do with it.

which is a cygwin tool. It is normal if it display paths the cygwin way.

You can also confirm cmake is the right one using:
cmake --version
cmake-gui --version

> %PATH% is set to the cmake 2.8 directory before any other version.

OK. So the problem is somewhere else.

Maybe its time to launch the command line cmake, with the options --debug-
trycompile and --debug-output

With --debug-trycompile, cmake lets the temporary files in CMakeFiles/ sub-
directories. In those files, you should find some named *.log, or output.txt

(or something similar), with the error that is really reported by cl.exe
(before CMake says the STL is not working).

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