Quoting "Bartlett, Roscoe A" <[email protected]>:
Hello,
An associate of mine tried to build CMake 2.6.2 on a Sun machine and
got lots of errors (see the attached).
Does CMake work in the Sun? What platforms is CMake supposed to
support? We also have a nasty IBM AIX machine that we have to
support. It is critical that CMake port to nearly every platform
that we support and it is a pretty hard list of platforms.
Which compiler is he using? The code quoted is C++, and GCC is less
strict in its implementation of C++ standards than other compilers,
particularly Sun Studio (e.g. allowing the dimensioning of arrays
using variables, as in "int d=6; int v[d]; " - that is not valid C++
but would compile in GCC). . The Qt people found this out when trying
to port Qt to Sun, and have been revising Qt to make sure the
proprietary compilers can compile it.
Regards,
Matt Smith
--
http://qtm.blogistan.co.uk/
_______________________________________________
Powered by www.kitware.com
Visit other Kitware open-source projects at
http://www.kitware.com/opensource/opensource.html
Please keep messages on-topic and check the CMake FAQ at:
http://www.cmake.org/Wiki/CMake_FAQ
Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake