pspp-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Solaris 9: Progress and new issue for pspp 0.4.0rc3


From: John Darrington
Subject: Re: Solaris 9: Progress and new issue for pspp 0.4.0rc3
Date: Mon, 25 Jul 2005 08:18:49 +0800
User-agent: Mutt/1.5.9i

On second thoughts it might be the __STDC__ that's the problem.  Try 
compiling without the -ansi flag.

On Sat, Jul 23, 2005 at 09:48:13PM +0800, John Darrington wrote:

          #if __STDC__ - 0 == 0 && !defined(_NO_LONGLONG)
          typedef long long               longlong_t;
          typedef unsigned long long      u_longlong_t;
          #else
          /* used to reserve space and generate alignment */
          typedef union {
                  double  _d;
                  int32_t _l[2];
          } longlong_t;
          typedef union {
                  double          _d;
                  uint32_t        _l[2];
          } u_longlong_t;
          #endif  /* __STDC__ - 0 == 0 && !defined(_NO_LONGLONG) */
          
     So it looks like _NO_LONGLONG is getting defined somewhere, when it 
shouldn't be.
     Try #undefing it and see what happens.

-- 
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.


Attachment: signature.asc
Description: Digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]