bug-guile
[Top][All Lists]
Advanced

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

Installation on AIX 5.1


From: Crane, Keith A [ITS]
Subject: Installation on AIX 5.1
Date: Fri, 30 Apr 2004 18:26:41 -0500

I had a couple of issues compiling directory libguile during installation on AIX 5.1. The Guile version was 1.6.4.

Variable $^ was not recognized by AIX Make utility. Had to replace $^ with actual file name version.h.in in libguile/Makefile.

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.

After making these changes I was able to produce the executable libguile/guile.

Thanks,

Keith Crane


reply via email to

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