[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: pspp rc4 on Mac: pfm-write errors
From: |
Marshall DeBerry |
Subject: |
RE: pspp rc4 on Mac: pfm-write errors |
Date: |
Mon, 25 Jul 2005 22:45:32 -0400 |
It's gcc 4.0 for the Mac--I'll give your suggestion a try
Marshall
-----Original Message-----
From: John Darrington [mailto:address@hidden
Sent: Monday, July 25, 2005 10:40 PM
To: Marshall DeBerry
Cc: address@hidden
Subject: Re: pspp rc4 on Mac: pfm-write errors
Wierd. Looks like your compiler can't fold more than 9 constants.
What compiler is it?
Try fiddling with the optimisation flags and see if that makes a difference.
On Mon, Jul 25, 2005 at 08:53:22PM -0400, Marshall DeBerry wrote:
I'm getting the following messages when doing make on Mac OS 10.4.2:
pfm-write.c: In function 'pow30_nonnegative':
pfm-write.c:440: error: initializer element is not constant
pfm-write.c:440: error: (near initialization for 'pow_tab[5]')
pfm-write.c:441: error: initializer element is not constant
pfm-write.c:441: error: (near initialization for 'pow_tab[6]')
pfm-write.c:442: error: initializer element is not constant
pfm-write.c:442: error: (near initialization for 'pow_tab[7]')
pfm-write.c:443: error: initializer element is not constant
pfm-write.c:443: error: (near initialization for 'pow_tab[8]')
pfm-write.c:444: error: initializer element is not constant
pfm-write.c:444: error: (near initialization for 'pow_tab[9]')
pfm-write.c:445: error: initializer element is not constant
pfm-write.c:445: error: (near initialization for 'pow_tab[10]')
pfm-write.c:446: error: initializer element is not constant
pfm-write.c:446: error: (near initialization for 'pow_tab[11]')
make[3]: *** [pfm-write.o] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
Marshall
_______________________________________________
pspp-dev mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/pspp-dev
--
PGP Public key ID: 1024D/2DE827B3
fingerprint = 8797 A26D 0854 2EAB 0285 A290 8A67 719C 2DE8 27B3
See http://pgp.mit.edu or any PGP keyserver for public key.
- release candidate 4 available, Ben Pfaff, 2005/07/25
- pspp rc4 on Mac: pfm-write errors, Marshall DeBerry, 2005/07/25
- Re: pspp rc4 on Mac: pfm-write errors, John Darrington, 2005/07/25
- RE: pspp rc4 on Mac: pfm-write errors, Marshall DeBerry, 2005/07/25
- Re: pspp rc4 on Mac: pfm-write errors, Ben Pfaff, 2005/07/26
- Re: pspp rc4 on Mac: pfm-write errors, John Darrington, 2005/07/26
- Re: pspp rc4 on Mac: pfm-write errors, Dr Eberhard W Lisse, 2005/07/26
- Re: pspp rc4 on Mac: pfm-write errors, Ben Pfaff, 2005/07/31
- Re: pspp rc4 on Mac: pfm-write errors, Dr Eberhard W Lisse, 2005/07/26
- RE: pspp rc4 on Mac: pfm-write errors, Marshall DeBerry, 2005/07/26
- Re: pspp rc4 on Mac: pfm-write errors, John Darrington, 2005/07/26
- RE: pspp rc4 on Mac: pfm-write errors, Marshall DeBerry, 2005/07/26