-- The C compiler identification is GNU
-- The CXX compiler identification is GNU
-- Check for working C compiler: C:/msys/mingw/bin/gcc.exe
-- Check for working C compiler: C:/msys/mingw/bin/gcc.exe -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: c:/msys/mingw/bin/g++.exe
-- Check for working CXX compiler: c:/msys/mingw/bin/g++.exe -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Found Proj: C:/msys/local/lib/libproj.a
-- Found Sqlite3: C:/msys/local/sqlite/bin/libsqlite3-0.dll
-- Found GEOS: C:/msys/local/bin/libgeos-3-0-3.dll
-- Found GDAL: C:/msys/local/bin/libgdal-1.dll
-- Found PostgreSQL: C:/msys/local/pgsql/lib/libpq.dll
-- Found Expat: C:/msys/local/bin/libexpat-1.dll
-- Using GSL from 
-- Found GRASS: C:/msys/local/grass-6.3.0 (6.3.0)
-- Looking for openpty
-- Looking for openpty - not found
-- Found PythonLibs: C:/DevTools/Python/libs/libpython25.a
-- Found PythonInterp: C:/DevTools/Python/python.exe
-- Python libraries found
-- Python bindings enabled
-- Looking for Q_WS_X11
-- Looking for Q_WS_X11 - not found.
-- Looking for Q_WS_WIN
-- Looking for Q_WS_WIN - not found.
-- Looking for Q_WS_QWS
-- Looking for Q_WS_QWS - not found.
-- Looking for Q_WS_MAC
-- Looking for Q_WS_MAC - not found.
-- Found Qt-Version 4.4.0
CMake Warning (dev) at src/providers/grass/CMakeLists.txt:1 (ADD_DEFINITIONS):
  Policy CMP0005 is not set: Preprocessor definition values are now escaped
  automatically.  Run "cmake --help-policy CMP0005" for policy details.  Use
  the cmake_policy command to set the policy and suppress this warning.
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at src/plugins/grass/CMakeLists.txt:4 (ADD_DEFINITIONS):
  Policy CMP0005 is not set: Preprocessor definition values are now escaped
  automatically.  Run "cmake --help-policy CMP0005" for policy details.  Use
  the cmake_policy command to set the policy and suppress this warning.
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at src/plugins/grass/CMakeLists.txt:5 (ADD_DEFINITIONS):
  Policy CMP0005 is not set: Preprocessor definition values are now escaped
  automatically.  Run "cmake --help-policy CMP0005" for policy details.  Use
  the cmake_policy command to set the policy and suppress this warning.
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Configuring done
CMake Warning (dev) at src/core/CMakeLists.txt:161 (ADD_LIBRARY):
  Policy CMP0003 should be set before this line.  Add code such as

    if(COMMAND cmake_policy)
      cmake_policy(SET CMP0003 NEW)
    endif(COMMAND cmake_policy)

  as early as possible but after the most recent call to
  cmake_minimum_required or cmake_policy(VERSION).  This warning appears
  because target "qgis_core" links to some libraries for which the linker
  must search:

    wsock32

  and other libraries with known full path:

    C:/DevTools/Qt-OpenSource/lib/libQtCore4.a
    C:/msys/local/lib/libproj.a
    C:/msys/local/bin/libgeos-3-0-3.dll
    C:/msys/local/sqlite/bin/libsqlite3-0.dll

  CMake is adding directories in the second list to the linker search path in
  case they are needed to find libraries from the first list (for backwards
  compatibility with CMake 2.4).  Set policy CMP0003 to OLD or NEW to enable
  or disable this behavior explicitly.  Run "cmake --help-policy CMP0003" for
  more information.
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Generating done
-- Build files have been written to: C:/msys/local/src/qgis_0.11.0/build
