[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
PSPP-BUG: Re: [bug #12789] hell of a time compiling this...
From: |
John Darrington |
Subject: |
PSPP-BUG: Re: [bug #12789] hell of a time compiling this... |
Date: |
Sun, 1 May 2005 07:23:17 +0800 |
User-agent: |
Mutt/1.5.4i |
On Sat, Apr 30, 2005 at 03:26:17PM +0000, John Stasko wrote:
OK, so I did what's in README.developer, and it died
where I mentioned it above (make -f Smake worked, a
subsequent make did not):
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 -c evaluate.c
In file included from evaluate.c:21:
private.h:70: parse error before `atom_type'
private.h:70: warning: no semicolon at end of struct or union
private.h:72: parse error before `args'
...
I think that it's because I'm not on a full sarge system (like
I said it's a woody with patches),
and I believe that I can get past this point if I were to
only discover which system library defines the type "atom_type."
Firstly, are you sure that you've got an up to date cvs tree? I saw a
problem like this some weeks ago but thought it had been fixed now.
atom_type is defined in src/expressions/operations.h which is/should be
automatically created from the perl script
src/expressions/operations.h.pl and has a dependency on operations.def
so my guess is that the problem is somewhere here.
What happens if you do :
cd src/expressions
make clean
make operations.h
grep atom_type operations.h
Oh and what compiler are you using ?
J'
--
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.
pgpVJqIF5lzO1.pgp
Description: PGP signature
- PSPP-BUG: [bug #12789] Won't compile with perl version 5.6.1, (continued)
- PSPP-BUG: Re: [bug #12789] hell of a time compiling this..., John Darrington, 2005/05/05
- PSPP-BUG: Re: [bug #12789] hell of a time compiling this..., John Darrington, 2005/05/05
- PSPP-BUG: Re: [bug #12789] hell of a time compiling this..., Ben Pfaff, 2005/05/02
- Re: PSPP-BUG: Re: [bug #12789] hell of a time compiling this..., Ben Pfaff, 2005/05/03
- Re: PSPP-BUG: Re: [bug #12789] hell of a time compiling this..., John Darrington, 2005/05/05
- Re: PSPP-BUG: Re: [bug #12789] hell of a time compiling this..., Ben Pfaff, 2005/05/03
- Re: PSPP-BUG: Re: [bug #12789] hell of a time compiling this..., John Darrington, 2005/05/05
- Re: PSPP-BUG: Re: [bug #12789] hell of a time compiling this..., Ben Pfaff, 2005/05/03
- Re: PSPP-BUG: Re: [bug #12789] hell of a time compiling this..., John Darrington, 2005/05/05
PSPP-BUG: Re: [bug #12789] hell of a time compiling this...,
John Darrington <=