On Dec 12, 2006, at 8:55 AM, Jörg Frauendiener wrote:
Hi,
I tried to install octave. First I got a checksum error because the port uses SparseSuite-2.1.1 while the current downloaded version is 2.3.1. After changing to the old version the chacksum was ok but I get compilation errors from that same package SparseSuite-2.3.1:
cc -O -c -DCOMPLEX -I../../AMD/Include -I../../COLAMD -I../../BTF/ Include -I../Include -I../../UFconfig ../Source/klu.c -o klu_z.o In file included from /usr/include/math.h:26, from ../Include/klu_internal.h:87, from ../Source/klu.c:52: /usr/include/architecture/ppc/math.h:686: error: duplicate member 'component'
Anybody knows what's happening?
Looks like the same thing that's happening here: https:// svn.macosforge.org/projects/macports/ticket/11014 There's a patch posted that should fix it. Andy