[Cmake] cmake 1.6.7 build err on AIX1.5

Andy Cedilnik andy . cedilnik at kitware . com
14 Jul 2003 11:44:19 -0400


Hi Shannon,

This is a bug for gcc on AIX. Sorry.

Two options:

1. Use binary CMake (preferred)
2. Edit Source/cmSystemTools.cxx
insert line #include <time.h> after #include <errno.h>

			Andy

On Mon, 2003-07-14 at 06:49, Shannon Hastings wrote:
> I am building cmake on AIX 1.5 with gcc 2.9-aix43-010414.  I am
> getting the following errors in the ./configure step.