Menu

#22 mingw patch for CCL

open
CCL (3)
5
2008-06-28
2008-06-28
No

Here is a trivial patch to allow CCL to compile with MinGW/GCC.

The patch also fixes a CMake 2.6.0 warning and an issue with the configure_file() command not working on Windows.

Discussion

  • Philip Lowman

    Philip Lowman - 2008-06-28

    fixes mingw compilation issues

     
  • Philip Lowman

    Philip Lowman - 2008-11-17

    some cmake fixes

     
  • Philip Lowman

    Philip Lowman - 2008-11-17

    The type issues have been fixed but there are a couple of CMake issues the new version of this patch fixes.

    * Adds CMAKE_MINIMUM_REQUIRED() to prevent warning when using CMake 2.6.x
    * Fixes CONFIGURE_FILE() problem when compiling the CIGI Class Library with MinGW
    File Added: ccl_cmake_changes.patch