[CMake] Building CMake on Digtal Unix
Andy Cedilnik
andy.cedilnik at kitware.com
Thu Jul 20 09:46:15 EDT 2006
Hello,
Actually, there is a vsnprintf/snprintf implementation in
CMake/Utilities/cmtar/compat/snprintf.c.
Andy
Brad King wrote:
> Stuart.Herring at hpa.com.au 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 at cmake.org
> http://www.cmake.org/mailman/listinfo/cmake
>
--
Andy Cedilnik
Kitware Inc.
More information about the CMake
mailing list