Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Message distribution: Authorization denied

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Message distribution: Authorization denied


Chronological Thread 
  • From: Ines <>
  • To: "" <>
  • Subject: Re: [cgal-discuss] Message distribution: Authorization denied
  • Date: Fri, 3 Aug 2012 15:02:48 +0100 (BST)
  • Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:X-Mailer:References:Message-ID:Date:From:Reply-To:Subject:To:In-Reply-To:MIME-Version:Content-Type; b=JbRlV3FtSPSM8rDV9Rq+0GIU4q4zE7HGNcInCHS5TzKY0+vdY+kOogWW7vkV/1PQInnQGn7LADIckN/CMzzylhR4b2CNOrSfS9tNaZ+Pa3Px0SBTa9gefB4bhNe7bqfoozTOeBKXMVU00o5FPCMgq0GDl22lFezGWYpxgZAkJqA=;

There are 24 errors and they tell all the same. I don't know why these errors are posted, because all the includes seem to be correct.
I'm not so firm with c++. So I can't find the mistake. Is it possible, that my VS2010 has false setting?
 
Von: Laurent Rineau (CGAL/GeometryFactory) <>
An: cgal-discuss <>
Gesendet: 15:33 Freitag, 3.August 2012
Betreff: Re: [cgal-discuss] Message distribution: Authorization denied

Le vendredi 03 août 2012 13:54:51 Ines a écrit :
> Hello verybody!
>
> I have a problem to build cgal.
>
> I downloaded CGAL-4.0.2-Setup.exe and installed it. Boost (1.50.0) and
> zlib (1.27) were installed before. After that I ran cmake for VS2010
> 64bit on Windows 7. I see no mistake in the cmake output text. The
> cgal.sln is created and I run it on VS2010 x64. If I build CGAL, errors
> occur.
>
> - error C2039: 'exit': Is not an element of 'std'    C:\Program Files
> (x86)\CGAL-4.0.2\src\CGAL\assertions.cpp - error C3861: "exit":  Identifier
> was not found.    C:\Program Files (x86)\CGAL-4.0.2\src\CGAL\assertions.cpp
> - IntelliSense: "namespace "std"" have no member ""exit"".    c:\program
> files (x86)\cgal-4.0.2\src\cgal\assertions.cpp

Are those the first errors or the compilation? That is strange because
CGAL-4.0.2\src\CGAL\assertions.cpp includes <cstdlib>, and that header does
define std::exit.

--
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://sympa.inria.fr/sympa/info/cgal-discuss







Archive powered by MHonArc 2.6.18.

Top of Page