[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
New expression code doesn't build on Red Hat
From: |
John Darrington |
Subject: |
New expression code doesn't build on Red Hat |
Date: |
Fri, 4 Mar 2005 10:22:44 +0800 |
User-agent: |
Mutt/1.3.28i |
On Tue, Mar 01, 2005 at 12:27:39AM -0800, Ben Pfaff wrote:
I checked in the new expression code. I still plan to do some
more work on it--especially more thorough testing and some
polishing of the code--but it's there now.
It now works fine on my Debian machine. However, using this compiler:
gcc (GCC) 3.4.2 20041017 (Red Hat 3.4.2-6.fc3)
I get this error:
address@hidden expressions]$ make -k
make all-am
make[1]: Entering directory `/home/res/jmd/pspp/src/expressions'
if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../src -I../../lib
-I../../intl -Wall -W -Wwrite-strings -Wstrict-prototypes -Wpointer-arith
-Wno-sign-compare -Wmissing-prototypes -ansi -Dunix -g -O2 -MT parse.o -MD
-MP -MF ".deps/parse.Tpo" -c -o parse.o parse.c; \
then mv -f ".deps/parse.Tpo" ".deps/parse.Po"; else rm -f ".deps/parse.Tpo";
exit 1; fi
parse.c:70: error: conflicting types for 'expr_parse'
public.h:38: error: previous declaration of 'expr_parse' was here
parse.c:70: error: conflicting types for 'expr_parse'
public.h:38: error: previous declaration of 'expr_parse' was here
make[1]: *** [parse.o] Error 1
make[1]: Target `all-am' not remade because of errors.
make[1]: Leaving directory `/home/res/jmd/pspp/src/expressions'
make: *** [all] Error 2
J'
--
PGP Public key ID: 1024D/2DE827B3
fingerprint = 8797 A26D 0854 2EAB 0285 A290 8A67 719C 2DE8 27B3
See http://wwwkeys.pgp.net or any PGP keyserver for public key.
pgpoS0zggfFDX.pgp
Description: PGP signature
- new expression code checked in, Ben Pfaff, 2005/03/01
- Re: new expression code checked in, John Darrington, 2005/03/02
- Re: new expression code checked in, John Darrington, 2005/03/03
- Re: new expression code checked in, Ben Pfaff, 2005/03/03
- Re: new expression code checked in, John Darrington, 2005/03/03
- Re: new expression code checked in, Ben Pfaff, 2005/03/04
- Re: new expression code checked in, John Darrington, 2005/03/04
- Re: new expression code checked in, Ben Pfaff, 2005/03/04
New expression code doesn't build on Red Hat,
John Darrington <=