Advertisement
wellthatsucks

Untitled

Apr 16th, 2018
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.42 KB | None | 0 0
  1. $ cat builddir/meson-logs/meson-log.txt
  2. Build started at 2018-04-16T06:27:18.334455
  3. Main binary: C:/msys64/mingw64/bin/python3.exe
  4. Python system: Windows
  5. The Meson build system
  6. Version: 0.46.0.dev1
  7. Source dir: C:/Users/User/source/openh264
  8. Build dir: C:/Users/User/source/openh264/builddir
  9. Build type: native build
  10. Project name: openh264
  11. Sanity testing C compiler: cc
  12. Is cross compiler: False.
  13. Sanity check compiler command line: cc C:/Users/User/source/openh264/builddir/meson-private/sanitycheckc.c -o C:/Users/User/source/openh264/builddir/meson-private/sanitycheckc.exe
  14. Sanity check compile stdout:
  15.  
  16. -----
  17. Sanity check compile stderr:
  18.  
  19. -----
  20. Running test binary command: C:/Users/User/source/openh264/builddir/meson-private/sanitycheckc.exe
  21. Native C compiler: cc (gcc 7.2.0 "cc (Rev1, Built by MSYS2 project) 7.2.0")
  22. Sanity testing C++ compiler: c++
  23. Is cross compiler: False.
  24. Sanity check compiler command line: c++ C:/Users/User/source/openh264/builddir/meson-private/sanitycheckcpp.cc -o C:/Users/User/source/openh264/builddir/meson-private/sanitycheckcpp.exe
  25. Sanity check compile stdout:
  26.  
  27. -----
  28. Sanity check compile stderr:
  29.  
  30. -----
  31. Running test binary command: C:/Users/User/source/openh264/builddir/meson-private/sanitycheckcpp.exe
  32. Native C++ compiler: c++ (gcc 7.2.0 "c++ (Rev1, Built by MSYS2 project) 7.2.0")
  33. Build machine cpu family: x86_64
  34. Build machine cpu: x86_64
  35. Program nasm found: YES (C:\msys64\mingw64\bin/nasm.EXE)
  36. Dependency threads found: YES
  37. Running compile:
  38. Working directory: C:/Users/User/AppData/Local/Temp/tmp4ihy5qbx
  39. Command line: c++ C:/Users/User/AppData/Local/Temp/tmp4ihy5qbx/testfile.cpp -O0 -fpermissive -Wl,--start-group -lgtest -Wl,--end-group -pipe -o C:/Users/User/AppData/Local/Temp/tmp4ihy5qbx/output.exe
  40.  
  41. Code:
  42. int main(int argc, char **argv) { return 0; }
  43. Compiler stdout:
  44.  
  45. Compiler stderr:
  46. C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: cannot find -lgtest
  47. collect2.exe: error: ld returned 1 exit status
  48.  
  49. Running compile:
  50. Working directory: C:/Users/User/AppData/Local/Temp/tmpzyrzfu3b
  51. Command line: c++ C:/Users/User/AppData/Local/Temp/tmpzyrzfu3b/testfile.cpp -O0 -fpermissive -Wl,--start-group -lgtest_main -Wl,--end-group -pipe -o C:/Users/User/AppData/Local/Temp/tmpzyrzfu3b/output.exe
  52.  
  53. Code:
  54. int main(int argc, char **argv) { return 0; }
  55. Compiler stdout:
  56.  
  57. Compiler stderr:
  58. C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: cannot find -lgtest_main
  59. collect2.exe: error: ld returned 1 exit status
  60.  
  61. Dependency GTest found: NO
  62. Using gtest from cache.
  63. Using gtest-1.8.0-4-wrap.zip from cache.
  64.  
  65. Executing subproject gtest.
  66.  
  67. Project name: gtest
  68. Native C++ compiler: c++ (gcc 7.2.0 "c++ (Rev1, Built by MSYS2 project) 7.2.0")
  69. Dependency threads found: YES (cached)
  70. Dependency threads found: YES (cached)
  71. Dependency threads found: YES (cached)
  72. Dependency threads found: YES (cached)
  73. Build targets in project: 7
  74.  
  75. Subproject gtest finished.
  76. Dependency gtest from subproject subprojects/gtest found: YES
  77. Dependency gtest from subproject subprojects/gtest found: YES (cached)
  78. Adding test "api".
  79. Adding test "common".
  80. Adding test "decoder".
  81. Adding test "encoder".
  82. Adding test "processing".
  83. Configuring openh264.pc using configuration
  84. Configuring openh264-static.pc using configuration
  85. Build targets in project: 15
  86. Found ninja-1.8.2 at 'C:\msys64\mingw64\bin/ninja.EXE'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement