Advertisement
wellthatsucks

Untitled

Apr 16th, 2018
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.36 KB | None | 0 0
  1. $ cat builddir/meson-logs/meson-log.txt
  2. Build started at 2018-04-16T06:40:56.382639
  3. Main binary: /usr/bin/python3
  4. Python system: MINGW32_NT-10.0
  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.exe (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++.exe (Rev1, Built by MSYS2 project) 7.2.0")
  33. Build machine cpu family: x86
  34. Build machine cpu: x86
  35. 'utf-8' codec can't decode byte 0x90 in position 2: invalid start byte
  36. Unusable script '/mingw32/bin/nasm'
  37. Program nasm found: NO
  38. Program nasm.exe found: YES (/mingw32/bin/nasm.exe)
  39. Dependency threads found: YES
  40. Running compile:
  41. Working directory: /tmp/tmpc_n99etr
  42. Command line: c++ /tmp/tmpc_n99etr/testfile.cpp -O0 -fpermissive -Wl,--start-group -lgtest -Wl,--end-group -pipe -o /tmp/tmpc_n99etr/output.exe
  43.  
  44. Code:
  45. int main(int argc, char **argv) { return 0; }
  46. Compiler stdout:
  47.  
  48. Compiler stderr:
  49. C:/msys64/mingw32/bin/../lib/gcc/i686-w64-mingw32/7.2.0/../../../../i686-w64-mingw32/bin/ld.exe: cannot find -lgtest
  50. collect2.exe: error: ld returned 1 exit status
  51.  
  52. Running compile:
  53. Working directory: /tmp/tmpsiibt4jd
  54. Command line: c++ /tmp/tmpsiibt4jd/testfile.cpp -O0 -fpermissive -Wl,--start-group -lgtest_main -Wl,--end-group -pipe -o /tmp/tmpsiibt4jd/output.exe
  55.  
  56. Code:
  57. int main(int argc, char **argv) { return 0; }
  58. Compiler stdout:
  59.  
  60. Compiler stderr:
  61. C:/msys64/mingw32/bin/../lib/gcc/i686-w64-mingw32/7.2.0/../../../../i686-w64-mingw32/bin/ld.exe: cannot find -lgtest_main
  62. collect2.exe: error: ld returned 1 exit status
  63.  
  64. Dependency GTest found: NO
  65. Using gtest from cache.
  66. Using gtest-1.8.0-4-wrap.zip from cache.
  67.  
  68. Executing subproject gtest.
  69.  
  70. Project name: gtest
  71. Native C++ compiler: c++ (gcc 7.2.0 "c++.exe (Rev1, Built by MSYS2 project) 7.2.0")
  72. Dependency threads found: YES (cached)
  73. Dependency threads found: YES (cached)
  74. Dependency threads found: YES (cached)
  75. Dependency threads found: YES (cached)
  76. Build targets in project: 7
  77.  
  78. Subproject gtest finished.
  79. Dependency gtest from subproject subprojects/gtest found: YES
  80. Dependency gtest from subproject subprojects/gtest found: YES (cached)
  81. Adding test "api".
  82. Adding test "common".
  83. Adding test "decoder".
  84. Adding test "encoder".
  85. Adding test "processing".
  86. Configuring openh264.pc using configuration
  87. Configuring openh264-static.pc using configuration
  88. Build targets in project: 15
  89. Found ninja-1.8.2 at /mingw32/bin/ninja
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement