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: Sylvain Pion <>
  • To:
  • Subject: Re: [cgal-discuss] Error building CGAL 3.5 on AIX 6.1 with VisualAge 10.1
  • Date: Mon, 12 Oct 2009 14:08:14 +0200
  • Organization: INRIA

Federico Ficarelli wrote:
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]

Yes, there were 2 places to change, I forgot to tell.

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

This platform is not tested by us, so it's going to be hard to do
porting by email.

--
Sylvain Pion
INRIA Sophia-Antipolis
Geometrica Project-Team
CGAL, http://cgal.org/



Archive powered by MHonArc 2.6.16.

Top of Page