Skip to content

Console Output

+ cmake ..
-- The C compiler identification is GNU 8.1.0
CMake Warning at /usr/share/cmake-3.14.5/Modules/Platform/CYGWIN.cmake:15 (message):
  CMake no longer defines WIN32 on Cygwin!

  (1) If you are just trying to build this project, ignore this warning or
  quiet it by setting CMAKE_LEGACY_CYGWIN_WIN32=0 in your environment or in
  the CMake cache.  If later configuration or build errors occur then this
  project may have been written under the assumption that Cygwin is WIN32.
  In that case, set CMAKE_LEGACY_CYGWIN_WIN32=1 instead.

  (2) If you are developing this project, add the line

    set(CMAKE_LEGACY_CYGWIN_WIN32 0) # Remove when CMake >= 2.8.4 is required

  at the top of your top-level CMakeLists.txt file or set the minimum
  required version of CMake to 2.8.4 or higher.  Then teach your project to
  build on Cygwin without WIN32.
Call Stack (most recent call first):
  /usr/share/cmake-3.14.5/Modules/CMakeSystemSpecificInformation.cmake:26 (include)
  CMakeLists.txt:14 (PROJECT)


-- Check for working C compiler: /cygdrive/c/Program Files/mingw-w64/x86_64-8.1.0-win32-seh-rt_v6-rev0/mingw64/bin/gcc.exe
-- Check for working C compiler: /cygdrive/c/Program Files/mingw-w64/x86_64-8.1.0-win32-seh-rt_v6-rev0/mingw64/bin/gcc.exe -- broken
CMake Error at /usr/share/cmake-3.14.5/Modules/CMakeTestCCompiler.cmake:60 (message):
  The C compiler

    "/cygdrive/c/Program Files/mingw-w64/x86_64-8.1.0-win32-seh-rt_v6-rev0/mingw64/bin/gcc.exe"

  is not able to compile a simple test program.

  It fails with the following output:

    Change Dir: /cygdrive/e/Builds/workspace/libgit-build_master/libgit2/build/CMakeFiles/CMakeTmp
    
    Run Build Command(s):/usr/bin/make.exe cmTC_dbee2/fast 
    /usr/bin/make -f CMakeFiles/cmTC_dbee2.dir/build.make CMakeFiles/cmTC_dbee2.dir/build
    make[1]: Entering directory '/cygdrive/e/Builds/workspace/libgit-build_master/libgit2/build/CMakeFiles/CMakeTmp'
    Building C object CMakeFiles/cmTC_dbee2.dir/testCCompiler.c.o
    "/cygdrive/c/Program Files/mingw-w64/x86_64-8.1.0-win32-seh-rt_v6-rev0/mingw64/bin/gcc.exe"    -o CMakeFiles/cmTC_dbee2.dir/testCCompiler.c.o   -c /cygdrive/e/Builds/workspace/libgit-build_master/libgit2/build/CMakeFiles/CMakeTmp/testCCompiler.c
    gcc.exe: error: /cygdrive/e/Builds/workspace/libgit-build_master/libgit2/build/CMakeFiles/CMakeTmp/testCCompiler.c: No such file or directory
    gcc.exe: fatal error: no input files
    compilation terminated.
    make[1]: *** [CMakeFiles/cmTC_dbee2.dir/build.make:66: CMakeFiles/cmTC_dbee2.dir/testCCompiler.c.o] Error 1
    make[1]: Leaving directory '/cygdrive/e/Builds/workspace/libgit-build_master/libgit2/build/CMakeFiles/CMakeTmp'
    make: *** [Makefile:121: cmTC_dbee2/fast] Error 2
    

  

  CMake will not be able to correctly generate this project.
Call Stack (most recent call first):
  CMakeLists.txt:14 (PROJECT)


-- Configuring incomplete, errors occurred!
See also "/cygdrive/e/Builds/workspace/libgit-build_master/libgit2/build/CMakeFiles/CMakeOutput.log".
See also "/cygdrive/e/Builds/workspace/libgit-build_master/libgit2/build/CMakeFiles/CMakeError.log".