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: Tue, 2 Feb 2010 16:32:27 +0200

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%

Amir.

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

Sent: Tuesday, February 02, 2010 3:59 PM
To:

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

On Tuesday 02 February 2010 14:35:16 Amir Vaxman wrote:
> Actually, I am now getting the " This compiler does not have a working
STL"
> error (I am trying to work with vc9.0 64-bit). I saw that it appeared on
> the list once, and there was something mentioned about %HEADERS% and
> %LIBS%? I couldn't find what is it about. Are these variables in cmake?
> Environment variables that point to STL in some manner?

They are environment variables. In the Windows Start Menu, you should a sub-
menu named "Microsoft Visual Studio 2008", then the sub-sub-menu "Visual
Studio Tools", then the menu entry "Visual Studio 2008 x64 Win64 Command
Prompt". That menu entry opens a windows shell windows, in which all the
needed environment variables are defined (among them, INCLUDE, LIB, LIBPATH,

and PATH). Without them, Visual C++ is unable to find its own STL headers
and
libraries.

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