pspp-dev
[Top][All Lists]
Advanced

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

Re: Some notes on Mac OS X 10.3.6 (Panther)


From: John Darrington
Subject: Re: Some notes on Mac OS X 10.3.6 (Panther)
Date: Mon, 29 Nov 2004 11:24:24 +0800
User-agent: Mutt/1.3.28i

On Sun, Nov 28, 2004 at 10:13:28PM -0500, Marshall DeBerry wrote:
     
     Given all that, I now have a way of getting through the configure part.
     Unfortunately, things are stalling out when I try to get it to start
     compiling with regards to "In file included from examine.q:43:
     factor_stats.h:46 error: parse error before the '&' token" and things go
     downhill from there.  Perhaps I still haven't set the proper environment
     variable.  I also seem to be having a similar problem with Fedora Core 3,
     with regards to the examine.q file, in terms of parse errors.


You've done everything right.  The problem is, that line 46 of
factor_stats.h says:   `double stderr;'  On some system the symbol
stderr in stdio.h is a macro, which points to the standard error
device.  I happened to use `stderr' as an identifier for a variable
representing the standard error of a statistic.  

If you do a global search and replace in factor_stats.[ch] and
examine.q then this problem should go away.

     
     Hope this is helpful.

Very much so.  Thanks.  I've been caught out with `stderr' before and
should have remembered.


John


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


Attachment: pgp_ZtEqhCObG.pgp
Description: PGP signature


reply via email to

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