Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Error building CGAL 3.5 on AIX 6.1 with VisualAge 10.1

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Error building CGAL 3.5 on AIX 6.1 with VisualAge 10.1


Chronological Thread 
  • From: Federico Ficarelli <>
  • To:
  • Subject: Re: [cgal-discuss] Error building CGAL 3.5 on AIX 6.1 with VisualAge 10.1
  • Date: Mon, 12 Oct 2009 14:05:55 +0200 (MEST)

Sylvain Pion ha scritto:
> Can you try to replace this line in FPU.h :

#elif defined __powerpc__

by :

#elif 0

I replaced the line as you shown but seems that the fpu_control_t isn't declared:

Scanning dependencies of target CGAL
[ 33%] Building CXX object src/CGAL/CMakeFiles/CGAL.dir/all_files.o
"/gpfs/scratch/usercin/cin8291a/cgal/CGAL-3.5/include/CGAL/Uncertain.h", line 72.5: 1540-0198 (W) The omitted keyword "private" is assumed for base class "std::range_error".
"/gpfs/scratch/usercin/cin8291a/cgal/CGAL-3.5/include/CGAL/FPU.h", line 234.23: 1540-0040 (S) The text "FPU_CW_t" is unexpected. "fpu_control_t" may be undeclared or ambiguous.
[a lot of subsequent errors]

I tried also to #undef __powerpc__ but the situation seems to turn out more severe than now.

Greetings.
Federico.


--
=============================================
Federico Ficarelli
CINECA - High Performance Computing Group
Via Magnanelli 6/3
40033 Casalecchio di Reno
Bologna - Italy
E-Mail:

Tel.: ++39 (051) 6171411
=============================================




Archive powered by MHonArc 2.6.16.

Top of Page