Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Cannot open include file: 'sal.h': No such file or directory

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Cannot open include file: 'sal.h': No such file or directory


Chronological Thread 
  • From: "Laurent Rineau (CGAL/GeometryFactory)" <>
  • To:
  • Subject: Re: [cgal-discuss] Cannot open include file: 'sal.h': No such file or directory
  • Date: Tue, 12 Mar 2013 11:57:59 +0100
  • Organization: GeometryFactory

Le lundi 11 mars 2013 15:27:10 wdsxsx a écrit :
> I am new to CGAL. I follow the instructions of compiling the 32-bit CGAL
> Library using Microsoft Visual Studio 2010 at cgal.org. But when I install
> libQGLViewer and run qmake and then nmake, it returns errors "Cannot open
> include file: 'sal.h': No such file or directory". Does anyone encounter
> the same problem? How to solve it? My OS is windows Xp. Thank you in
> advance, guys

I you want you want to compile libQGLViewer with MSVC 2010, in 32 bits, you
must launch the qmake and nmake commands in the "Visual Studio Command Prompt
(2010)". That shortcut is in the "Microsoft Visual Studio 2010" folder, in
the
start menu, inside the "Visual Studio Tools" sub-folder.

Otherwise the environment variables that MSVC needs are not set, and the
compiler is not able to find headers from its own standard library.

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