Skip to Content.
Sympa Menu

cgal-discuss - Another CGAL 3.3.1 build/install bug

Subject: CGAL users discussion list

List archive

Another CGAL 3.3.1 build/install bug


Chronological Thread 
  • From: "Segall, Edward" <>
  • To: <>
  • Subject: Another CGAL 3.3.1 build/install bug
  • Date: Wed, 26 Sep 2007 18:40:27 -0400

Title: Another CGAL 3.3.1 build/install bug

After getting past my last problem, I now have a bunch of errors like the following:

"/cygdrive/c/Program Files/Microsoft Visual Studio 8/VC/BIN/CL.EXE"  -O2 -TP -GR -EHsc -Zm900 -nologo -MD -DCGAL_NO_AUTOLINK '-Ih:/downloaded/CGAL/CGAL-3.3/CGAL-3.3.1/include/CGAL/config/i686_CYGWINNT-5.1_CL.EXE-1400' '-Ih:/downloaded/CGAL/CGAL-3.3/CGAL-3.3.1/include' -Ih:/downloaded/BOOST/boost_1_34_0  -c Bbox_2_intersections.cpp

Bbox_2_intersections.cpp
h:/downloaded/CGAL/CGAL-3.3/CGAL-3.3.1/include\CGAL/long_double.h(39) : fatal error C1083: Cannot open include file: 'CGAL/Interval_nt.h': No such file or directory

in which the file CGAL/Interval_nt.h is missing. I confirmed that this file indeed does not exist, yet the including file (CGAL/long_double.h) does try to include it, as follows:

// #include <CGAL/FPU.h>
#include <CGAL/Interval_nt.h>

 Interestingly, CGAL/FPU.h, the file included by the commented line, does exist.

Was the required file omitted from the distribution (or perhaps renamed)?

Thanks,

Ed


Confidentiality Notice This e-mail (including any attachments) is intended only for the recipients named above. It may contain confidential or privileged information and should not be read, copied or otherwise used by any other person. If you are not a named recipient, please notify the sender of that fact and delete the e-mail from your system.


Archive powered by MHonArc 2.6.16.

Top of Page