Advertisement
Guest User

LOG

a guest
Jan 6th, 2021
33
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.46 KB | None | 0 0
  1. Running test binary command: /Users/edwardschreiber/Desktop/TPTELEM/The-Powder-Toy/build-debug/meson-private/sanitycheckcpp.exe
  2. C++ compiler for the build machine: c++ (clang 10.0.0 "Apple LLVM version 10.0.0 (clang-1000.10.44.4)")
  3. C++ linker for the build machine: c++ ld64 409.12
  4. Build machine cpu family: x86_64
  5. Build machine cpu: x86_64
  6. Host machine cpu family: x86_64
  7. Host machine cpu: x86_64
  8. Target machine cpu family: x86_64
  9. Target machine cpu: x86_64
  10. Program python3 found: YES (/Library/Frameworks/Python.framework/Versions/3.9/bin/python3)
  11. Pkg-config binary for MachineChoice.HOST is not cached.
  12. None of 'PKG_CONFIG' are defined in the environment, not changing global flags.
  13. Pkg-config binary missing from cross or native file, or env var undefined.
  14. Trying a default Pkg-config fallback at pkg-config
  15. Found pkg-config: /usr/local/bin/pkg-config (0.29.2)
  16. Determining dependency 'luajit' with pkg-config executable '/usr/local/bin/pkg-config'
  17. PKG_CONFIG_PATH:
  18. Called `/usr/local/bin/pkg-config --modversion luajit` -> 0
  19. 2.0.5
  20. PKG_CONFIG_PATH:
  21. Called `/usr/local/bin/pkg-config --cflags luajit` -> 0
  22. -I/usr/local/Cellar/luajit/2.0.5/include/luajit-2.0
  23. PKG_CONFIG_PATH:
  24. Called `/usr/local/bin/pkg-config luajit --libs` -> 0
  25. -L/usr/local/Cellar/luajit/2.0.5/lib -pagezero_size 10000 -image_base 100000000 -lluajit-5.1
  26. PKG_CONFIG_PATH:
  27. Called `/usr/local/bin/pkg-config luajit --libs` -> 0
  28. -L/usr/local/Cellar/luajit/2.0.5/lib -pagezero_size 10000 -image_base 100000000 -lluajit-5.1
  29. None of 'PKG_CONFIG_PATH' are defined in the environment, not changing global flags.
  30. None of 'CXX_LD' are defined in the environment, not changing global flags.
  31. Running compile:
  32. Working directory: /Users/edwardschreiber/Desktop/TPTELEM/The-Powder-Toy/build-debug/meson-private/tmphb3xai5z
  33. Command line: c++ /Users/edwardschreiber/Desktop/TPTELEM/The-Powder-Toy/build-debug/meson-private/tmphb3xai5z/testfile.cpp -o /Users/edwardschreiber/Desktop/TPTELEM/The-Powder-Toy/build-debug/meson-private/tmphb3xai5z/output.exe -pipe -O0 -fpermissive
  34.  
  35. Code:
  36. #include<stdio.h>
  37.  
  38. int main(void) {
  39. printf("%ld\n", (long)(sizeof(void *)));
  40. return 0;
  41. };
  42. Compiler stdout:
  43.  
  44. Compiler stderr:
  45.  
  46. Program stdout:
  47.  
  48. 8
  49.  
  50. Program stderr:
  51.  
  52.  
  53. Running compile:
  54. Working directory: /Users/edwardschreiber/Desktop/TPTELEM/The-Powder-Toy/build-debug/meson-private/tmpgviiujt9
  55. Command line: c++ /Users/edwardschreiber/Desktop/TPTELEM/The-Powder-Toy/build-debug/meson-private/tmpgviiujt9/testfile.cpp -o /Users/edwardschreiber/Desktop/TPTELEM/The-Powder-Toy/build-debug/meson-private/tmpgviiujt9/output.obj -pipe -c -O0 -fpermissive -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument --print-search-dirs
  56.  
  57. Code:
  58.  
  59. Compiler stdout:
  60. programs: =/Library/Developer/CommandLineTools/usr/bin
  61. libraries: =/Library/Developer/CommandLineTools/usr/lib/clang/10.0.0
  62.  
  63. Compiler stderr:
  64.  
  65. Run-time dependency luajit found: YES 2.0.5
  66. Pkg-config binary for MachineChoice.HOST is cached.
  67. Determining dependency 'libcurl' with pkg-config executable '/usr/local/bin/pkg-config'
  68. PKG_CONFIG_PATH:
  69. Called `/usr/local/bin/pkg-config --modversion libcurl` -> 0
  70. 7.54.0
  71. PKG_CONFIG_PATH:
  72. Called `/usr/local/bin/pkg-config --cflags libcurl` -> 0
  73.  
  74. PKG_CONFIG_PATH:
  75. Called `/usr/local/bin/pkg-config libcurl --libs` -> 0
  76. -L/usr/lib -lcurl
  77. PKG_CONFIG_PATH:
  78. Called `/usr/local/bin/pkg-config libcurl --libs` -> 0
  79. -lcurl
  80. None of 'PKG_CONFIG_PATH' are defined in the environment, not changing global flags.
  81. Run-time dependency libcurl found: YES 7.54.0
  82. Pkg-config binary for MachineChoice.HOST is cached.
  83. Determining dependency 'fftw3f' with pkg-config executable '/usr/local/bin/pkg-config'
  84. PKG_CONFIG_PATH:
  85. Called `/usr/local/bin/pkg-config --modversion fftw3f` -> 1
  86.  
  87. Finding framework path by running: c++ -v -E - -pipe
  88.  
  89. Looking for framework fftw3f in /System/Library/Frameworks
  90. Looking for framework fftw3f in /Library/Frameworks
  91. CMake binary for MachineChoice.BUILD is not cached
  92. None of 'CMAKE' are defined in the environment, not changing global flags.
  93. CMake binary missing from cross or native file, or env var undefined.
  94. Trying a default CMake fallback at cmake
  95. Did not find CMake 'cmake'
  96. Found CMake: NO
  97. No CMake binary for machine 0 not found. Giving up.
  98. Run-time dependency fftw3f found: NO (tried pkgconfig and framework)
  99.  
  100. meson.build:111:1: ERROR: Dependency "fftw3f" not found, tried pkgconfig and framework
  101.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement