Re: [CMake] Building CMake on Digtal Unix

2006-07-20 Thread Brad King
[EMAIL PROTECTED] wrote: It appears that Digital Unix's libc doesn't have snprintf/vsnprintf, which are used in quite a few places - mostly in source under the Utilities and CTest directories. I think this is the first time anyone has tried building CMake on Digital Unix. Officially supported

Re: [CMake] Building CMake on Digtal Unix

2006-07-20 Thread Andy Cedilnik
Hello, Actually, there is a vsnprintf/snprintf implementation in CMake/Utilities/cmtar/compat/snprintf.c. Andy Brad King wrote: [EMAIL PROTECTED] wrote: It appears that Digital Unix's libc doesn't have snprintf/vsnprintf, which are used in quite a few places - mostly in source

[CMake] Building CMake on Digtal Unix

2006-07-19 Thread Stuart . Herring
Hi, I've been trying to build CMake on Digital Unix (V4.0f), and have encountered a couple of problems. The first problem was that bootstrapping failed due to usleep() not being defined. I managed to get past that fairly easily by temporarily #defining _XOPEN_SOURCE_EXTENDED for the duration of