Skip to Content.
Sympa Menu

cgal-discuss - Compiling error with Intel compiler

Subject: CGAL users discussion list

List archive

Compiling error with Intel compiler


Chronological Thread 
  • From: "Seungtaik Oh" <>
  • To:
  • Subject: Compiling error with Intel compiler
  • Date: Fri, 4 Jan 2008 11:26:45 +0900
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=JGJEzXvQ9Pzw/fPjOWMGup0/mlCHflvLPCLy8Agxb0y4G3cwPav83oYQWpUOQRUASmahEyvsaI0nxRGsSttH/+cv/gCzpl/MZtJudrJTK6sDfh1fYsB1D+wchCc5ResfA6y8dzYeDAvCev908ktY0isZ+NUX0IdCeBqq64FV9zc=

Hi all
 
I have a strange compiling error with Intel compiler 10.0.025 as follows:
 
===========================
1. C:\Program Files\CGAL-3.3\include\CGAL/double.h(245): error: the global scope has no "nextafter"
    return ::nextafter(d1,d2);
 
2. C:\Program Files\CGAL-3.3\include\CGAL/Object.h(91): error #259: run-time support for RTTI is disabled
          const Wrapper<T> *wp = dynamic_cast<const Wrapper<T> *>(Ptr());
                                                                  ^
          detected during instantiation of "bool CGAL::Object::assign(T &) const [with T=CGAL::Object::empty]" at line 109
===========================
 
I am trying to rebuild a pre-existing solution to make a new executable with Intel compiler.
When compiling the codes with MS compiler or Gcc, there was no problem.
 
Do I need to recompile the source codes of CGAL again?
 
Thank you.
 
 
Seungtaik



Archive powered by MHonArc 2.6.16.

Top of Page