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: [EMAIL PROTECTED] 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.
pgpjN2lSywXnG.pgp
Description: PGP signature
_______________________________________________ pspp-dev mailing list [email protected] http://lists.gnu.org/mailman/listinfo/pspp-dev
