On Mon, 30 Oct 2000, Stephen Turner wrote:
> On Mon, 30 Oct 2000, Glenn Murray wrote:
> > #ifndef ALIGNMENT
> > #define ALIGNMENT (8)
> > /* All objects can align on boundaries that are multiples of this. This
> > is system-dependent, but I expect 8 to be big enough for almost
> > everyone. */
> > #endif
> >
>
> This is very odd. But you could try removing the #ifndef and #endif in the
> above code snippet. It may be that ALIGNMENT is already defined on your OS,
> so that this code is not getting included, although no other AIX user has
> ever mentioned this, and I don't see how it would give the error you are
> seeing.
>
This seemed to do the trick! I received many
'anlghea2.h:35: warning: `ALIGNMENT' redefined'
warning messages, but got an executable.
Thanks for your help,
Glenn
------------------------------------------------------------------------
This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe" in the main BODY OF THE MESSAGE.
List archived at http://www.mail-archive.com/[email protected]/
------------------------------------------------------------------------