On 11/23/2014 09:02 AM, Maik Zimmermann wrote: > I noted that the mingw build on the dashboard are not failing.
It is likely specific to the 64-bit version. Would you be able to run a nightly build for mingw-w64? Instructions are here: http://www.cmake.org/Wiki/CMake/Git/Dashboard > MinGW seems to define mode_t in either fcntl.h or sys/types.h IIRC, POSIX says sys/types.h defines mode_t. We include sys/types.h unconditionally already in some other sources, so try adding that to cmStandardIncludes.h. It can go just above the #include <stdarg.h> line. Thanks, -Brad -- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Kitware offers various services to support the CMake community. For more information on each offering, please visit: CMake Support: http://cmake.org/cmake/help/support.html CMake Consulting: http://cmake.org/cmake/help/consulting.html CMake Training Courses: http://cmake.org/cmake/help/training.html Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Follow this link to subscribe/unsubscribe: http://public.kitware.com/mailman/listinfo/cmake-developers
