bug-guile
[Top][All Lists]
Advanced

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

Re: Installation on AIX 5.1


From: Kevin Ryde
Subject: Re: Installation on AIX 5.1
Date: Sun, 02 May 2004 07:12:41 +1000
User-agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3 (gnu/linux)

"Crane, Keith A [ITS]" <address@hidden> writes:
>
> Variable $^ was not recognized by AIX Make utility. Had to replace $^
> with actual file name version.h.in in libguile/Makefile.

Thanks, I made that change.

> Needed to change libguile/list.c to use header file stdarg.h. For some
> reason the preprocessor statement '#ifdef __STDC__' fails and varargs.h
> is included instead of stdarg.h. This causes the compile to fail with
> the following message: "list.c", line 118.3: 1506-045 (S) Undeclared
> identifier va_alist.

Thanks.  Yes, rumour has it all AIX compilers are ansi but don't
always define __STDC__.  I see there's no actual support for varargs.h
style in the way the va stuff is used.  I'll change it to stdarg.h
unconditionally.




reply via email to

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