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 under the
Utilities and CTest directories.

I think this is the first time anyone has tried building CMake on
Digital Unix.  Officially supported platforms have dashboard submissions:

http://public.kitware.com/dashboard.php?name=cmake

If you want to try to port the code to that platform we accept patches
in the bug tracker:

http://www.cmake.org/Bug

If you get it working we would appreciate a nightly dashboard submission
too so that we can keep it working for you.

For the snprintf routines you will probably have to write your own
version that just forwards the call to sprintf.  The Utilities directory
mostly contains 3rd-party code that we don't want to touch more than
necessary to make upgrades easier.

Thanks,
-Brad
_______________________________________________
CMake mailing list
CMake@cmake.org
http://www.cmake.org/mailman/listinfo/cmake


--
Andy Cedilnik
Kitware Inc.

_______________________________________________
CMake mailing list
CMake@cmake.org
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to