Advertisement
TrickmanOff

tmp222

Oct 17th, 2020
1,836
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 7.84 KB | None | 0 0
  1. ====================[ Build | all | Debug ]=====================================
  2. "D:\CLion 2020.1\bin\cmake\win\bin\cmake.exe" --build "D:\CLion 2020.1\ArchiverTask\archiver\cmake-build-debug" --target all -- -j 8
  3. Scanning dependencies of target gtest
  4. [ 10%] Built target HuffmanLibrary
  5. [ 35%] Built target gflags_nothreads_static
  6. [ 40%] Building CXX object tests/build/googletest/CMakeFiles/gtest.dir/src/gtest-all.cc.obj
  7. [ 50%] Built target Huffman
  8. In file included from D:/CLion 2020.1/ArchiverTask/archiver/googletest/googletest/include/gtest/internal/gtest-internal.h:40,
  9.                  from D:/CLion 2020.1/ArchiverTask/archiver/googletest/googletest/include/gtest/gtest.h:62,
  10.                  from D:\CLion 2020.1\ArchiverTask\archiver\googletest\googletest\src\gtest-all.cc:38:
  11. D:/CLion 2020.1/ArchiverTask/archiver/googletest/googletest/include/gtest/internal/gtest-port.h: In function 'int testing::internal::posix::StrCaseCmp(const char*, const char*)':
  12. D:/CLion 2020.1/ArchiverTask/archiver/googletest/googletest/include/gtest/internal/gtest-port.h:1987:10: error: '_strcasecmp' was not declared in this scope
  13.  1987 |   return _strcasecmp(s1, s2);
  14.       |          ^~~~~~~~~~~
  15. D:/CLion 2020.1/ArchiverTask/archiver/googletest/googletest/include/gtest/internal/gtest-port.h: In function 'char* testing::internal::posix::StrDup(const char*)':
  16. D:/CLion 2020.1/ArchiverTask/archiver/googletest/googletest/include/gtest/internal/gtest-port.h:1989:47: error: '_strdup' was not declared in this scope
  17.  1989 | inline char* StrDup(const char* src) { return _strdup(src); }
  18.       |                                               ^~~~~~~
  19. D:/CLion 2020.1/ArchiverTask/archiver/googletest/googletest/include/gtest/internal/gtest-port.h: In function 'int testing::internal::posix::FileNo(FILE*)':
  20. D:/CLion 2020.1/ArchiverTask/archiver/googletest/googletest/include/gtest/internal/gtest-port.h:1997:40: error: '_fileno' was not declared in this scope; did you mean 'file'?
  21.  1997 | inline int FileNo(FILE* file) { return _fileno(file); }
  22.       |                                        ^~~~~~~
  23.       |                                        file
  24. D:/CLion 2020.1/ArchiverTask/archiver/googletest/googletest/include/gtest/internal/gtest-port.h: In function 'FILE* testing::internal::posix::FDOpen(int, const char*)':
  25. D:/CLion 2020.1/ArchiverTask/archiver/googletest/googletest/include/gtest/internal/gtest-port.h:2074:56: error: 'fdopen' was not declared in this scope; did you mean 'fopen'?
  26.  2074 | inline FILE* FDOpen(int fd, const char* mode) { return fdopen(fd, mode); }
  27.       |                                                        ^~~~~~
  28.       |                                                        fopen
  29. In file included from D:\CLion 2020.1\ArchiverTask\archiver\googletest\googletest\src\gtest-all.cc:41:
  30. D:/CLion 2020.1/ArchiverTask/archiver/googletest/googletest/src/gtest.cc: In static member function 'static bool testing::internal::String::CaseInsensitiveWideCStringEquals(const wchar_t*, const wchar_t*)':
  31. D:/CLion 2020.1/ArchiverTask/archiver/googletest/googletest/src/gtest.cc:2102:10: error: '_wcsicmp' was not declared in this scope; did you mean 'wcsncmp'?
  32.  2102 |   return _wcsicmp(lhs, rhs) == 0;
  33.       |          ^~~~~~~~
  34.       |          wcsncmp
  35. D:/CLion 2020.1/ArchiverTask/archiver/googletest/googletest/src/gtest.cc: In member function 'int testing::UnitTest::Run()':
  36. D:/CLion 2020.1/ArchiverTask/archiver/googletest/googletest/src/gtest.cc:5278:21: error: '_OUT_TO_STDERR' was not declared in this scope
  37.  5278 |     _set_error_mode(_OUT_TO_STDERR);
  38.       |                     ^~~~~~~~~~~~~~
  39. D:/CLion 2020.1/ArchiverTask/archiver/googletest/googletest/src/gtest.cc:5278:5: error: '_set_error_mode' was not declared in this scope
  40.  5278 |     _set_error_mode(_OUT_TO_STDERR);
  41.       |     ^~~~~~~~~~~~~~~
  42. In file included from D:\CLion 2020.1\ArchiverTask\archiver\googletest\googletest\src\gtest-all.cc:42:
  43. D:/CLion 2020.1/ArchiverTask/archiver/googletest/googletest/src/gtest-death-test.cc: In function 'void testing::internal::DeathTestAbort(const string&)':
  44. D:/CLion 2020.1/ArchiverTask/archiver/googletest/googletest/src/gtest-death-test.cc:297:5: error: '_exit' was not declared in this scope; did you mean '_Exit'?
  45.   297 |     _exit(1);
  46.       |     ^~~~~
  47.       |     _Exit
  48. D:/CLion 2020.1/ArchiverTask/archiver/googletest/googletest/src/gtest-death-test.cc: In member function 'virtual void testing::internal::DeathTestImpl::Abort(testing::internal::DeathTest::AbortReason)':
  49. D:/CLion 2020.1/ArchiverTask/archiver/googletest/googletest/src/gtest-death-test.cc:528:3: error: '_exit' was not declared in this scope; did you mean '_Exit'?
  50.   528 |   _exit(1);  // Exits w/o any normal exit hooks (we were supposed to crash)
  51.       |   ^~~~~
  52.       |   _Exit
  53. D:/CLion 2020.1/ArchiverTask/archiver/googletest/googletest/src/gtest-death-test.cc: In member function 'virtual testing::internal::DeathTest::TestRole testing::internal::WindowsDeathTest::AssumeRole()':
  54. D:/CLion 2020.1/ArchiverTask/archiver/googletest/googletest/src/gtest-death-test.cc:772:24: error: '_MAX_PATH' was not declared in this scope; did you mean 'MAX_PATH'?
  55.   772 |   char executable_path[_MAX_PATH + 1];  // NOLINT
  56.       |                        ^~~~~~~~~
  57.       |                        MAX_PATH
  58. D:/CLion 2020.1/ArchiverTask/archiver/googletest/googletest/src/gtest-death-test.cc:774:65: error: 'executable_path' was not declared in this scope
  59.   774 |                                                                 executable_path,
  60.       |                                                                 ^~~~~~~~~~~~~~~
  61. D:/CLion 2020.1/ArchiverTask/archiver/googletest/googletest/src/gtest-death-test.cc:309:38: note: in definition of macro 'GTEST_DEATH_TEST_CHECK_'
  62.   309 |     if (!::testing::internal::IsTrue(expression)) { \
  63.       |                                      ^~~~~~~~~~
  64. D:/CLion 2020.1/ArchiverTask/archiver/googletest/googletest/src/gtest-death-test.cc:798:11: error: 'executable_path' was not declared in this scope
  65.   798 |           executable_path, const_cast<char*>(command_line.c_str()),
  66.       |           ^~~~~~~~~~~~~~~
  67. D:/CLion 2020.1/ArchiverTask/archiver/googletest/googletest/src/gtest-death-test.cc:309:38: note: in definition of macro 'GTEST_DEATH_TEST_CHECK_'
  68.   309 |     if (!::testing::internal::IsTrue(expression)) { \
  69.       |                                      ^~~~~~~~~~
  70. In file included from D:\CLion 2020.1\ArchiverTask\archiver\googletest\googletest\src\gtest-all.cc:43:
  71. D:/CLion 2020.1/ArchiverTask/archiver/googletest/googletest/src/gtest-filepath.cc: In static member function 'static testing::internal::FilePath testing::internal::FilePath::GetCurrentDir()':
  72. D:/CLion 2020.1/ArchiverTask/archiver/googletest/googletest/src/gtest-filepath.cc:49:26: error: '_MAX_PATH' was not declared in this scope; did you mean 'MAX_PATH'?
  73.    49 | # define GTEST_PATH_MAX_ _MAX_PATH
  74.       |                          ^~~~~~~~~
  75. D:/CLion 2020.1/ArchiverTask/archiver/googletest/googletest/src/gtest-filepath.cc:101:12: note: in expansion of macro 'GTEST_PATH_MAX_'
  76.   101 |   char cwd[GTEST_PATH_MAX_ + 1] = { '\0' };
  77.       |            ^~~~~~~~~~~~~~~
  78. D:/CLion 2020.1/ArchiverTask/archiver/googletest/googletest/src/gtest-filepath.cc:102:27: error: 'cwd' was not declared in this scope
  79.   102 |   return FilePath(_getcwd(cwd, sizeof(cwd)) == nullptr ? "" : cwd);
  80.       |                           ^~~
  81. mingw32-make.exe[2]: *** [tests/build/googletest/CMakeFiles/gtest.dir/src/gtest-all.cc.obj] Error 1
  82. mingw32-make.exe[1]: *** [tests/build/googletest/CMakeFiles/gtest.dir/all] Error 2
  83. mingw32-make.exe: *** [all] Error 2
  84. tests\build\googletest\CMakeFiles\gtest.dir\build.make:62: recipe for target 'tests/build/googletest/CMakeFiles/gtest.dir/src/gtest-all.cc.obj' failed
  85. CMakeFiles\Makefile2:337: recipe for target 'tests/build/googletest/CMakeFiles/gtest.dir/all' failed
  86. Makefile:128: recipe for target 'all' failed
  87.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement